View Full Version : The Best Text Editor on Ubuntu
jauhari
October 24th, 2007, 10:28 PM
Hi All
I want to know, which one the best editor on Ubuntu? just like Notepad++ on windows or textpad on Mac OSX.
Can you give me information?
Thanks
:guitar:
dumbsnake
October 24th, 2007, 11:29 PM
For IDEs:
there are tons of them... KDevelop, codeBlocks, Anjuta, Eclipse (see the stickies for this)
For straight text in a windowing environment:
Textedit is good
Emacs if you are willing to learn to use it
For console text editor:
Emacs is the best in my opinion
Nano is simpler to learn
some people like vi, but I've never taken the time to learn it
avik
October 24th, 2007, 11:32 PM
I like Gedit (the default one). It's has many great features for programming, not to mention plugins to fill in the rest.
rokclimb15
October 24th, 2007, 11:38 PM
Try geany. You won't be disappointed. Here's a quick post I wrote about it on my blog. It includes the feature list.
http://www.nerdhappens.com/geany-fast-ide-using-gtk2/
santiagoward2000
October 24th, 2007, 11:40 PM
I use Mousepad, which comes with Xubuntu. It's nice and simple, but maybe you're looking for something with more functions.
LaRoza
October 24th, 2007, 11:47 PM
some people like vi, but I've never taken the time to learn it
I am "some people", I like Vim (Vi Improved).
@op, there is no best editor, find one you like. Browser the stickies and experiment.
zero-9376
October 25th, 2007, 12:55 AM
another vote for geany, they recently released a new version but i haven't been ablet to find debs for it yet
Compyx
October 25th, 2007, 01:21 AM
Vim. Learn it, love it.
FredB
October 25th, 2007, 01:42 AM
Hi All
I want to know, which one the best editor on Ubuntu? just like Notepad++ on windows or textpad on Mac OSX.
Can you give me information?
Thanks
:guitar:
I do love gedit for some python coding - very basic, I'm learning this programming language.
The simplest thing to do : install the main tools, test them, and keep the one you fell in love with.
jauhari
October 25th, 2007, 02:51 AM
How about SciTE? this engine same as with Notepad++..
w116tjb
October 25th, 2007, 02:55 AM
gedit for editing config files.
scite for writing programs.
Tanjerine
October 25th, 2007, 03:03 AM
I've tried a bunch of text editors on K/Ubuntu and I still go back to jEdit (http://www.jedit.org (http://www.jedit.org/)). It's a little heavy (since it uses java) but it has all the features i need (or that i've gotten used to) for writing code (syntax highlighting, column selection, column editing...) and just plain text. plus it has tons of plugins! :)
sloggerkhan
October 25th, 2007, 03:11 AM
I have used eclipse, geany, and gedit mostly. I like geany, eclipse has loads of features but is slow and bloated (IMO).
remitaylor
October 25th, 2007, 03:14 AM
I use vim. ( code mostly in ruby & .NET )
Note: I used gedit before learning vim.
I like vim because ...
* vi (and sometimes vim) is pre-installed on every *nix box I've ever used
* I can use it just as well thru ssh as I can locally, and I can use gVim when stuck on Windows
* easy to script / automate
Takes awhile to learn, but I know I'm more productive, as I now feel slow when using other text editors. Other text editors don't usually let me perform a task, then repeat it on the next 10 lines (as an example).
Scripts/macros/plugins == less typing => happy programmer.
Mlehliw
October 25th, 2007, 03:37 AM
If you are serious about wanting to use the best, then emacs and vim are your ONLY choices. For either one you will have to invest some serious time to get through the learning curve but it's worth it. The productivity you will gain is amazing.
I use vim because I needed a text editor I could use over ssh and I find navigating files in vim to be less straining than emacs (ctrl-shift-alt-meta lol).
PointyWombat
October 25th, 2007, 03:46 AM
definitely vi for it's ubiquity and functionality.
Acglaphotis
October 25th, 2007, 06:09 AM
I recommend SciTE or Vim
d3br074
October 28th, 2007, 05:35 PM
I like jedit as well, but i only use it for program creation as it is slow. It DOES have ALL the features you could imagine though.
wolfbone
October 28th, 2007, 06:22 PM
I like jedit as well, but i only use it for program creation as it is slow. It DOES have ALL the features you could imagine though.
Well... I'd say that depends on whether or not your imagination has been introduced to Emacs ;-).
ThinkBuntu
October 28th, 2007, 08:30 PM
Hi All
I want to know, which one the best editor on Ubuntu? just like Notepad++ on windows or textpad on Mac OSX.
Can you give me information?
Thanks
:guitar:
I think you're referring to TextMate for the Mac. I love using that for all sorts of code. BBedit is good too, but just can't measure up.
BobHur
October 29th, 2007, 01:36 AM
Thanks to all who recommended Geany, I really like it!
Rytron
March 11th, 2008, 08:31 AM
Just tried Geany.
It is great.
Can+~
March 11th, 2008, 12:17 PM
Geany is great, but I wanted auto completion for my python + gtk thingies, so I tried everything until I found Editra (http://editra.org/).
Fbot1
March 11th, 2008, 03:55 PM
I suggest using the one you find most customizable. Both the Emacs and Vi style have their advantages and eventually you will really want to change something anyway.
kaens
March 11th, 2008, 06:44 PM
I started using emacs about a month ago, and although it has a bit of a learning curve, it's more than worth learning - after a bit of learning, you can mold it to your every editing whim.
jespdj
March 13th, 2008, 03:40 PM
I use Eclipse (which is a complete IDE, not a text editor) every day. With the Java EE tools it is very good for editing Java, HTML, CSS, XML, and many other types of files. It's absolutely much better than a text editor for Java, because of the many automatic formatting, source code completion and refactoring tools.
Geany is a very nice light weight IDE. Gedit is a good text editor which can be extended with plugins.
On Windows, UltraEdit is my favourite text editor. I miss UltraEdit's column mode, which is sometimes very convenient, on Gedit and other Linux editors...
cybergrunt
January 16th, 2009, 07:20 AM
I know this sig is a bit old but I really wanted to compound how much excellent Geany is. It really is a rocking programmers editor for people out there who just don't have the inclination, time or patience to learn VI or Emacs. If you love Notepad++ on Windows then you'll be very happy working in Geany.
cb951303
January 16th, 2009, 07:23 AM
for GNOME geany or gedit (also medit looks promising but too buggy for now)
for KDE nothing beats Kate
EDIT: Just a heads up. With text editors, IMO, the most important thing is plugins. If you don't like a text editor because it doesn't have X feature, don't forget to look up for plugins ;)
cb951303
January 16th, 2009, 07:27 AM
Double
hessiess
January 16th, 2009, 07:35 AM
Vim! ;)
gjoellee
January 17th, 2009, 04:28 AM
It is "Gedit" which comes by default. Just check two options and you have near the same as Notepad++
matmatmat
January 17th, 2009, 06:41 AM
What about scribes? Templates & more.
benmoran
January 17th, 2009, 06:46 AM
I've grown to love Geany.
nvteighen
January 17th, 2009, 11:28 AM
Emacs!
(Man, these threads are so silly... :p)
loganwm
January 17th, 2009, 11:46 AM
Kate comes standard with Kubuntu, but with about the same effort it takes to get Amarok working in Ubuntu (Which I like better than the standard one on Ubuntu) you can have it up and running with a lot of great standard features for programming.
Emacs!
(Man, these threads are so silly... :p)
http://xkcd.com/378/
tep200377
April 30th, 2009, 03:14 AM
Try geany. You won't be disappointed. Here's a quick post I wrote about it on my blog. It includes the feature list.
http://www.nerdhappens.com/geany-fast-ide-using-gtk2/
I did try Geany, and its pretty cool :)
thanks for the tip!
multiedit
February 4th, 2010, 07:43 PM
UltraEdit and nothing but UE! Until this editor had been released for Linux, it was one of the main reasons why I stayed with Windows. It is available for all Linux platforms now.
http://www.ultraedit.com/downloads/uex.html
Or check Ubuntu Software Center --> UEx
SNYP40A1
February 4th, 2010, 09:01 PM
Hi All
I want to know, which one the best editor on Ubuntu? just like Notepad++ on windows or textpad on Mac OSX.
Can you give me information?
Thanks
:guitar:
I run Notepad++ in WINE. I have found no better editor on any OS or anywhere.
CyberJack
February 5th, 2010, 09:01 AM
For normal text editing I use geany. For Programming I use netbeans.
Tibuda
February 5th, 2010, 09:29 AM
(G)Vim for me, but keep this in mind:
Usually, there is no single "best" application to perform a given task. It's up to you to choose, depending on your preferences, features you require, and other factors. (http://ubottu.com/factoids.cgi?search=best)
maraldi
February 5th, 2010, 09:47 AM
I use either kate or Mousepad.
Kate has more features but it's still not huge and complicated.
Mousepad is just simple.
abhilashm86
February 5th, 2010, 09:59 AM
vim or vim.tiny try it!! i say you will just not learn but learn to type fast n effective!!
i do most of edits using vim.
type vimtutor in terminal for straight advantages!!
diesch
February 5th, 2010, 08:09 PM
There's no editor like Emacs. It even has a psychotherapist built in.
gusnan
February 5th, 2010, 09:13 PM
How often does this question come up? :)
My answer is SciTE - And it is nice to see there are some people more than me that agrees... Unfortunately, it looks like the version in Ubuntu is pretty outdated though.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.