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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
View Poll Results: Which do you prefer IDE or Text Editor?
|
|
Text Editor
|
  
|
29 |
58.00% |
|
IDE
|
  
|
16 |
32.00% |
|
Other?
|
  
|
5 |
10.00% |
 |
|
11-09-2011, 06:57 PM
|
#1
|
|
Member
Registered: Oct 2011
Distribution: Fedora 17
Posts: 138
Rep:
|
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.
|
11-09-2011, 07:43 PM
|
#2
|
|
Senior Member
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 1,736
|
xemacs for big changes, vi for quick touch ups. I try very hard to stay away from IDEs when I can help it.
|
|
|
|
11-09-2011, 08:11 PM
|
#3
|
|
Member
Registered: Oct 2011
Distribution: Fedora 17
Posts: 138
Original Poster
Rep:
|
Quote:
Originally Posted by suicidaleggroll
xemacs for big changes
|
I've only used GNU Emacs. Is their a big difference between the two?
|
|
|
|
11-09-2011, 08:16 PM
|
#4
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 12,008
|
I prefer vi for quick jobs, and a full-blown IDE (kdevelop or the like), for bigger things.
|
|
|
|
11-09-2011, 08:30 PM
|
#5
|
|
Member
Registered: Oct 2011
Distribution: Fedora 17
Posts: 138
Original Poster
Rep:
|
@TB0ne Can you please vote
|
|
|
|
11-09-2011, 08:41 PM
|
#6
|
|
Member
Registered: Oct 2011
Distribution: Slackware, Fedora
Posts: 144
Rep: 
|
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.
|
|
|
|
11-09-2011, 08:43 PM
|
#7
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 12,008
|
Quote:
Originally Posted by asipper
@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.
|
|
|
|
11-09-2011, 08:55 PM
|
#8
|
|
Member
Registered: Oct 2011
Distribution: Fedora 17
Posts: 138
Original Poster
Rep:
|
Quote:
Originally Posted by TB0ne
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.
|
|
|
|
11-09-2011, 08:57 PM
|
#9
|
|
LQ Newbie
Registered: Sep 2011
Distribution: Ubuntu 11.10
Posts: 2
Rep: 
|
i like an IDE such as netbeans or eclipse but my favorite is the lightweight IDE called geany.
=]
|
|
|
|
11-10-2011, 12:05 AM
|
#10
|
|
Senior Member
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 1,736
|
Quote:
Originally Posted by asipper
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
|
|
|
|
11-10-2011, 12:36 AM
|
#11
|
|
Senior Member
Registered: Jul 2005
Distribution: Slackware
Posts: 2,006
Rep: 
|
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.
|
|
|
|
11-10-2011, 03:25 AM
|
#12
|
|
Member
Registered: Dec 2009
Distribution: Slackware 12.2
Posts: 379
|
Quote:
Originally Posted by asipper
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.
|
11-10-2011, 03:29 AM
|
#13
|
|
LQ Veteran
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,113
|
Quote:
Originally Posted by asipper
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.
|
|
|
|
11-10-2011, 04:33 AM
|
#14
|
|
Member
Registered: Dec 2009
Distribution: Slackware 12.2
Posts: 379
|
Quote:
Originally Posted by asipper
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
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.
|
11-10-2011, 04:45 AM
|
#15
|
|
LQ Veteran
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,113
|
Quote:
Originally Posted by SigTerm
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.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:10 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|