What developer text editors are available for Ubuntu?

I’m looking for a text editor for programming in Python, preferably one which is easy to learn for beginners.

Asked By: TheXed

||

Bluefish Editor

From the website:

Bluefish is a powerful editor targeted towards programmers and webdesigners, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages, and it focuses on editing dynamic and interactive websites.

Also, Scribes (which looks a lot like Mac OS X’s Textmate).

Answered By: spong

Try Geany. It has built in support for Ruby and has the features you want. It is designed to have the features of an IDE while remaining lightweight.

Geany is a small and lightweight Integrated Development Environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME – Geany only requires the GTK2 runtime libraries.

To install it, including the project functionality you want, install the geany and geany-plugins packages.

Answered By: dv3500ea

I use Gedit with Gmate plugin. It’s lightweight and fast solution. I think it enables you to use much of the TextMate’s features.

Just download source and run install.sh script.

Answered By: Václav Boháč

Vim

one of the classic text-editors, cross-platform, and a fan favorite of programming gurus. A slight learning curve, but once you catch on, and see how powerful it can be you’ll never turn back.

enter image description here


There’s a bunch of plugins available that’ll have you setup in a full-fledged Rails IDE in no time: CLICK HERE

Answered By: Mitchell McKenna

gEdit all the way.

  • It’s one of the few editors that actually works with remote locations. No other editor I know supports ssh locations defined as Nautilus bookmarks.

  • It blends in to your desktop nicely. All these crossplatform editors are XUL or Java based and often have horrible font rendering.

  • It has a file pane at the left (press F9)

  • It has syntax support for all ruby files

  • It supports the most common keyboard shortcuts. The ones you are already expecting to work.

  • There are plugins out there for code-completition.

  • There are plugins out there for revision-control. (at least Bazaar, i’m not sure about git)

  • There is a console plugin. But I usually just open a terminal on another desktop, and have focus follow the mouse. You could also look into stuff like quake. (which ties a dropdown terminal to the ~ key, like in Quake)

  • You can connect short-cuts to custom shell scripts, that operate in the ‘main’ directory. Perfect for common rake tasks.

PS. If you don’t need or want a file pane, you should take a look at Scribes. It’s a textmate clone. Pretty much. Very lean, but it does integrate nicely. Supports remote locations, code templates, syntax highlighting. It’s only funny quirck is that it saves as you type and it does not have a proper file-pane.

Answered By: Ralf

Redcar

screenshoot

Found it advertised on StackOverflow. Open source, cross-platform, looks/feels/works like TextMate. It even supports TextMate bundles, and comes with TextMate themes! It has a project file browser, and a bunch of other features. Read the installation instructions and then:

sudo gem install redcar
redcar install

NOTE: it’s under development

Answered By: Andrew

Don’t hate me for what I gonna said: netbeans 6.9. (download the "ruby version" to avoid other unnesesary stuff to load..)

yes, you gonna said: but it needs java!! but, if you have +512mb, just try it, and tell me later, it’s just an option more 😛

Answered By: Axel

In the interest of offering another editor option for completeness – check out Eclipse with the Aptana plugin.

Pros

  1. It’s useful if you already have Eclipse installed and you want to work on Ruby.

  2. It has all the features you asked for and more (intellisense for example)

  3. Once you grok the Eclipse interface you can be productive in a wide variety of programming languages and technologies

Cons

  1. Eclipse is resource hungry – not for low memory machines.

  2. The user interface has a learning curve if you are not familiar with Eclipse.

Answered By: Nikhil

For cross platform python editing you can use SPE

(However, Kate, Sublime2, and Geany with snippets are fantastic)

sudo apt-get install spe

Answered By: sagarchalise

The official python website traks python editors as well as IDEs. Check there for the latest support!

http://wiki.python.org/moin/PythonEditors

Answered By: Behzadsh

Geany alt text

Geany is a lightweight IDE that supports python.

Some features that I have found particularly useful include:

  • Syntax highlighting
  • Automatic indenting – especially useful for python
  • Code folding, allowing you to hide parts of your code
  • Inbuilt syntax checking and execution
  • Symbol browser
  • Embedded terminal
  • Find and replace with regexp support

alt text

Answered By: dv3500ea

Gedit install gedit

Gedit is a simple but useful text editor that supports syntax highlighting for python. It doesn’t have many features out of the box, but is very simple to use. It can be extended with plugins. There is a set of plugins that can be installed from the gedit-plugins package.

gedit

Answered By: dv3500ea

I can suggest you Komodo Edit. You can find it here: http://www.activestate.com/komodo-edit

Answered By: Andrea Grandi

DrPython install drpython

DrPython is a python specific IDE written in python and I believe you can even extend it in python. Features include:

  • Syntax highlighting
  • A class browser
  • Integrated python debugger

alt text

Answered By: dv3500ea

Vim Install GVim

I think Vim is amazing!

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems.

Although Vim was originally released for the Amiga, Vim has since been developed to be cross-platform, supporting many other platforms. It is the most popular editor amongst Linux Journal readers.

Vim is free and open source software and is released under a license which includes some charityware clauses, encouraging users who enjoy the software to consider donating to children in Uganda. The license is compatible with the GNU General Public License.

alt text

Answered By: DrKenobi

My choice is Kate. Is a KDE application, so a bunch of dependencies will also be installed if you are using Gnome.

