Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I got addicted to Notepad++ on Windows and I've recently moved to Ubuntu. I'm missing a tool as such. What is a good alternative?

share|improve this question
2  
you can use kate editor – Gabor Sep 16 '08 at 13:26
75  
+1 because I was planning on asking this exact same question almost verbatim – Jacob Adams Apr 29 '09 at 0:02
12  
Now I KNOW am not the only one addicted to this program. – Luis Alvarado Sep 8 '11 at 16:31
16  
I can't help but wonder why npp itself has not been ported to Linux yet, being open source, and given the tremendous demand for it. – Mahn Aug 15 '12 at 14:02
1  
Exactly the information I wanted to find out. This question is far from unconstructive. However I have a feeling nothing will surpass notepad++. – AndyUK Mar 15 at 10:09
show 1 more comment

closed as not constructive by fthiella, Will May 10 at 15:46

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

42 Answers

1 2
up vote 108 down vote accepted

Doesn't the bundled editor GEdit offer much the same functionality? If you need a richer functionality, use a “true” Linux editor such as GVim or Emacs.

To harness the full power of GEdit, have a look at this blog posting entitled Pimp my Gedit. Notepad++ is no match to this.

share|improve this answer
34  
I'm back after a while... and I can say that while GEdit is good, Notepad++ is awesome. Tabbing, macros, plugins, search$replace in entire folders, etc. – ign Jan 27 '09 at 16:48
14  
Uh … GEdit has all these things and more. Have you also installed/activated some of the useful plugins? – Konrad Rudolph Jan 27 '09 at 19:34
21  
that may be one of the reasons people don't like gedit as much; you have to instal/activate what others come with out of the box... – RCIX Jun 13 '10 at 6:18
22  
Yep, maybe gEdit can be configurable... I'll look at that, but for the moment, it is just light-years behind Notepad++ to which I am really addicted too... – Stephane Rolland Mar 7 '11 at 17:35
9  
I came here looking for a notepad++ replacement for linux. I can't find a decent text editor in linux with good plugins like SVN/git integration, SFTP, class browser, etc. I think notepad++ should be ported to linux. – Munim May 20 '11 at 12:00
show 18 more comments

Geany is pretty similar to Notepad++. Supports syntax highlighting for several languages, auto-indent, tabs, etc. While plenty of the other editors listed here are excellent, geany seems the most similar to notepad++

share|improve this answer
8  
They both use the Scintilla editing component, which renders the text (which includes code folding, tabs and syntax highlighting, among other things). – thomasrutter Mar 29 '09 at 14:25
7  
FWIW to future generations, I went on this very quest using this post as a guide, and geany blew me away so much (after being dissatisfied with everything else I tried, which was nearly everything in this thread) I'm considering replacing N++ with it on my Windows box at work. It is undoubtedly the only program mentioned here that just feels like N++ and doesn't have some critical missing feature. It's also got a few things I like better. – user1452106 Jun 19 '12 at 21:56
show 4 more comments

I vote for Geany, it is in Ubuntu repositories.

share|improve this answer
show 2 more comments

Notepad++ works well with WINE.

share|improve this answer
1  
WINE is a great solution if you depend on one app that you can't run native under linux e.g. for me Photoshop – ByteNirvana May 4 '09 at 17:44
17  
-1 Never suggest to run Windows applications with wine, especially when better alternatives available. – Artyom Mar 7 '10 at 8:37
60  
+1 Never force a user to change their stuff when they don't have to. I too have been using a text editor through Wine daily for several years, with zero crash as far as I can remember. I tried Kate, Kdevelop, Komodo, Eclipse and probably a few more, and in the end I just came back my good old editor because that's what I'm the most proficient with. Change for the sake of change is counter productive. – Josh Davis Jun 13 '10 at 6:26
1  
@muntoo: I just installed it on a fresh WINE dir in Natty (11.04); This Ubuntu Natty (11.04), wine wine-1.3.15, NP++ 5.9.3 from MSI; I found that some plugins would make it misbehave (not launch anymore) so you might need to (1) uninstall (2) do rm -rf .wine/drive_c/Program\ Files/Notepad++/ to splurge old plugins (3) re-install. Cheers – sehe Sep 24 '11 at 23:39
show 1 more comment

If you are using KDE, give kate a try.

share|improve this answer
11  
give it a try in GNOME too,its really nice. – Roman A. Taycher Feb 27 '10 at 13:42
show 1 more comment

