When comparing Kakoune vs Aptana Studio, the Slant community recommends Kakoune for most people. In the question“What are the best JavaScript IDEs or editors?” Kakoune is ranked 27th while Aptana Studio is ranked 40th. The most important reason people chose Kakoune is:
Kakoune first started as a rewrite from scratch of vim, but then ended up being another text editor altogether. So it's inspired in a lot of ways from vim.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Will be familiar to vim users
Kakoune first started as a rewrite from scratch of vim, but then ended up being another text editor altogether. So it's inspired in a lot of ways from vim.
Pro More modern than vim
Pro Good UNIX citizen
It follows the UNIX philosophy by doing one thing well (text editing) and interfaces nicely with other CLI tools.
Pro Text selection mechanism
Kakoune works on selections, which are oriented, inclusive range of characters, selections have an anchor and a cursor character. Most commands move both of them, except when extending selection where the anchor character stays fixed and the cursor one moves around.
Pro Very expressive
Kakoune provides a very expressive set of commands, including various objects selection (paragraph, blocks, words), alignment support, conditional selection filtering...
This set of command is expressive enough to implement all the provided auto indentation logic.
Pro Actively developed and supported
Pro Self-documenting
A helper pops up when typing commands.
Pro Simpler and more consistent than Vim
Some keys select, other keys operate on the selections. Shift
is used to extend the selection, alt
is used for alternative behavior, e.g. reverse the search direction. No inconsistencies like Y
which means yy
and not y$
in Vim.
Pro Available in standalone and Eclipse plugin versions
Aptana Studio has standalone (130.7 MB for Windows) and Eclipse-plugin versions.
Pro HTML5-aware code assist
Aptana's code assist displays which tags are supported by which browsers.
Pro Support for web projects
Aptana was specifically created for web application development. It supports a variety of languages such as HTML, CSS, JavaScript, PHP, and Ruby.
Pro Built-in terminal
Has a built-in terminal emulator from which you can run commands.
Pro Free and open source
Aptana is available for free under the GPL license with source code available on GitHub.
Pro Git integration
Aptana provides integrated support for Git to make collaboration and version control easier.
Cons
Con Small community
Con No real Windows support
Will compile under CygWin.
Con Default bindings do not play nice with OS X (Alt+???)
Con Written in C++
Con Many dependencies
Aptana has a couple of dependencies to keep in mind.
It is built with Java and and has some requirements for the JDK version.
Aptana requires Git, and Eclipse 3.5+ if you are installing it as an Eclipse plugin.
Con No longer updated
Language support is increasingly dated.