|
-
May 2nd, 2008, 06:44 AM
#1
Linux Text Editor(s)!
I know this is probably a strange question to ask, especially considering that any text editor is viable, but I'm wondering what is the choice for text editor of most programmers running on a Linux machine.
I'm currently using Fedora8, and I'm new to Linux/Fedora 8. I've been using 'gedit', which comes with the install. I've seen people using editors that run out of the terminal window, and they write/edit their code inside the terminal window.
I'm wondering what everyone else is using, and what I should probably be using too (I'm currently trying to learn C). Ok thanks guys.
-
May 2nd, 2008, 09:42 AM
#2
Re: Linux Text Editor(s)!
I can't say I have a lot of linux ppl around me but those I know all have emacs as their favourite.
-
May 2nd, 2008, 09:52 AM
#3
Re: Linux Text Editor(s)!
If S_M_A knew more Linux people, perhaps some vi users would have that as their favourite (Vim seems rather popular among the vi variants). And then there are a whole host of other somewhat less popular text editors, plus IDEs like Anjuta, Code::Blocks, KDevelop, etc.
-
May 2nd, 2008, 03:51 PM
#4
Re: Linux Text Editor(s)!
I never did get used to EMACS. I use gvim, the graphical version of VIM.
Viggy
-
May 2nd, 2008, 04:04 PM
#5
Re: Linux Text Editor(s)!
If you're new to Linux, or don't feel like spending hours learning how to use the text editor, don't go with vi/vim or emacs. These editors are very powerful, but take a long time to learn.
If you want to use a console based one, go with nano or pico.
For a GUI app, I use kate.
If you're just starting out in C, I'd recommend using an IDE so that you don't have to worry about makefiles or using the command line compiler. Code::Blocks is a good one, KDevelop is pretty good but can be a pain sometimes. Netbeans is another good one.
-
May 2nd, 2008, 04:13 PM
#6
Re: Linux Text Editor(s)!
On linux, I tend to use emacs or KDevelop depending on the projet, but Code::Blocks is pretty nice too.
Get this small utility to do basic syntax highlighting in vBulletin forums (like Codeguru) easily.
Supports C++ and VB out of the box, but can be configured for other languages.
-
May 2nd, 2008, 05:22 PM
#7
Re: Linux Text Editor(s)!
When working in projects or with a large amount of files, I always go Code::Blocks, it hasn't failed me once and is very comfortable to use. Kate, gedit and all those "desktop branded" editors are good, but as they come with the weight of their desktop environment, I've left them aside for something nicer and cleaner such as NEdit, which comes with an interesting system for syntax highlightning and marco programming.
You're not watching "24"?
Well... you should.
24
Jack IS back...
-
May 2nd, 2008, 05:55 PM
#8
Re: Linux Text Editor(s)!
I use SlickEdit since it's cross platform and looks and behaves almost the same way on Windows and Linux (a big plus in my book).
-
May 3rd, 2008, 09:29 AM
#9
Re: Linux Text Editor(s)!
Vim!
Way back when I was in college we had no choice but to learn vi. When I entered the workforce I've found it paid dividends to learn those ropes early on.
To this day I prefer to use vi/vim even in a Windows environment. It becomes second nature just like typing with a qwerty keyboard layout.
The reason why I think vim is your best choice for any UNIX development is you are guaranteed that some version of vi will be on any UNIX box.
-gw
-
May 3rd, 2008, 03:40 PM
#10
Re: Linux Text Editor(s)!
-
May 3rd, 2008, 10:59 PM
#11
Re: Linux Text Editor(s)!
Windows console with telnet sessions &putty consoles with vi/vim/<sometimes textpad with files on a windows network drive... sorry.. but I do feel very lazy sometimes.. >
Last edited by exterminator; May 3rd, 2008 at 11:01 PM.
Can you help me with my homework assignment?, Before you post!, Use code tags, How to post!, Codeguru technical FAQs, C++ FAQ Lite, Stroustrup: C++ Style and Technique FAQ, Guru of the Week, Comeau C and C++ FAQs, Comeau C++ Templates FAQs, CUJ @ DDJ, Spam threshold
My Blogs : Learning C++ is fun | Abnegator's reflections
Open Threads : C++ Aha! Moments | Nature of work in C++?
-
May 4th, 2008, 11:08 PM
#12
Re: Linux Text Editor(s)!
Emacs was what I learned, but if you can get past the steep learning curve of vi, I've seen some people do rather amazing things with it.
-
May 5th, 2008, 09:39 AM
#13
Re: Linux Text Editor(s)!
When I do something in Linux, I also most of the time use Emacs.
-
May 5th, 2008, 03:11 PM
#14
Re: Linux Text Editor(s)!
Some developers in my group use the Eclipse IDE for large-scale, cross-platform development. It is powerful for C, C++, python, etc and remains the same across the operating system boundaries. I personally have only used it for a few minor projects. But the guys really like it.
Sincerely, Chris.
You're gonna go blind staring into that box all day.
-
May 5th, 2008, 03:36 PM
#15
Re: Linux Text Editor(s)!
I was under the impression Eclipse was mainly for Java development, and that support for other languages was pretty much an afterthought.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|