Skip to main content

What can I use as a Notepad++ alternative in Linux (Ubuntu)?


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



Source: Tips4allCCNA FINAL EXAM

Comments

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

    ReplyDelete
  2. 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++

    ReplyDelete
  3. I vote for Geany, it is in Ubuntu repositories.

    ReplyDelete
  4. If you are using KDE, give kate a try.

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

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

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

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



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

    ReplyDelete
  9. 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 :)

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

    http://code.google.com/p/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.

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

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

    ReplyDelete
  13. 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 :)

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

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

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

    ReplyDelete
  17. 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 :)

    ReplyDelete
  18. 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:


    Install Wine from Ubuntu software Center, I used Wine 1.1.31;
    Download Notepad++Portablelink text;
    Go to your Notepad++ download folder, right click on the *.exe file and chose Open with Wine.....
    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
    Right click on Notepad++Portable.exe and chose Open with Wine.....

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

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

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

    ReplyDelete
  22. 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 :)

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

    ReplyDelete
  24. Kate and Nedit were always favourites where I worked.

    ReplyDelete
  25. 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/

    ReplyDelete
  26. 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).

    ReplyDelete

Post a Comment

Popular posts from this blog

[韓日関係] 首相含む大幅な内閣改造の可能性…早ければ来月10日ごろ=韓国

div not scrolling properly with slimScroll plugin

I am using the slimScroll plugin for jQuery by Piotr Rochala Which is a great plugin for nice scrollbars on most browsers but I am stuck because I am using it for a chat box and whenever the user appends new text to the boxit does scroll using the .scrollTop() method however the plugin's scrollbar doesnt scroll with it and when the user wants to look though the chat history it will start scrolling from near the top. I have made a quick demo of my situation http://jsfiddle.net/DY9CT/2/ Does anyone know how to solve this problem?

Why does this javascript based printing cause Safari to refresh the page?

The page I am working on has a javascript function executed to print parts of the page. For some reason, printing in Safari, causes the window to somehow update. I say somehow, because it does not really refresh as in reload the page, but rather it starts the "rendering" of the page from start, i.e. scroll to top, flash animations start from 0, and so forth. The effect is reproduced by this fiddle: http://jsfiddle.net/fYmnB/ Clicking the print button and finishing or cancelling a print in Safari causes the screen to "go white" for a sec, which in my real website manifests itself as something "like" a reload. While running print button with, let's say, Firefox, just opens and closes the print dialogue without affecting the fiddle page in any way. Is there something with my way of calling the browsers print method that causes this, or how can it be explained - and preferably, avoided? P.S.: On my real site the same occurs with Chrome. In the ex