Best Editor for Programming...!

mehta_april

Disciple
Please share your opinion abut best editors, for coding ? And why ?

--- Updated Post - Automerged ---

I guess, for Mac- TextMate and Aptana are best. Both of these having Project-Window, Snippets, Comments/Uncomment, Auto-Indentation alike features.

If you are on Ubuntu, GEdit is good one because of the 3rd party plugins-support.
 
Windows:

1. Dreamweaver

2. Visual Studio

3. Notepad++

4. Netbeans

5. Eclipse

Linux

1. Gedit

2. Bluefish

3. Aptana Studio

4. Anjuta

5. Qt Creator
 
MSVS is too expensive to be procured by an individual for personal use purposes. A Professional edition MSVS costs $15,000, so i am not sure how people are recommending it here.
 
apextwin146 said:
MSVS is too expensive to be procured by an individual for personal use purposes. A Professional edition MSVS costs $15,000, so i am not sure how people are recommending it here.
Express editions.

Free MSVS for students from dreamspark.

There are multiple legitimate ways to obtain functional copies of MSVS.
 
apextwin146 said:
MSVS is too expensive to be procured by an individual for personal use purposes. A Professional edition MSVS costs $15,000, so i am not sure how people are recommending it here.
Looks like you are so innocent..!! Piracy buddy :)
 
Vim/emacs for anything on Linux/Unix.

On Windows.... never felt like coding on windows. Only games and movies on Windows.
 
stalker said:
Express editions.
Free MSVS for students from dreamspark.

There are multiple legitimate ways to obtain functional copies of MSVS.
Totally forgot about it :ashamed:

Here is chart to differentiate between different Editions
Product Feature Comparisons

Express editions are usefull in single developer scenarios. What hurts the most is the lack of source control.

Eclipse is excellent for Java and Android Development, but if you can afford to pay then IBM RAD is an excellent option :drool2:
 
Back
Top