LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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


Reply
  Search this Thread
Old 10-21-2012, 10:01 PM   #1
CTech
LQ Newbie
 
Registered: Aug 2012
Location: TN
Distribution: Ubuntu
Posts: 17
Blog Entries: 1

Rep: Reputation: 0
What is the best text-editor in Linux


I use Gedit to write my web code. I have tried to learn how to use Emacs. Does anyone else use another text-editor for their programming needs in Linux.
 
Old 10-21-2012, 10:03 PM   #2
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,219

Rep: Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309Reputation: 5309
I use vim.
 
Old 10-21-2012, 10:19 PM   #3
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
It is the same as with distros. There is no such thing like "the best text-editor" (except Vim of course ).
Joking aside, use what you think fits you needs. Vim and Emacs are extremely powerful and extensible, but come with the price of a steep learning curve. But if you pay the price you usually won't regret it.
There are of course a whole bunch of other text editors that are good for programming, like Gedit, Geany or SciTe.
 
1 members found this post helpful.
Old 10-21-2012, 10:43 PM   #4
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
I use emacs/xemacs for big code development, and vim for quick touch-ups.
 
Old 10-22-2012, 03:55 AM   #5
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
Vim or Gedit
 
1 members found this post helpful.
Old 10-22-2012, 04:37 AM   #6
konsolebox
Senior Member
 
Registered: Oct 2005
Distribution: Gentoo, Slackware, LFS
Posts: 2,248
Blog Entries: 8

Rep: Reputation: 235Reputation: 235Reputation: 235
If you mean "in Linux" as any editor capable of running under Linux in any circumstance then I would give to you Notepad++ emulated with Wine. It's the best editor.

If you're only for web development I suggest Bluefish.
 
Old 10-22-2012, 04:44 AM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I use Geany for both text editor and IDE, it is light enough for this.
 
Old 10-22-2012, 05:30 AM   #8
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by konsolebox View Post
If you mean "in Linux" as any editor capable of running under Linux in any circumstance then I would give to you Notepad++ emulated with Wine. It's the best editor.

If you're only for web development I suggest Bluefish.
Never used Notepad++. Would you care to point out why it is better than the available native editors?
 
Old 10-22-2012, 06:40 AM   #9
NevemTeve
Senior Member
 
Registered: Oct 2011
Location: Budapest
Distribution: Debian/GNU/Linux, AIX
Posts: 4,856
Blog Entries: 1

Rep: Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869Reputation: 1869
ad1: there is no such thing, unless you want a flame-war
ad2: mcedit
 
Old 10-22-2012, 06:43 AM   #10
Xplorer4x4
Member
 
Registered: Mar 2012
Location: Evansville,IN
Distribution: Manjaro KDE
Posts: 58

Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
Never used Notepad++. Would you care to point out why it is better than the available native editors?
Notepad++ is an amazing editor..if you use windows. In the world of Windows it is pretty much unparalleled until you crossover to a full blown IDE program. It is very customizable out of the box but offers a really nice variety of plug ins to expand it's usefulnesses. A few plug ins that come to mind were ftp, svn and possibly git based in that it was able to use built in browsers to navigate these structures. I used Notepad2 for years and never managed to find anything that could pull me away from it. That was until I tried Notepad++. As you might be able to tell, I think VERY highly of Notepad++. However, I made the jump to a KDE DE(Kubuntu) about 6 months ago. I originally used Notepad++ until I realized Kate was built in and does what I want it to do plus a bit more. Even with plug ins, it might lack a few of the available features of Notepad++ when considering the plug ins available, but for me I saw no reason to stick to Notepad++, but I am also of the mind set mentioned earlier.."There is no best..." The best tool/app for the job is whatever does everything you need, and does it the way you prefer.
 
Old 10-22-2012, 07:49 AM   #11
afasoas
LQ Newbie
 
Registered: Oct 2012
Location: UK
Distribution: Ubuntu, Lubuntu
Posts: 16

Rep: Reputation: Disabled
Another vote here for Notepad++ in 'doze.

I'm grew up with Vi so quite happy using Vim. Separates the men from the boys
 
Old 10-22-2012, 12:06 PM   #12
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Do you also run IE through wine ? and maybe even every other program you use on Window$ ?

The question is about text editors for Linux not Window$ or Ubuntu + wine i.e. a Window$ emulation platform with an Ubuntu kernel (not a typo).
 
Old 10-22-2012, 01:07 PM   #13
theNbomr
LQ 5k Club
 
Registered: Aug 2005
Distribution: OpenSuse, Fedora, Redhat, Debian
Posts: 5,399
Blog Entries: 2

Rep: Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908Reputation: 908
'Best' has different meanings to different people and for different purposes. If there was only one 'best', then everyone would use it, and all of the others would just die off and go away. At best, you can get some impressions of others' preferences, but without knowing how you intend to use an editor, it is difficult ot give a qualified reply.
I have at least a couple of favorites, depending on what I'm using them for. I like vi for system admin tasks, because it is ubiquitous and doesn't require X. It can be built into busybox, and takes up little memory. It is great for quick edits of config files and scripts; get in, get out, no one gets hurt. On the other hand, if I'm doing software development tasks, I probably want an editor that is more full featured, uses GUI methods, and has some direct knowledge of programming languages I commonly use. I would tend to use it on a somewhat persistent basis, and maybe even use some kinds of hooks into compilers, debuggers, etc. The one I mostly use is nedit.

--- rod.

Last edited by theNbomr; 10-22-2012 at 01:08 PM.
 
Old 10-22-2012, 03:36 PM   #14
Perseus
Member
 
Registered: Oct 2011
Posts: 179

Rep: Reputation: Disabled
For what I've used in Linux and Windows. I prefer first Ultraedit, is the best and most complete editor I've used. You can do java scripts and do and record powerfull macros. The bad part is that is not freeware. I think there are versions for windows, linux and mac.

The other I prefer and use normally because is free, is Notepad ++. Has plugins from community and many things that does the job for what I need.

Regards

Last edited by Perseus; 10-22-2012 at 03:37 PM.
 
Old 10-22-2012, 03:47 PM   #15
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,649
Blog Entries: 4

Rep: Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934Reputation: 3934
The "best" editor is, quite literally, the one that is best-all-around for you. There are probably hundreds to choose from.

It does behoove you to have some familiarity with a "terminal mode" editor, i.e. no GUI, because from time to time you'll be working with systems that do not have a graphic user interface at all or one that is accessible to you. Most systems will have vi, vim, emacs, and perhaps nano.
 
  


Reply



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
[SOLVED] linux text editor which updates file sparsh0mittal Linux - Newbie 7 11-22-2011 04:59 PM
Dumb Text Editor for linux lgill Linux - Desktop 1 02-08-2007 05:33 AM
new to linux : x window text editor mariogarcia Linux - Newbie 6 09-26-2005 01:56 PM
best text editor for linux ryancw Linux - Newbie 1 09-01-2003 01:32 PM
Linux Text Editor chosmer Linux - Newbie 2 02-25-2002 09:31 PM

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

All times are GMT -5. The time now is 05:33 PM.

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