vote up 12 vote down star
5

I got addicted to notepad++ on windows and I've recently moved to Ubuntu. I'm missing a tool as such.

flag
show 1 more comment

32 Answers

1 2
vote up 15 vote down check

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.

link|flag
5  
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
show 2 more comments
vote up 7 vote down

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.

Hope this helps! :)

link|flag
vote up 5 vote down

If you are using KDE, give kate a try.

link|flag
show 1 more comment
vote up 4 vote down

Notepad++ works well with WINE. Installation instructions can be found at http://notepad-plus.sourceforge.net/uk/nppLinux.php.

link|flag
show 2 more comments
vote up 2 vote down

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.

link|flag
vote up 2 vote down

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.

link|flag
vote up 2 vote down

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++

link|flag
show 1 more comment
vote up 1 vote down

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.

link|flag
vote up 1 vote down

you can use kate editor

link|flag
vote up 1 vote down

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 :)

link|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

I vote for Geany, it is in Ubuntu repositories.

link|flag
show 1 more comment
vote up 1 vote down

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

link|flag
vote up 1 vote down

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 :)

link|flag
vote up 1 vote down

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

link|flag
show 3 more comments
vote up 0 vote down

gedit has long been a staple of my X installations. GVim is handy as well, but with Gedit and vi, I have just about everything I want.

link|flag
vote up 0 vote down

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 :)

link|flag
show 1 more comment
vote up 0 vote down

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/

link|flag
vote up 0 vote down

Gedit if you're using Gnome, or KWrite if you're using KDE, or Mousepad if you're using XFCE (although I don't know if it has syntax highlighting).

Notepad++ will run under Wine.

link|flag
vote up 0 vote down

Kate and Nedit were always favourites where I worked.

link|flag
vote up 0 vote down

I like vim (use it even on Windows) but if you want to avoid the steep learning curve and use something more "Windowsish", try NEdit: http://www.nedit.org/

link|flag
vote up 0 vote down

Cream [http://cream.sourceforge.net] will give you the power of Vim with the convenience of a graphical interface.

link|flag
vote up 0 vote down

With WINE 1.0 you can emulate Notepad++

link|flag
show 1 more comment
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

There are lots of plugins that you can add to the "base" editors of the main linux frontends Gedit (for Gnome), KWrite (for KDE) or MousePad (for XFCE), but if you want something more equipped from the beginning try Geany (for Gnome or XFCE) or Kate (for KDE).

link|flag
vote up 0 vote down

I found MadEdit quite an ok replacement, though mind you, it's on my university's computers, so I have no idea where to get it from.

link|flag
vote up 0 vote down

Emacs has great support for all kinds of different editing modes and is still quite usable even for new users. It also allows for massive customization once you realize it's the best thing that ever happened to you.

link|flag
vote up 0 vote down

Hello guys,

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.....

That's it,

Roland

link|flag
1 2

Your Answer

Get an OpenID
or
never shown

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