Programmers Tools
|Mayank Sharma tests five supercharged text editors that can crunch more than just words.
Voice
Review
If you’ve been using Linux long, you know that whether you want to edit an app’s configuration file, hack together a shell script, or write/review bits of code, the likes of LibreOffice just won’t cut it. Although the words mean almost the same thing, you don’t need a word processor for these tasks; you need a text editor.
In this group test we’ll be looking at five humble text editors that are more than capable of heavy-lifting texting duties. They can highlight syntax and auto-indent code just as effortlessly as they can spellcheck documents. You can use them to record macros and manage code snippets just as easily as you can copy/paste plain text.
Some simple text editors even exceed their design goals thanks to plugins that infuse them with capabilities to rival text-centric apps from other genres. They can take on the duties of a source code editor and even an Integrated Development Environment.
Two of most popular and powerful plain text editors are Emacs and Vim. However, we didn’t include them in this group test for a couple of reasons. Firstly, if you are using either, congratulations: you don’t need to switch. Secondly, both of these have a steep learning curve, especially to the GUI-oriented desktop generation who have access to alternatives that are much more inviting.
The contenders:
Gedit
- URL:http://projects.gnome.org/gedit/
- Version: 3.10
- Licence: GPL
- Is Gnome’s default text editor up to the challenge?
Kate
- URL: www.kate-editor.org
- Version: 3.11
- Licence: LGPL/GPL
- Will Kate challenge fate?
Sublime Text
- URL: www.sublimetext.com
- Version: 2.0.2
- Licence: Proprietary
- Proprietary software in the land of free with the heart of gold.
UltraEdit
- URL: www.ultraedit.com
- Version: 4.1.0.4
- Licence: Proprietary
- Does it do enough to justify its price?
jEdit
- URL: www.jedit.org
- Version: 5.1.0
- Licence: GPL
- Will the Java-based editor spoil the party for the rest?
The crucial criteria
All the tools, except Gedit and jEdit, were installed on Fedora and Ubuntu via their recommended installation method. The former already shipped with the default Gnome desktop and the latter stubbornly refused to install on Fedora. Since these are relatively simple apps, they have no esoteric dependencies, the only exception being jEdit, which requires Oracle Java.
Thanks to the continued efforts of both Gnome and KDE, all editors look great and function properly irrespective of the desktop environment they are running on. That not only rules it out as an evaluation criterion, it also means that you are no longer bound by the tools that ship with your favourite desktop environment.
In addition to their geekier functionality, we also tested all our candidates for general-purpose text editing. However, they are not designed to mimic all the functionality of a modern-day word processor and weren’t evaluated as such.
Programming language support
UltraEdit does syntax highlighting, can fold code and has project management capabilities. There’s also a function list, which is supposed to list all the functions in the source file, but it didn’t work for any of our test code files. UltraEdit also supports HTML5, and has a HTML toolbar with which you can add commonly-used HTML tags.
Even Gnome’s default text editor, Gedit, has several code-oriented features such as bracket matching, automatic indentation, and will also highlight syntax for various programming languages including C, C++, Java, HTML, XML, Python, Perl, and many others.
If you’re looking for more programming assistance, look at Sublime and Kate. Sublime supports several programming languages and (as well as the popular ones) is able to highlight syntax for C#, D, Dylan, Erlang, Groovy, Haskell, Lisp, Lua, MATLAB, OCaml, R, and even SQL. If that isn’t enough for you, you can download add-ons to support even more languages.
Furthermore, its syntax highlighting ability offers several customisable options. The app will also match braces, to ensure they are all properly rounded off, and the auto-complete function in Sublime works with variables created by the user.
Just like Komodo IDE, sublime also displays a scrollable preview of the full source code, which is really handy for navigating long code files and lets you jump between different parts of the file.
One of the best features of Sublime is its ability to run code for certain languages like C++, Python, Ruby, etc from within the editor itself, assuming of course you have the compiler and other build system tools installed on your computer. This helps save time and eliminates the need to switch out to the command line.
You can also enable the build system in Kate with plugins. Furthermore, you can add a simple front-end to the GDB debugger. Kate will work with Git, Subversion and Mercurial version control systems, and also provides some functionality for project management.
It does all this in addition to highlighting syntax for over 180 languages, along with other assistance like bracket matching, auto-completion and auto-indentation. It also supports code folding and can even collapse functions within a program.
The only disappointment is jEdit, which bills itself as a programmer’s text editor, but it struggled with other basic functions such as code folding and wouldn’t even suggest or complete functions.
Verdict:
- Gedit:3/5
- Kate:5/5
- Sublime:5/5
- UltraEdit3/5
- jEdit:1/5
Keyboard control
Users of an advanced text editor expect to control and operate it exclusively via the keyboard. Furthermore, some apps even allow their users to further customise the key bindings for the shortcuts.
You can easily work with Gedit using its extensive keyboard shortcut keys. There are keys for working with and editing files as well as invoke tools for common tasks such as spellchecking a document. You can access a list of default shortcut keys from within the app, but there’s no graphical way to customise them. Similarly, to customise the keybindings in Sublime, you need to make modifications in its XML keymap files. Sublime has been criticised for its lack of a graphical interface to define keyboard shortcuts, but long-term users have defended the current file-based mechanism, which gives them more control.
UltraEdit is proud of its “everything is customisable” motto, which it extend to keyboard shortcuts. You can define custom hotkeys for navigating the menus and also define your own multi-key key-mappings for accessing its plethora of functions.
In addition to its fully customisable keyboard shortcuts, jEdit also has pre-defined keymaps for Emacs. Kate is equally impressive in this respect. It has an easily accessible window to customise the key bindings. You can change the default keys, as well as define alternate ones. Furthermore, Kate also has a Vi mode which will let users operate Kate using Vi keys.
Verdict:
- Gedit:2/5
- Kate:5/5
- Sublime:3/5
- UltraEdit:4/5
- jEdit:5/5
Snippets and macros
Macros help you cut down the time spent on editing and organising data by automating repetitive steps, while Snippets of code extend a similar functionality to programmers by creating reusable chunks of source code. Both have the ability to save you time.
The vanilla Gedit installation doesn’t have either of these functionalities, but you can enable them via separate plugins. While the Snippets plugin ships with Gedit, you’ll have to manually download and install the macro plugin (it’s called gedit-macropy and is hosted on GitHub) before you can enable it from within Gedit.
Kate takes the same plugins route to enable the snippets feature. Once added, the plugin also adds a repository of snippets for PHP, Bash and Java. You can display the list of snippets in the sidebar for easier access. Right-click on a snippet to edit its contents as well as its shortcut key combination. However, very surprisingly, it doesn’t support macros – despite repeated hails from users since 2002!
jEdit too has a plugin for enabling snippets. But it can record macros from user actions and you can also write them in the BeanShell scripting language (BeanShell supports scripted objects as simple method closures like those in Perl and JavaScript). jEdit also has a plugin that will download several macros from jEdit’s website.
Sublime ships with inbuilt ability to create both snippets and macros, and ships with several snippets of frequently used functions for most popular programming languages.
Snippets in UltraEdit are called Smart Templates and just like with Sublime you can insert them based upon the kind of source file you’re editing. To complement the Macro recording function, UltraEdit also has an integrated javascript-based scripting language to automate tasks. You can also download user-submitted macros and scripts from the editor’s website.
Verdict
- Gedit:3/5
- Kate:1/5
- Sublime:5/5
- UltraEdit:5/5
- jEdit:5/5
Ease of use
Unlike a bare-bones text editor, the text editors in this feature are brimming with features to accommodate a wide range of users — from document writers to programmers. Instead of stripping features from the apps, their developers are looking for avenues to add more functionality.
Although at first glance most apps in this group test have a very similar layout, upon closer inspection, you’ll notice several usability differences. We have a weak spot for apps that expose their functionality and features by making judicious use of the user interface, instead of just overwhelming the user.
Gedit: 4/5
Gedit wears a very vanilla look. It has an easy interface with minimal menus and buttons. This is a two-edged sword though, as some users might fail to realise its true potential.
The app can open multiple files in tabs that can be rearranged and moved between windows. Users can optionally enable panels on the side and bottom for displaying a file browser and the output of a tool enabled by a plugin. The app will detect when an open file is modified by another application and offers to reload that file.
The UI has been given a major overhaul in the latest version of the app yet to make its way into Gnome. However it isn’t yet stable, and while it maintains all features, several plugins that interact with the menu will need to be updated.
Kate: 5/5
Although a major part of its user interface resembles Gedit, Kate tucks in tabs at either side and its menus are much fuller. The app is approachable and invites users to explore other features.
Kate can transparently open and save files over all protocols supported by KDE’s KIO including HTTP, FTP, SSH, SMB and WebDAV. You can use the app to work with multiple files at the same time. But unlike the traditional horizontal tab switching bar in most app, Kate has tabs on either side of the screen. The left sidebar will display an index of open files. Programmers who need to see different parts of the same file at the same time will also appreciate its ability to split the interface horizontally as well as vertically.
Sublime: 5/5
Sublime lets you view up to four files at the same time in various arrangements. There’s also a full-screen distraction free mode that just displays the file and the menu, for when you’re in the zone.
The editor also has a minimap on the right, which is useful for navigating long files. The app ships with several snippets for popular functions in several programming languages, which makes it very usable for developers. Another neat editing feature, whether you are working with text documents or code, is the ability to swap and shuffle selections.
UltraEdit: 3/5
UltraEdit’s interface is loaded with several toolbars at the top and bottom of the interface. Along with the tabs to switch between documents, panes on either side and the gutter area, these leave little room for the editor window.
Web developers working with HTML files have lots of assistance at their fingertips. You can also access remote files via FTP and SFTP. Advanced features such as recording a macro and comparing files are also easily accessible.
Using the app’s Preferences window you can tweak various aspects of the app, including the colour scheme and other features like syntax highlighting.
jEdit: 3/5
In terms of usability, one of the first red-flags was jEdit’s inability to install on RPM-based distros. Navigating the editor takes some getting used to, since its menus aren’t in the same order as in other popular apps and some have names that won’t be familiar to the average desktop user. However, the app include detailed inbuilt help, which will help ease the learning curve.
jEdit highlights the current line you are on and enables you to split windows in multiple viewing modes. You can easily install and manage plugins from within the app, and in addition to full macros, jEdit also lets you record quick temporary ones.
Availability and support
There are several similarities between Gedit and Kate. Both apps take advantage of their respective parent project, Gnome and KDE, and are bundled with several mainstream distros. Yet both projects are cross-platform and have Windows and Mac OS X ports as well as native Linux versions.
Gedit is hosted on Gnome’s web infrastructure and has a brief user guide, information about the various plugins, and the usual channels of getting in touch including a mailing list and IRC channel. You’ll also find usage information on the websites of other Gnome-based distros such as Ubuntu. Similarly, Kate gets the benefit of KDE’s resources and hosts detailed user information as well as a mailing list and IRC channel. You can access their respective user guides offline from within the app as well.
UltraEdit is also available for Windows and Mac OS X besides Linux, and has detailed user guides on getting started, though there’s none included within the app. To assist users, UltraEdit hosts a database of frequently asked questions, a bunch of power tips that have detailed information about several specific features, and users can engage with one another other on forum boards. Additionally, paid users can also seek support from the developers via email.
Sublime supports the same number of platforms, however you don’t need to buy a separate licence for each platform. The developer keeps users abreast with ongoing development via a blog and also participates actively in the hosted forums. The highlight of the project’s support infrastructure is the freely available detailed tutorial and video course. Sublime is lovely.
Because it’s written in Java, jEdit is available on several platforms. On its website you’ll find a detailed user guide and links to documentation of some plugins. However, there are no avenues for users to engage with other users or the developer.
Verdict
- Gedit: 4/5
- Kate: 4/5
- Sublime: 5/5
- UltraEdit: 3/5
- jEdit: 2/5
Add-on and plugins
Different users have different requirements, and a single lightweight app can only do as much. This is where plugins come into the picture. The apps rely on these small pluggable widgets to extend their feature set and be of use to even more number of users.
The one exception is UltraEdit. The app has no third-party plugins, but its developers do point out that third-party tools such as HtmlTidy are already installed with UltraEdit.
Gedit ships with a number of plugins installed, and you can download more with the gedit-plugins package. The project’s website also points to several third-party plugins based on their compatibility with the Gedit versions.
Three useful plugins for programmers are Code Comment, Terminal Plugin, which adds a terminal in the bottom panel, and the Session Saver. The Session Saver is really useful when you’re working on a project with multiple files. You can open all the files in tabs, save your session and when you restore it with a single click it’ll open all the files in the same tab order as you saved them.
Similarly, you can extend Kate by adding plugins using its built-in plugin manager. In addition to the impressive projects plugins, some others that will be of use to developers include an embedded terminal, ability to compile and debug code and execute SQL queries on databases.
Plugins for Sublime are written in Python, and the text editor includes a tool called Package Control, which is a little bit like apt-get in that it enables the user to find, install, upgrade and remove plugin packages. With plugins, you can bring the Git version control to Sublime, as well as the JSLint tool to improve JavaScript. The Sublime Linter plugin is a must have for coders and will point out any errors in your code.
jEdit boasts the most impressive plugin infrastructure. The app has over 200 plugins, which can be browsed in the dedicated site of their own. The website lists plugins under various categories such as File Management, Version Control, Text, etc. You’ll find lots of plugins housed under each category.
Some of the best plugins are the Android plugin, which provides utilities to work on Android projects; the TomcatSwitch plugin, using which you can create and control an external Jakarta Tomcat server process; and the Vimulator plugin, for Vi-like capabilities. You can install these plugins using jEdit’s using its plugin manager.
Verdict
- Gedit: 3/5
- Kate: 4/5
- Sublime: 4/5
- UltraEdit: 1/5
- jEdit: 5/5
Plain ol’ text editing
Despite all their powerful extra-curricular activities that might even displace full-blown apps across several genres, there will be times when you just need to use these text editing behemoths to read, write, or edit plain and simple text. While you can use all of them to enter text, we are evaluating them for access to common text-editing conveniences.
Gedit which is Gnome’s default text editor, supports an undo and redo mechanism as well as search and replace. It can spellcheck documents in multiple languages and can also access and edit remote files using Gnome GVFS libraries.
You can spellcheck documents with Kate as well, which also lets you perform a Google search on any highlighted text. It’s also got a line modification system which visually alerts users of lines which have modified and unsaved changes in a file. In addition, it enables users to set bookmarks within a file to ease navigation of lengthy documents.
Sublime has a wide selection of editing commands, such as indenting text and formatting paragraphs. Its auto-save feature helps prevent users from losing their work. Advanced users will appreciate the regex-based recursive find and replace feature, as well as the ability to select multiple non-contiguous spans of text and act on them collectively.
UltraEdit also enables the use of regular expressions for its search and replace feature and can edit remote files via FTP. One unique feature of jEdit is its support for an unlimited number of clipboard which it calls registers. You can copy snippets of text to these registers which are available across editing sessions.
Verdict
- Gedit: 4/5
- Kate: 5/5
- Sublime: 5/5
- UltraEdit: 4/5
- jEdit: 4/5
Our verdict
All the editors in this feature are good enough to replace your existing text editor for editing text files and tweaking configuration files. In fact, chances are they’ll even double up as your IDE. These apps are chock full of bells and whistles, and their developers aren’t thinking of stripping features, but adding more and more and more.
At the tail end of this test we have jEdit. Not only does it insist on using the proprietary Oracle Java Runtime Environment, it failed to install on our Fedora machine, and the developer doesn’t actively engage with its users.
UltraEdit does little better. This commercial proprietary tool focuses on web developers, and doesn’t offer anything to non-developer power users that makes it worth recommending over free software alternatives.
On the third podium position we have Gedit. There’s nothing inherently wrong with Gnome’s default editor, but despite all its positive aspects, it’s simply outclassed by Sublime and Kate. Out of the box, Kate is a more versatile editor than Gedit, and outscores Gnome’s default editor even after taking their respective plugin systems into consideration.
Both Sublime and Kate are equally good. They performed equally well in most of our tests. Whatever ground it lost to Sublime for not supporting macros, it gained for its keyboard friendliness and its ease of use in defining custom keybindings.
Kate’s success can be drawn from the fact that it offers the maximum number of features with minimal learning curve. Just fire it up and use it as a simple text editor, or easily edit configuration file with syntax highlighting, or even use it to collaborate and work on a complex programming project thanks to its project management capabilities.
We aren’t pitching Kate to replace a full-blown integrated development environment such as [insert your favourite specialised tool here]. But it’s an ideal all-rounder and a perfect stepping stone to a specialised tool.
Kate is designed for moments when you need something that’s quick to respond, doesn’t overwhelm you with its interface and is just as useful as something that might otherwise be overkill.
1st Kate
Licence LGPL/GPL Version 3.11
www.kate-editor.org
The ultimate mild-mannered text editor with super powers.
Kate is one of the best apps to come out of the KDE project.
2nd Sublime Text
Licence Proprietary Version 2.0.2
www.sublimetext.com
A professionally done text editor that’s worth every penny – easy to use, full of features and it looks great.
3rd Gedit
Licence GPL Version 3.10
http://projects.gnome.org/gedit
Gets it done from Gnome. It’s a wonderful text editor and does an admirable job, but the competition here is too great.
4th UltraEdit
Licence Proprietary Version 4.1.0.4
www.ultraedit.com
Focuses on bundling conveniences for web developers without offering anything special for general users.
5th jEdit
Licence GPL Version 5.1.0
www.jedit.org
A lack of support, lack of working on Fedora and a lack of looking nice relegate jEdit to the bottom slot.
You may also wish to try…
The default text editor that ships with your distro will also be able to assist you with some advanced tasks. There’s KDE’s KWrite and Raspbian’s Nano, for instance. KWrite inherits some of Kate’s features thanks to KDE’s katepart component, and Nano has sprung back into limelight thanks to its availability for Raspberry Pi.
If you wish to follow the steps of Linux gurus, you could always try the revered text editors Emacs and Vim. First time users who want to get a taste for the power of Vim might want to consider gVim, which exposes Vim’s power via a graphical interface.
Besides jEdit and Kate, there are other editors that mimic the usability of veteran advanced editors like Emacs and Vim, such as the JED editor and Joe’s Own Editor, both of which have an emulation mode for Emacs. On the other hand, if you are looking for lightweight code editors check out Bluefish and Geany. They exist to fill the niche between text editors and full-fledged integrated development platforms.
I’ve been using Kate for Bash and Perl scripts for a while. I’ll have to check into the plug-ins for Kate since I typically use Kate as shipped on OpenSUSE. Thanks for pointing out the plug-ins.
Couple of quick comments…
(1) I would have liked to see a summary table of all the scores before the final results.
(2) The statement “jEdit’s inability to install on RPM-based distros” is possibly a bit misleading. I would expect that Oracle Java isn’t available on Fedora because of licensing standards, and not jEdit itself having problems with RPM.
Finally, my cheeky comment: good luck ever prying vim and emacs from my cold dead hands. Universally usable tools are the best way to go. 😉
George, I second your comments
You could not pry VIM or GVIM from my hands. But for GUI editors I like code-editor (Fedora) the best.
What I like is it’s ability to create doxygen headers that allow me to run doxygen and have documentation that is ready to release.
Well deserved 1st place for Kate. If I don’t use Emacs (or nano over SSH) I use Kate.
I’ve gradually switched from Gedit to Geany as my daily text editor (I’m on a slow learning curve with gvim). I find Geany stays out of the way and has a simple interface so it can be used as a text editor with excellent features, such as regex find and replace out of the box. No downside. Very capable, configurable and stable.
Agreed, for the same reasons.
And because, as Manman said, the new Gedit is really crappy.
One advantage of jEdit is that I get the same text editor experience on Windows, since I have to work on both platforms all the time.
JEdit has a Java based installer which works everywhere (installs on /usr/local if run as root or in the /home if not).
It does not require Oracle’s Java, I’ve used it with openjdk for years.
Some plugins of JEdit’s are irreplaceable and worth any defects the editor has. The XPath and XSLT plugins not only useful, but great for learning by example.
I see you used the old Gedit… Well, try the new Gedit interface, it sucks donkey balls, they “simplified” the crap out of it, pretty crazy. Had to remove it and install geany instead.
Oh no, they simplified the interface of a simple text editor, must be the end of the world.
Do you and others like you realise how dumb you sound when you make this exact claim about every single application that’s part of the Gnome suite?
It’s as though you’re unaware that other application might suit you better, and that the Gnome project might have goals that don’t match your specific demands.
Well no shit I say. That’s why there’s KDE, XFCE and a bunch more environments that offer alternatives. So instead of bellyaching at every opportunity, try an alternative.
Missing in the contest: Geany – that’s like gEdit on Steroids
I came here to say this. Geany is pretty much my go-to tool when I need to do any moderately advanced text editing (especially when involving regex). It’s a pity it wasn’t included in this review.
100% agree about Geany. It is a text editor/IDE that is fast, tiny, allows regular expression in search and supports plugins. Should have at least made it to the list.
Nice article, but what’s with the tiny screenshots? I’d like to be able to get a good look at the interfaces of these editors, but the screenshots are way too small.
1. Gedit has superior license of GPL compared to LGPL of Kate.
2. In gedit, you can edit the language XML file to syntax-highlight your language or the language that is not available.
These two points are not counted as feature. Also free license packages are far superior and better than proprietary licensed packages. When talking about Linux and software freedom, there is no room for propriety packages.
Also I quick google search for jedit rpm will give plenty of rpm versions to install using yum localinstall. I had an older version 4.1x of jedit and just updated it to 5.10 version. I also have used openjdk with it in the past. haven’t tested the latest version, but I would be surprised it did not work.
The text says: Similarly, to customise the keybindings in Sublime, you need to make modifications in its XML keymap files.
This is false. Configuration is done in a JSON file, not an XML file. The point is still somewhat valid i guess, its just not correct.
Also strictly speaking, XML and HTML are not programming languages, as mentioned in the text, but markup languages.
What, you didn’t include Atom? IMHO, after using Sublime Text, Gedit, Kate and CodeLite, I’ve personally found Atom on Linux to be one of the best out of the box experiences. The expanding package eco-system is also pretty awesome!
Couldn’t agree more with you.
It’s working out of the box and if something is missing, the built-in package manager become handy.
I see Komodo IDE mentioned once in the text of the article. I would love to have seen Komodo included as one of the text editors reviewed. I’ve used them all, but Kate and Komodo are my daily drivers. You can’t beat the column support in UltraEdit, though.
No, a text editor is not an IDE. A good editor does look somewhat similar, true, but it has no code model. So a editor does *not* understand the code you write, while an IDE does. Try renaming a method or variable in an IDE and a text editor and you will feel the difference☺
The difference is huge, try a proper IDE like Qt Creator or KDevelop for a while. They are way ahead of any text editor when it comes to working with code. Unfortunately I am not even aware of any proper gtk-based IDE. All I looked at were just text editors with an debugger and some other tools bolted on. None actually had a code model, so anjuta and co. do not count as IDE.
Try monodevelop (or xamarin studio). It is a proper IDE in gtk
“However, very surprisingly, it doesn’t support macros – despite repeated hails from users since 2002!”
It’s worth noting that Kate’s vim mode supports macros (and custom mappings): see e.g. the animated gif here:
http://kate-editor.org/2013/09/06/kate-vim-progress/
Also scite, based on scintilla
Old school vi user here. And a list of lighter text and code editors:
http://oldpapyrus.wordpress.com/2013/08/15/text-and-code-on-linux/
This article is primarily geared toward coding, and that apparently must influence the relative weight given to certain features, like code folding and suggesting functions. If you’re using a text editor primarily to edit prose, things like excellent macro support and regex search and replace take on great significance. Kate’s lack of macros is an absolute deal breaker for the kind of work I do. jEdit is my daily workhorse and works well on both Linux and Windows.
I still use vim because I did not solve one issue: When you are connected on a remote server, how do you quickly (= using one line of shell) edit a configuration file?
Use sed -i, perhaps?
It pays to check without the -i, first 😛
For web programming, Notepad++ on Windows and via Wine on Linux FTW!
Love the affirmation of my switch to Kate years ago (from UltraEdit). 🙂
I’m a little surprised that one of the most important features of a programmer’s text editor was barely mentioned in passing in this review: Text Search
I can’t speak to any of the other editors, but I have used jEdit for years because of it’s excellent multi-threaded search capabilities. If you have a codebase that consists of thousands of individual files, searching through them in a multi-threaded fashion is critical. jEdit can search my codebase in 5-10 seconds, vs. nearly a minute in an editor that only has single-threaded search. The other thing I like about jEdit is its multi-platform nature. I can edit stuff in Windows or my Mac just as easily as on my Linux box, because it’s the same editor in all 3 places. Regarding installation, being a Linux geek, I have no trouble getting OpenJDK hooked up to run jEdit. On Windows, the installer held my hand and did everything for me; it just worked. Lastly, I couldn’t care less how pretty my text editor is, as long as it supports TrueType fonts, and what editor doesn’t (well, except may vi, which is at the mercy of the terminal you’re using)? I also find that jEdit’s macro capability is second to none, and the HUGE number of plugins available provides everything else I might need, even syntax-highlighting and autocomplete for relatively-ancient languages like XSLT and Perl. Bottom line is, I think this review didn’t really give jEdit a fair shake.
I agree. The macros are really quite exceptional, and as far as looks, it doesn’t look any better or worse than any other Java application.
Soooo… Qt has had superior license of GPL compared to LGPL of GTK+. Do you see weakness of your argument?
I agree that for many, libre (not free!) software is more valuable, but not for everyone. I am happy someone tried to ship some paid software on Linux.
I’m in agree with Manman.
The simplified GUI “looks cleaner, less cluttered” but many operations now incur multiple clicks (and / or memorization of myriad keybinds).
WTF?
Linux’ text editor is called vi.
It’s IDE is called emacs.
Where are these?
You cannot review “Linux ‘Text Editors'” without including vi and emacs.
You are also not allowed to call anything with a proprietary license a “Linux application”.
Who the f[mod edit]lip[end mod edit] are you guys, anyway?
RPM aren’t the most used distro package manager with developers, dpkg is.
And dpkg is there.
http://jedit.org/index.php?page=download&platform=unix
This article misses one CRITICAL point: what is the context?. Why use a linux editor in the 1st place?
(A) Because my desktop has Linux. (Hooray.)
(B) Because I’m editing a file on a Linux system… SOMEWHERE ELSE!
Unless one is using VNC or some other remote-access tool… are any of these editors any good at all for B? I’m dubious.
The 1st rule of writing a good article about anything: MAKE THE CONTEXT CLEAR!
*troll mode activated*
V-v-v-vim.
No troll-mode needed – gVim is definitely good enough for my various shell hackery. Especially as I need to also use that other OS. gVim is fast, has the vi bindings (useful for us CLI hackers), and the GUI syntax highlighting works pretty darned well.
On the other hand I never took to Emacs, just seemed like a lot of hassle for what I wanted to do (not interested in the in-editor games etc).
FOSS alternative to Sublime Text: http://limetext.org/
I’ve been using vi for nearly 30 years – frequently using gVim on Linux because of its excellent side-by-side diff editing, but I’ve been using kate more and more as it is just SO easy to edit files on other machines: at home across the LAN, internally on a VM, on a number of sites. Because kioslaves are just so useful. sftp://user@server.filename from the open dialog or, as I frequently do, connect with dolphin over sftp (or the excellent fish:), right click a file and open with kate.
I leave all my files open in whatever session I’m working on (I have different sessions set up in kate for each environment). If I close kate for any reason it reopens all of my files – including all of the remote files – as it does when I switch sessions.
On top of all of that it has a pretty good vi mode as well
sftp://user@server.filename
should have read
sftp://user@server/filename
Bloody keyboard can’t spell
I trust tried installing jEdit on OpenSUSE through its Open Build Service and one-click install. It was in the standard repository and installed fine. Other than the help file not being available (probably because there’s a separate doc package I didn’t install) it started fine, I was able to load a document in it, and everything seemed to work ok. Maybe the problem was with Fedora rather than jEdit?
Seems a bit odd that Geany wasn’t included…
Jedit wasn’t given an even remotely fair review. The author didn’t explore its abilities, and the review shows it. Jedit has multiple session managers, code completion from the language’s RTL and from the projects files as well, with function argument hints. These features are not enabled by default – Jedit lets you configure which features you want so you can keep the editor fast and light, or you can make it featureful and heavy. It’s all up to you.
Kate is good but its session manager is flakey when connecting to network repos, resulting in losing files and losing the whole session unless you xkill the editor when you see a connection failure. Kate relies on the Scintilla library, which has led to abysmal performance with large files since the 4.x series.
Netbeans slays all five of the above, installs everywhere, and uses a lot less resources than Jedit for the same feature set. For example, I can run Firefox with 40 tabs, Netbeans, Skype, and Inkscape all at the same time under XFCE4 on a 2G Chromebook. Jedit will struggle with the configuration. Eclipse isn’t even an option. Kate requires too much KDE/QT kruft, albeit that comes for free if you run KDE.
Mostly I prefer Emacs but considering the ones listed in the article, Sublime Text is my choice: if you have lots tabs open containing long documents, it’s extremely fast to be fully functional and to have all that documents perfectly available .
When I use KDE, Kate is Sublime and Emacs alternative.