When comparing UltraEdit vs Yi, the Slant community recommends UltraEdit for most people. In the question“What are the best programming text editors?” UltraEdit is ranked 33rd while Yi is ranked 46th. The most important reason people chose UltraEdit is:
UltraEdit has small memory usage and allows for fast parsing/searching when handling large files.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Handles large files (>1GB) extremely well
UltraEdit has small memory usage and allows for fast parsing/searching when handling large files.
Pro Works perfectly with remote files
Supports several protocols for accessing remote files and working on them with the same ease as local files. Files can be integrated in the projects as normal files.
Pro Probably the most versatile general editor in existence.
If you need a general editor, UltraEdit is the way to go. If you were writing C/C++ all day, then this would be your editor. If you need to slog through large files then this is your go to editor. If you need to go through XML files, then this is your editor. If you need to sort data, then this your my editor.
Pro Fast, stable, easy to use
It loads with a short delay, but once loaded it's snappy and rock-solid. Anyone accustomed to using Windows text editors will feel at home in its interface, and those that prefer alternate keybindings can easily change them.
Pro Search and replace capabilities
From Ultraedit to Perl to Unix regex engines, the search and replace can accomplish just about anything.
Pro Responsive company
Whether for feature requests, technical support or license questions, IDM is always quick to respond.
Pro Nice hex display & edit
There's a handful of other features like this that make UltraEdit indispensable.
Pro Extremely customizable GUI editor
UltraEdit offer the best of both worlds. it has a full on GUI along with all the shortcut commands you need. There's no need for the user to suffer 80 char limitations of a terminal editor.
Pro Highly flexible
UltraEdit allows you to handle groups of files as a project.
Pro Combines and improves upon the best text-editing features from your favorite editors
Yi has default configurations for Vim, Emacs, as well as CUA. It also makes several improvements that includes Sublime-like (multiple) cursors.
Pro More performant than Vim
Vim can be rather slow due the age of its code base. In particular, running large macros in Vim can be rather painful. Since Yi is being built from scratch it has been engineered for performance and with the benefit of hindsight.
Pro Extensible and modular editing features
As far as extensibility goes, Yi easily outstrips any other open-source text editor. Motions can be built from parser combinators, making them simultaneously flexible and modular - an open source hacker's dream.
Pro Plugins work together
Packages work together because they compile together.
Cons
Con Proprietary
It's not free and a license costs $79.99.
Con The themes introduced in version 20 regressed certain aspects of syntax coloring
The themes simplified the syntax highlighting which lost the capacity to have as many colors as one wanted to define. Now it is limited to around 20 different colors. In general it's not a problem but in certain cases it broke coloring.
For some reason, the classic theme is the only one that is totally pleasant for readability well with syntax highlighting.
Con Very few plugins available
Even though Yi is a general purpose text editor similar to Vim and Emacs, almost all of the plugins that have been written for Yi so far focus on supporting Haskell as a programming environment.
Con No way to reuse your existing customizations and keybindings
If you have spent years crafting your .vimrc
or .emacs
, there's no way to reuse it in Yi. You have to start from scratch.
Con Requires Haskell to compile and configure
GHC + Haskell packages makes for a rather large installation, which is a big ask for a relatively obscure terminal editor.