kate Install kate

alt text

http://en.wikipedia.org/wiki/File:Kate3.png

Answered By: lovinglinux

Go with Emacs, it has a solid Python mode. You don’t need anything too fancy anyway. Instead of using a class browser, it helps to use a web browser or to read through the manual for whatever modules you’re using.

Answered By: Old account

Why don’t you use eclipse?.. There is an python extension for eclipse.

Features include:

  • Django integration
  • Code completion
  • Code completion with auto import
  • Syntax highlighting
  • Code analysis
  • Go to definition
  • Refactoring
  • Mark occurrences
  • Debugger
  • Remote debugger
  • Tokens browser
  • Interactive console
  • and many others:

    Check this url: http://pydev.org/manual_101_install.html

  • Answered By: aneeshep

    Nano

    If you want to familiarize yourself with the Command Line interface (CLI) in the terminal, I would suggest Nano. It is a very flexible and further more it is already pre-installed in the GNOME terminal.

    To access Nano:

    1. Bring up the GNOME terminal.
    2. Type nano in the terminal.

      $ nano

    3. Voila, you are in nano!

    It is rather daunting at first but it is useful if you are a system administrator and it will useful in situation where the is no graphical interfaces.

    Answered By: Andre

    For a simple but powerful text editor I like SciTE. It has a great many language options and is cross-platform. Notepad++ was developed from the SciTE codebase, so it’s a good start point if you’re migrating from Windows / Notepad++.

    scite screenshot with language drop down

    Answered By: cprofitt

    I also suggest Gedit. Check out gedit-mate for a great “set of plugins, tools, color schemes and snippets that will improve your work.”

    Answered By: Derek

    MonoDevelop

    Image of the MonoDevelop IDE

    It was originally written as an IDE for writing C# (which it is fantastic for) but extensions have been created to extend the editor for other languages.

    Extension languages include:

    • python
    • java
    • moonlight
    • boo
    • vala

    It’s also rumored that a PHP module is being worked on.

    Personally, I have used it mostly for C# and some python development (I really wish the devs would get to work on the python autocomplete fefature).

    It also has the ability to integrate plugins for database management, source control, unit testing, etc…

    While not a very ‘light weight’ option, it’s definitely worth using.

    Answered By: Evan Plaice

    Scribes Install scribes

    screenshoot

    Scribes is designed to make you more productive Simple, slim and sleek, yet powerful.

    Features include:

    • Extensible via Python plugins
    • Remote editing (ftp, sftp, ssh, samba, webdav, webdavs)
    • Snippets! Watch the flash demo.
    • Automatic word completion
    • Automatic correction and replacement
    • Automatic pair character completion and smart insertion
    • Automatic indentation
    • Powerful text processing and manipulation functions
    • Bookmarks and smart navigation
    • Document Switcher
    • Syntax colors for over 30 languages
    • and much more…

    Install

    sudo apt-get install scribes

    Or The latest version of Scribes can be installed using the following official PPA: –

    sudo add-apt-repository ppa:mystilleef/scribes-daily
    sudo apt-get update && sudo apt-get install scribes
    
    Answered By: hhlp

    I really have to add Sublime Text 2 to the list because it’s simply amazing. It’s the best TextMate alternative for Linux.

    It has way too many features to write the all here, but to name just a few:

    • a sidebar for projects or files and Chrome-style tabs as well as multi-pane editing which includes horizontal, vertical and even a quad pane mode
    • “Goto Anything”: press Ctrl+P and type something – this will search in both filenames and lines of code across currently open files as well as recently close files. Start your search by using “#” to go to that word line, “@” for symbol or “:” for line
    • minimap which shows you an an overview of your files
    • macros, various find tools (find in files, find in open files, incremental find), easily switch between project, multiple selection, autocomplete and lots more.

    enter image description here

    Answered By: Alin Andrei

    I would highly recommend the successor to Sublime Text 2, Sublime Text 3. It is very fast and has support for keyboard shortcuts. You can install lot of plugins to add new functionalities.

    Sadly sublime text is not opensource, and paid/nagware. However, there is an opensource project attempting to displace it Lime Text

    Answered By: dsr

    Emacs is a great text editor (plus a lot of other functions) that will serve you well in the long term. It does have a somewhat steep learning curve, but I think you will be well rewarded. Install it with:

    sudo apt-get install emacs

    I would start with the builtin emacs tutorial. It should be easily accessible from the default “buffer” that opens. It will get you started and well on your way.

    Answered By: haziz

    All the above are great editors. I recently found this new light IDE and it is cross-platform compatible as well.

    PyCharm

    It is package for all the scripting languages. It comes in other versions as well, PHP Storm5 and WebStorm

    The PHP Storm, contains support for all the languages. Also, the beauty of this editor is that, if you are a student. You can apply for this IDE for free and not just for yourself but for unlimited users for one-year. Also, like Visual Studio it has that intellisense feature, where you get the properties and methods in the drop down.

    I am really having a lot of fun using this editor.

    Answered By: Sam007

    I suggest using jedit. It is one of the few editors that let you display more than one file simultaneously which I find very useful. You can also simultaneously display different parts of the same file. The only other editor that does this is kate but it doesn’t seem to work with the more recent versions of ubuntu.

    Answered By: Dennis Rogers
    Categories: Answers Tags: ,
    Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
    at the top-right corner.