Top Qs
Timeline
Chat
Perspective

Comparison of text editors

From Wikipedia, the free encyclopedia

Remove ads

This article compares notable text editors. It may not be up-to-date or all-inclusive. Comparisons are between stable versions (not upcoming or beta releases) and are exclusive of any add-ons, extensions or external programs unless otherwise noted.

Other features can be listed via the Category of text editor features.

General attributes

More information Name, Developer ...
Remove ads

Operating system support

Remove ads

Natural language (localization)

More information Languages, Acme ...
Remove ads

Document interface

Summarize
Perspective

The following table identifies the following attributes of an editor that describe its user experience with respect to multiple documents:

Multiple instances
Whether multiple instances of the program can be open at the same time for editing multiple files (one in each instance). Applies both for single-document interface (SDI) and multiple-document interface (MDI). Also, applies for a program that has a user interface that looks like multiple instances of the same program (such as some versions of Word).
Single document window splitting
Whether a window can be split to simultaneously view different areas of a file.
MDI overlappable windows
Whether each open document gets its own fully movable window inside the editor environment.
MDI tabbed document interface
Whether multiple documents can be viewed as tabs in a single window.
MDI window splitting
Whether supports splitting the application window to show multiple documents (non-overlapping windows).
More information Multiple instances, Single document window splitting ...
Remove ads

Basic features

More information Spell checking, Regex-based find & replace ...
Remove ads

Programming features

More information Syntax highlighting, Function list ...
Remove ads

Additional programming features

More information CLI shell integration, GUI shell integration ...
Remove ads

Key bindings

Summarize
Perspective
More information Custom, IBM CUA ...

Notes:

Vim
Custom maps of Ctrl-1 .. Ctrl-9, Ctrl-0 cannot be set, nor is Control-Shift-<char> distinguished from Ctrl-<char>.[114][115]
Notepad++
Custom shortcuts of Shift-<char> cannot be set, they need an added modifier such as Ctrl or Alt. i.e. SCI_LINESCROLLUP cannot be bound to "Shift-I"as the "Add"button is greyed out.
Pico
Pico uses most of Emacs's motion and deletion commands: ^F ^B ^P ^N ^D etc.
Remove ads

Protocol support

Remove ads

Character encoding support

Summarize
Perspective

The following table identifies notable character encodings that an editor supports can load, save, view and edit text in the encoding without changing any characters. Partial implies that the editor can only convert the character encoding to internal (8-bit) format for editing, some encodings are supported only in some platforms or the editor can only display a character set (such as OEM) by loading corresponding font, but does not support keyboard entry for that character set.

More information ASCII, ISO-8859 ...
Remove ads

Right-to-left and bidirectional text

Summarize
Perspective

Support for right-to-left (RTL) text is necessary for editing some languages like Arabic, Persian, Hebrew, and Yiddish and the mixture of left-to-right (LTR) and RTL known as bidirectional (BiDi). The following table indicates whether an editor supports RTL and BiDi text. Some editors (e.g. Notepad++ 5.1.3) can render bidirectional text but does not support editing it.

Remove ads

Newline support

Summarize
Perspective

The following table identifies newline support of editors. The three options are:

CR/LF
Generally, used on Windows.
LF
Generally, used on Unix-like systems (including macOS).[125]
CR
Generally, used on Classic Mac OS.

See also

