LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   A good text editor...this should be simple. (https://www.linuxquestions.org/questions/linux-software-2/a-good-text-editor-this-should-be-simple-239121/)

TheMusicGuy 10-05-2004 02:21 PM

A good text editor...this should be simple.
 
emacs....NO because it's too weird
kwrite...NO because it takes too long to startup
vim/vi...NO becuase it's command line only
mcedit...NO same thing


I'm looking for a text editor that's good for writing c++. eg, has syntax coloring, a "compile" option in the tool bar, etc.
Kwrite is sortof an option, but it takes way too long to start up.
I know there are a LOT of text editors out there for linux, I just don't know which one to use.

Boby 10-05-2004 02:30 PM

You might want to take a look at Eclipse

Boby

hw-tph 10-05-2004 02:32 PM

Use gvim - vim with GTK/GTK2 GUI. Works great, looks great, feels great. Superb IMHO.


Håkan

sendilkumar 10-05-2004 02:33 PM

Hi,

Why dont you try the anjuta editor. I found it very handy, it automatically shows an autolist of the keywords used in the current file. also has terminal window along with it.. to run ur command lines. you can compile it..

Its worth trying.. it... check out Anjuta here at sourceforge.net


Good Luck

TheMusicGuy 10-05-2004 10:53 PM

Is there anything that runs directly through X without depending on Gnome, Kde or even GTK? Those things are what make it slow because I don't usually use Gnome or Kde (I use fluxbox) and when I start something that uses those components it has to start them too...that's just a lot of work for a mere text editor, even if it does have text coloring and a "compile" option.

Eclipse:
It's nice and has a lot of good features, but it's slow and doesn't seem to have anything to do with C or C++.

Anjuta:
I keep trying it and it's just too much of a pain...sorry.

I'll try those other ones now...

darthtux 10-05-2004 11:00 PM

You might check out Cooledit
http://freshmeat.net/projects/cooledit/

TheMusicGuy 10-05-2004 11:13 PM

Ah...I seem to have found something....

Scite! It starts up quickly, doesn't use kde or gnome or gtk (at least I don't think it does), has syntax coloring for just about every language I know of including makefiles and has a "Compile using 'make' " button which opens a terminal in the editor.

It's sweeeet. :D

speck 10-05-2004 11:15 PM

I like NEdit. I has syntax highlighting a some other helpful options for programmers. It requires the Motif (or LessTif) toolkit, but you should have the toolkit on your Linux CD, if it's not installed already.

Speck

Mega Man X 10-05-2004 11:34 PM

jEdit maybe?. It's written in Java, so it's not the fast as a PodRacer, but not slow as an old Beetle...

darthtux 10-06-2004 12:16 AM

Found this one: Code Crusader
http://www.newplanetsoftware.com/jcc/


All times are GMT -5. The time now is 03:37 AM.