I think sublime text is the best editer out there for Linux. It's got regex search and very cool syntax hilighting and all the features n++ have and much more.

enter image description here

share|improve this answer
3  
+1 for actually including a screenshot – shadow Nov 21 '12 at 22:47
show 1 more comment

GEdit is indeed more powerful than it may appear at first; in particular, the plugin system allows it to gain pretty much all the functionality you would find in something like Windows' Notepad++.

There are plenty of sites that give you tips on "tricking out" your gEdit, such as this one, or this one or this one for a more-or-less comprehensive listing. Googling around will find you many more.

share|improve this answer
show 1 more comment

Komodo edit (large image if opened in new tab).
Non java (read: it's fast), free, has plugins, built around scintilla just like Notepad++.

komodo edit screenshot

There is also IDE (not free, but with debugger, version control etc).

share|improve this answer

If you are looking for the same editing component, use SciTE. SciTE and Notepad++ both use Scintilla behind the scenes.

share|improve this answer
1  
It's very light and rich. – Saeed Zarinfam May 23 '12 at 4:15

I would personally recommend VIM or GVIM. Its features are unmatched as far as I am concerned. Code folding and syntax highlighting are key features that are in both applications.

share|improve this answer
show 1 more comment

I highly recommend SciTE:

http://scintilla.sourceforge.net/SciTEDownload.html

It is fast, light, highly configurable, and cross-platform. I've tried GEdit, Kate, NEdit, vim, etc., but SciTE gets my vote.

share|improve this answer

after a long time of searching the best Notepad++ alternative in Linux, I find that Notepad++ is the best alternative for Notepad++ in Linux. :-)

Here is the solution:

  1. Install Wine from Ubuntu software Center, I used Wine 1.1.31;
  2. Download Notepad++Portablelink text;
  3. Go to your Notepad++ download folder, right click on the *.exe file and chose Open with Wine.....
  4. Chose your language, chose your C:\Program Files\Notepad++Portable and click Install; 5 Go to Aplication Ubuntu menu, in Aplications/Wine/Browse c:/Drive or paste the following ~/.wine/dosdevices/c:/Program Files/Notepad++Portable in your File explorer
  5. Right click on Notepad++Portable.exe and chose Open with Wine.....
share|improve this answer
show 1 more comment

A good editor that I've recently come across is Textadept, an open source editor which can be found at

http://foicica.com/textadept/

It uses the same Scintilla editing widget that SciTE and Notepad++ use. It is fast, powerful, and highly extensible. It is also not as unintuitive as vim or emacs (surprise, Ctrl+C and Ctrl+V actually do copy and paste). Like SciTE, it is extensible in Lua and has very good documentation about how to extend it. I was able to change around a lot of the key commands the first day I started using it.

It has a large number of community-developed extensions and an astounding quantity of supported languages. Both of these are testaments to the ease with which the program can be extended.

It's not in the Ubuntu repositories yet, but there are easy-to-install binary packages available on the project website.

share|improve this answer
1  
Changing the font and color scheme does not necessarily require learning Lua. If you take a look at, say, lexer.lua, in the themes directory, you'll see it's not that difficult to change. I still prefer a Preferences menu myself, but this is doable. – Isxek Apr 1 at 22:29
show 2 more comments

My personal favourite is currently Sublime:

http://www.sublimetext.com/blog/articles/sublime-text-2-public-alpha

It is, however, not free (although the trial is unlimited). Prior to that I used SciTE extensively (and before that nedit!).

share|improve this answer

Give Editra a try. It is open source and written in Python (runs on most platforms). The code is pretty stable. The project is being actively developed. Editra was recently featured on lifehacker.

Full Disclosure: my friend and colleague started the project

share|improve this answer

As a LONG time user of notepad++ (about 16 hours a day for 5 years or so) I had a hard time switching to linux for the exact same reason the OP asked his question. This time when I switched to linux it happened to have Kate preinstalled (Linux Mint 12 KDE).

I must say that I have tried quite a few linux editors in the past looking for one that had many of the features I love ab out notepad++ out of the box, including double clicking a word and highlighting all instances or the word or variable, complex search functionality, line duplication by hotkey (ctrl+alt+up/down), moving lines up or down by hotkey(ctrl+shift+up/down), among others.

Kate has left me with no features to miss, and actually with some tweaking actually FEELS a lot like notepad++, and includes a handful of features that notepad++ had but felt quirky, but in Kate they do them right! This, along with file managers actually starting to support svn and git icon overlays, has allowed me to move to linux full time for development and home use.

So, to the OP, if you are looking to a good match to notepad++, go with kate, if you want a conversation about who prefers what editor on linux, ask your question differently. You will feel right at home pretty quickly, compared to other editors.

I will be checking out the komodo one the guy a few above me posted though haha,

share|improve this answer

I would simply use Notepad++ with wine. Its got too much stuff to give up.

You can install it in a few minutes!

http://bur.st/~gunny/winehowto.html

share|improve this answer

Welcome to the dark side :)

From the top of my head, I would suggest gVim, the "graphical" version of Vim. It's an extremely competent editor, but it takes some time to get used to it. I had to check the tutorial to understand all the shortcuts etc. It has syntax highlighting for most languages.

But i don't know of any good WYSIWYG editor. However, you could of course try to run Notepad++ through Wine. That might work :)

share|improve this answer

Like others, I'd recommend running it under WINE, or if you just need to do some basic editing, like maybe adding a couple lines to your /etc/apt/sources.list, then you could try nano, which is run in the terminal. It's extremely easy to use, and gets the job done. It even has some basic syntax highliting, for example shell scripts. Tis isn't something you'd want to use for say hugely long C++ source editing, but for some shell scripts, or adding a few lines, it's very good. And, as a plus, it's kind of nice if your working in the terminal to stay in the terminal, rather than fumble around with another program. Just my two cents :)

share|improve this answer

Try gedit and the gmate plugin (adds a collection of plugins and themes) for Textmate like functionality

http://www.webupd8.org/2010/12/get-textmate-features-and-styles-in.html

According to the site, there are 100 themes from textmate and a lot of plugins for web development.


Installation

sudo apt-add-repository ppa:ubuntu-on-rails/ppa
sudo apt-get update
sudo apt-get install gedit-gmate
share|improve this answer

You could try gvim or xemacs, they'll probably take longer to get used to than np++ but either should be able to do everything you need. If this isn't good enough, you could also always just run np++ in Wine :)

share|improve this answer
2  
XEmacs? Who uses XEmacs nowadays? The original Emacs is obviously the better one! ;) – Deniz Dogan Apr 17 '09 at 0:47

I second vim/gvim. However, if you're looking to ease the transition to vim, you can use cream, which is kind of like vim w/ insert modes as default (there's probably more to it than that, though...)

http://cream.sourceforge.net/

share|improve this answer

Notepad++ works fantastically in Ubuntu under wine. If you absolutely can't do without it, you can still have it.

I personally have been using Medit because it's lightweight, although it doesn't have some of the best featured of notepad++. Specifically, the split screen view is something I miss almost every single day.

share|improve this answer

There is another thread about it here, but jEdit is a Java-based editor which is in the Ubuntu repositories.

If you're used to Notepad++ it will probably have a slightly easier learning curve for you than Vim or Emacs, and I find it has more (useful) features than gEdit - and it has loads of plugins.

www.jedit.org, if you want the actual website :)

share|improve this answer

I like gEdit and I followed most of the tips that I found here to make it a pretty good lightweight IDE.

share|improve this answer

Can someone tell me if there's any editor that has tag match capability? For example: my title

when you position the cursor anywhere within the opening brackets, Notepad++ will highlight the opening and closing tag's bracket (> in the closing tag), so everything in between will be highlighted, it's very useful when you need to edit HTML/CSS pages, is there anything similar for Linux/Ubuntu? I just switched to Ubuntu 9.04 and tried a few editors (Bluefish, Gedit, Geany, etc.), but none of them do what Notepad++ does with closing tag, maybe it's there and I couldn't figure out how to configure it. \

If there's such editor out there, please let me know which one and how to configure it.

Thanks for your comment/suggestion Michael

share|improve this answer
1  
Vim and Emacs both have that. – alternative Feb 24 '10 at 1:19
show 2 more comments

you should really learn VIM... vi is in every linux and unix build ... therefore no matter what machine you get on, you will be able to do very powerful editing. emacs would be the other choice to learn... the other programs are nice but you will all thank us once you get passed the learning curve and your production will FLY... even if you use gvim/cream on windows it is WELL worth it. I have to use windows at work and people come by and see me running vim and are like WTF is that! meanwhile they use shitty dreamweaver lmao

share|improve this answer

Emacs and Vi are you best options, the power of those will dwarf anything that notepad++ can do...The learning curve is steep.

Gedit is pretty good with a few add-ons.

share|improve this answer
1 2

protected by Mat Sep 17 '11 at 7:13

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.