Notes

  1. last update in OpenBSD repo[26]
  2. No native support, available as a part of the Inferno port for Windows or by using `plan9port` over the WSL.
  3. Requires Cygwin or the Windows Subsystem for Linux to run on Windows.
  4. GEdit, when installed from MacPorts, runs in X11 and, therefore, does not have a native look and feel. However, precompiled native macOS binaries for GEdit may be downloaded from the GEdit project page, or from the GEdit FTP download server.
  5. gedit, NEdit, and SciTE run in the X11 window environment, and therefore do not use the native Aqua look-and-feel when running on macOS.
  6. Stand alone NSIS installable package is available
  7. gedit supports single document window splitting via plugins. Archived 2011-12-14 at the Wayback Machine.
  8. gedit supports multiple document window splitting via plugins. Archived 2011-12-14 at the Wayback Machine.
  9. GNU Emacs 27.1 includes built-in support for tab bar (per-frame) and tab-line (per-window). Earlier versions of GNU Emacs can use a tabbed document interface in a non OS-native way using the Tabbar plugin.
  10. GNU Emacs can support a tabbed document interface modelled after GNU Screen using the elscreen Archived 2008-01-17 at the Wayback Machine package.
  11. JOE supports editing multiple files but only seeing one of them, and switching to others via Ctrl+K+N, which is functionally equivalent to having tabs but no visible tab bar.
  12. mined supports Copy/Paste between multiple documents in separate windows, when these documents are in separate terminal windows
  13. SciTE_max_buffers
  14. Vim Provided GVim is used.
  15. Vim version 7 supports a tabbed document interface. Earlier versions can emulate tabs through scripts, for example.[53]
  16. Acme can invoke external commands and display their return values in order to integrate additional functionality.
  17. ConTEXT does not support regular expression backreferences in its search and replace function. Archived 2007-12-18 at archive.today
  18. ConTEXT only supports converting text to UTF-16. Also, it can only use one type of new-line format if converting to UTF-16.
  19. Geany supports spell checking via a plugin
  20. gedit supports spell checking via a plugin, which is distributed with gedit.
  21. gedit supports Regex-based find & replace via plugins ( Archived 2011-12-14 at the Wayback Machine).
  22. Emacs supports spell checking via the external programs ispell, aspell, or Hunspell.
  23. jEdit supports spell checking via an external plugin.
  24. JOE supports spell checking via the ispell or aspell external plugins.
  25. JOE uses a non-standard regular expression syntax.
  26. JOE can easily pipe text through the GNU recode(1) utility; it detects locale settings and allows editing in any encoding set up by the environment.
  27. Komodo Edit is based on Scintilla and may support virtual space similar to Geany and Notepad++ ()
  28. Komodo IDE is based on Scintilla and may support virtual space similar to Geany and Notepad++ ()
  29. LE can pipe text through the GNU recode(1) utility
  30. Metapad spell checking by calling external program Aspell.
  31. mined supports multiple lines in search and replacement expressions.
  32. mined can convert the encoding format when using the Copy & Paste feature between multiple documents (that have different encodings).
  33. mined supports new-line conversion via a command-line option or from the menu. Files with mixed newline types can be edited transparently; different kinds of new-line have different visual indications.
  34. It is possible to start external applications from inside Sam and display their return values.
  35. Scintilla-based editors such as SciTE, Notepad2 and Notepad++ do not support alternation (
  36. UltraEdit uses the Boost C++ regex library. While Boost supports backreferences past \9 with \g{10}, UltraEdit has not yet implemented this feature.
  37. VEDIT 6.2 comes with Scribe spelling checker which has been written entirely in Vedit macro language. In addition, macro package for integrating Aspell can be downloaded here.
  38. Vim version 7 supports spell checking natively. Earlier versions require a script.[64]
  39. Visual Studio Code does not support virtual space, and rectangular selection beyond line endings is not possible.
  40. Acme's auto-completion only works on file names.
  41. bluefish: Configurable via the outputbox feature.
  42. With external tool OpenCTags
  43. ed can invoke external commands, like a compiler.
  44. EmEditor Professional supports Auto Complete via plugins (32-bit or 64-bit).
  45. Geany uses its own tags file format, not compatible with ctags, see the manual.
  46. gedit-folding: Folding plugin for Gedit
  47. gedit: Compiler integration: Functionality in plugins installed with gedit.
  48. make can be launched from the LE text editor, but the output is not captured
  49. Evaluates expressions in some dynamic languages such as Clojure, Python and Javascript in realtime
  50. mined: Syntax highlighting: HTML/XML, Javascript, JSP.
  51. Notepad++ comes with Function List support, and it can be enhanced via plugins.
  52. Notepad++ installs with auto complete list for multiple programming languages. Has user option to add additional personalized auto complete list(s).
  53. Function list (and stuff) available in Ru-Board build, ver 1.79.66Ru and later
  54. TextMate: Auto complete: Supported language bundles
  55. Textpad uses an add-on ()
  56. TextWrangler can integrate with a compiler if you write a shell script that takes flag input of the code and compiles it. You place this in ~/Library/Application Support/TextWrangler/Unix Support/Unix Filters/. It should show in the #! menu.
  57. The Semware Editor: Auto complete: Supported via supplied/user-created lists.
  58. The Semware Editor: Text folding: Compressed view possible.
  59. Not in the Linux version.
  60. Vedit: Auto complete: Template editing, plus 3rd party macro for expanding symbols from tags database.
  61. Alpha Macro support via AppleScript, Tcl or text factories.
  62. BBEdit Macro support via AppleScript, Perl, Python, Lasso, shell scripts or text factories.
  63. Coda offers macros via AppleScript, text "clips,"or plugins (Cocoa apps or any installed scripting language).
  64. name
  65. Cssed Macro support via Python.
  66. jEdit: Limited by Java heap size.[80]
  67. Kate: Line length is limited by default. The limit can be removed, but long lines may cause poor performance.[83]
  68. LE text editor locks the file and warns if someone else has changed the file
  69. LE text editor can view and edit large files or their parts in mmap-shared mode
  70. UltraEdit has no real limit on file size - and can easily open, edit, and save large text files in excess of 4 GB! .
  71. 2GB with 32 Bits, on a 64 Bit system it depends on the available virtual memory.
  72. Emacs: 64-bit compilation on 64-bit OS can handle 2 GB files, otherwise the limit is 512 MiB.
  73. It is possible to customize all Gedit shortcuts because it is Gtk based.
  74. The JED base release comes with a basic CUA emulation, but it doesn't bother to bind lots of useful editor features. Also, like some other editors, 1 side of a region must be at the cursor. The main extension collections jedmodes/jed-extra and the "Red Project" have improved versions, tackling the former problem in particular.
  75. In SciTE, custom keystrokes may be assigned to Lua scripts, external programs or lexers (highlighters).
  76. SlickEdit provides emulation of Visual Studio, Visual C++ 6, CodeWright, Epsilon and ISPF key bindings in addition to those given in the table.
  77. SlickEdit supports CodeWarrior, Xcode and BBEdit key binding emulation.
  78. SlickEdit includes support of vi key bindings, the ex command line and some, but not all Vim extensions.
  79. Vim emulates vi keys fully when in 'compatible' mode
  80. Vim With a script[108]
  81. when choosing e.g. Terminal font
  82. GNU Emacs: While GNU Emacs supports the UTF-8 encoding, it doesn't fully support the Unicode standard, since it doesn't fully support the Unicode Bidirectional Algorithm (see comment in the 'Right-to-left and bidirectional text' section below).
  83. GNU Emacs: While GNU Emacs supports the UTF-16 encoding, it doesn't fully support the Unicode standard, since it doesn't fully support the Unicode Bidirectional Algorithm (see comment in the 'Right-to-left and bidirectional text' section below).
  84. JEDs Windows version comes with a pair of scripts that can convert UTF-16 text files (actually anything iconv can convert) to and from JED's internal UTF-8. The Red Project releases include an enhanced version of these scripts.
  85. nvi Gentoo
  86. SciTE can open files in UTF or one single-byte encoding specified in a configuration file.
  87. TextPad can load and save UTF-8 and UTF-16 text files, but cannot use or even preserve characters outside of the system encoding.[123]
  88. when choosing e.g. New Courier font
  89. Vedit can convert UTF-8 and UTF-16 files to Windows character set and back. Characters not included in Windows charset can be preserved.
  90. Vim supports EBCDIC when compiled on a system that uses the EBCDIC character set.
  91. from version 21.5.29
  92. GNU Emacs

    (1) According to a comment in the source file where the bidi support is implemented (http://git.savannah.gnu.org/cgit/emacs.git/tree/src/bidi.c accessed August 15, 2017), GNU Emacs doesn't fully conform to the Unicode Bidirectional Algorithm (Unicode Annex #9, a.k.a. UAX #9) in the way it wraps the lines of a bidi paragraph: "we are violating paragraph 3.4 of UAX#9. which mandates that line breaking shall be done before reordering each screen line separately."

    (2) According to the online GNU Emacs manual (section 22.19 Bidirectional Editing, accessed August 15, 2017), for the purpose of changing paragraph direction, "Paragraph boundaries are empty lines, i.e., lines consisting entirely of whitespace character". This contrasts with the otherwise ubiquitous convention of regarding the newline marker (LF on Unix derivatives, including macOS, and CR+LF on Windows) as the paragraph separator in plain text documents. However starting with version 26.0.50, the bidi paragraph separator can be customized.
  93. mined: supports bidi in cooperation with bidi terminal (mlterm, mintty); also supports "poor man's bidi mode"(automatic visual text order right-to-left input) in normal terminal
  94. Notepadpp: Scintilla (Notepad++'s Engine) does not really support bidirectional editing ... Some bidirectional text support added in 4.1.0. https://sourceforge.net/p/scintilla/bugs/757/#01c9
  95. GNU Emacs: GNU Emacs doesn't regard the newline marker as a paragraph separator in bidi texts. See comment in the 'Right-to-left and bidirectional text' section.

References

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads