LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


View Poll Results: Which do you prefer IDE or Text Editor?
Text Editor 30 58.82%
IDE 16 31.37%
Other? 5 9.80%
Voters: 51. You may not vote on this poll

Reply
  Search this Thread
Old 11-09-2011, 06:57 PM   #1
asipper
Member
 
Registered: Oct 2011
Distribution: Fedora 17
Posts: 138

Rep: Reputation: 0
IDE vs Text Editor


I'm just starting programming so I just want to see if you PREFER a text editor to an IDE. I felt that an IDE was overcomplicated for my purposes while Emacs or ViM are more simplistic, faster also Netbeans and Eclipse never seemed to work. As when compiling programs in them they failed but when using Emacs and ViM and gcc command line thing it succeeded

Last edited by asipper; 11-09-2011 at 07:00 PM. Reason: grammar correction
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 11-09-2011, 07:43 PM   #2
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
xemacs for big changes, vi for quick touch ups. I try very hard to stay away from IDEs when I can help it.
 
Old 11-09-2011, 08:11 PM   #3
asipper
Member
 
Registered: Oct 2011
Distribution: Fedora 17
Posts: 138

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by suicidaleggroll View Post
xemacs for big changes
I've only used GNU Emacs. Is their a big difference between the two?
 
Old 11-09-2011, 08:16 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
I prefer vi for quick jobs, and a full-blown IDE (kdevelop or the like), for bigger things.
 
Old 11-09-2011, 08:30 PM   #5
asipper
Member
 
Registered: Oct 2011
Distribution: Fedora 17
Posts: 138

Original Poster
Rep: Reputation: 0
@TB0ne Can you please vote
 
Old 11-09-2011, 08:41 PM   #6
Jenni
Member
 
Registered: Oct 2011
Distribution: Slackware, Fedora
Posts: 158

Rep: Reputation: Disabled
I pretty much stick to Emacs for bigger projects, Nano for small things.
To be fair, though, I tend to do only basic programming, nothing professional just some things for classes and otherwise small utilities to make my own computing more efficient.
 
Old 11-09-2011, 08:43 PM   #7
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by asipper View Post
@TB0ne Can you please vote
Would love to...but there's no "Both" option, which is what I use.

However, the majority of what I use is IDE, so I voted that way.

Last edited by TB0ne; 11-09-2011 at 08:44 PM.
 
Old 11-09-2011, 08:55 PM   #8
asipper
Member
 
Registered: Oct 2011
Distribution: Fedora 17
Posts: 138

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by TB0ne View Post
Would love to...but there's no "Both" option, which is what I use.
Everyone please vote for what you use the majority of the time. TB0ne thanks for bringing it to my attention.
 
Old 11-09-2011, 08:57 PM   #9
pdq2
LQ Newbie
 
Registered: Sep 2011
Distribution: Ubuntu 11.10
Posts: 2

Rep: Reputation: Disabled
i like an IDE such as netbeans or eclipse but my favorite is the lightweight IDE called geany.

=]
 
Old 11-10-2011, 12:05 AM   #10
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by asipper View Post
I've only used GNU Emacs. Is their a big difference between the two?
Not really, until you get into the nitty gritty:

http://www.xemacs.org/About/XEmacsVsGNUemacs.html
 
Old 11-10-2011, 12:36 AM   #11
tuxdev
Senior Member
 
Registered: Jul 2005
Distribution: Slackware
Posts: 2,012

Rep: Reputation: 115Reputation: 115
It's kinda an apples to apple pie comparison. Vim is my editor, and is just one piece of my development environment. There's also my toolchain, debugger, build system, shell.. They all already play nice together, no explicit "integration" needed or wanted.
 
Old 11-10-2011, 03:25 AM   #12
SigTerm
Member
 
Registered: Dec 2009
Distribution: Slackware 12.2
Posts: 379

Rep: Reputation: 234Reputation: 234Reputation: 234
Quote:
Originally Posted by asipper View Post
I'm just starting programming so I just want to see if you PREFER a text editor to an IDE.
IDE is a text editor.
 
0 members found this post helpful.
Old 11-10-2011, 03:29 AM   #13
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by asipper View Post
I'm just starting programming so I just want to see if you PREFER a text editor to an IDE. I felt that an IDE was overcomplicated for my purposes while Emacs or ViM are more simplistic, faster also Netbeans and Eclipse never seemed to work. As when compiling programs in them they failed but when using Emacs and ViM and gcc command line thing it succeeded
Emacs simplistic? That's probably the last adjective I'd use to describe it

Like some other posters here, I use Emacs for bigger projects, and Vim for quick edits. Mind you, I haven't done a really big project yet.
 
Old 11-10-2011, 04:33 AM   #14
SigTerm
Member
 
Registered: Dec 2009
Distribution: Slackware 12.2
Posts: 379

Rep: Reputation: 234Reputation: 234Reputation: 234
Quote:
Originally Posted by asipper View Post
I'm just starting programming so I just want to see if you PREFER a text editor to an IDE. I felt that an IDE was overcomplicated for my purposes while Emacs or ViM are more simplistic, faster also Netbeans and Eclipse never seemed to work. As when compiling programs in them they failed but when using Emacs and ViM and gcc command line thing it succeeded
IDE is a text editor. Anyway, Linux doesn't have Visual Studio (and alternatives weren't that good for me), so you will have to use text editor - jEdit/Kate/gEdit/vim, etc. General rule is that if you're serious about programming, you should be able to program in anything - with or without ide. It makes sense to learn vim - it is available nearly on all linux machines, and it is unlikely to be customized.

Quote:
Originally Posted by sycamorex View Post
Like some other posters here, I use Emacs for bigger projects, and Vim for quick edits. Mind you, I haven't done a really big project yet.
//offtopic
How big a project should be for you to call it big? (kilobytes or lines of code)
 
0 members found this post helpful.
Old 11-10-2011, 04:45 AM   #15
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by SigTerm View Post
How big a project should be for you to call it big? (kilobytes or lines of code)
I don't know what the criterion is - complexity, number of files and the lines of code? No idea..

Obviously it's a relative thing, but as programming is mostly my hobby, the projects I do are not that complex. You wouldn't call 100 line long bash scripts, or a simple website (html/css/some php and jquery) big, would you?

Last edited by sycamorex; 11-10-2011 at 04:46 AM.
 
  


Reply

Tags
emacs, ide, programming, text editor, vim



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
website building - IDE or text editor? pljvaldez Programming 4 08-29-2011 07:33 PM
[SOLVED] Java IDE or good text editor Nauntilus Programming 7 10-24-2010 12:46 PM
[SOLVED] All text in text editor turned to boxes... unclerick94 Linux - Newbie 2 07-17-2009 04:14 PM
Text Editor on Fedora Core 4 in Text Mode blong4life Linux - Software 5 07-31-2006 09:07 PM
Which light text editor can copy text from file and paste in browser? davidas Linux - Software 9 03-06-2006 11:28 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 12:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration