Misplaced Pages

Comparison of text editors: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 22:41, 19 February 2005 edit216.165.226.81 (talk) Basic features - vim does support newline conversion :set fileformat=dos or :set fileformat=unix converts to the respective newline format← Previous edit Revision as of 07:50, 20 February 2005 edit undoMinghong (talk | contribs)Extended confirmed users13,145 editsm General information: Freeware -> ProprietaryNext edit →
Line 59: Line 59:
| 4.3.2 | 4.3.2
| Free | Free
| ] | ]
|- |-
! style="text-align:left;" bgcolor="#ececec" | ] ! style="text-align:left;" bgcolor="#ececec" | ]

Revision as of 07:50, 20 February 2005

The following tables compare general and technical information for a number of text editors. Please see the individual products' articles for further information. This article is not all-inclusive or necessarily up-to-date.

General information

Basic general information about the archivers: creator/company, license/price etc.

Creator First public release date Latest stable version Cost (USD) Software license
Crimson Editor Ingyu Kang ? 3.7 Free Proprietary
EditPlus ES-Computing March 20, 1998 2.12 $30 (1-user) Proprietary
GNU Emacs GNU Project 1984 21.4 Free GPL
Nano GNU Project 1999 1.2.4 Free GPL
Notepad Microsoft ? ? Part of Windows Proprietary
Pico University of Washington ? ? Free Proprietary
PSPad Jan Fiala ? 4.3.2 Free Proprietary
vi Bill Joy 1976 ? Free BSD license
vim Bram Moolenaar 1980 6.3 Free GPL-compatible
XEmacs Lucid Inc. 1991 21.0 Free GPL
Creator First public release date Latest stable version Cost (USD) Software license

Operating system support

The operating systems the arhivers can run on without emulation.

Windows Mac OS X Linux BSD Unix
Crimson Editor Yes No No No No
EditPlus Yes No No No No
GNU Emacs Yes Yes Yes Yes Yes
Nano No Yes Yes Yes Yes
Notepad Yes No No No No
Pico No Yes Yes Yes Yes
PSPad Yes No No No No
vi No Yes Yes Yes Yes
vim Yes Yes Yes Yes Yes
XEmacs Yes Yes Yes Yes Yes
Windows Mac OS X Linux BSD Unix

Basic features

Information about what common basic features are implemented natively (without third-party add-ons).

Tabbed interface Spell checking Regex-based find & replace Encoding conversion Newline conversion
Crimson Editor Yes Yes Yes Yes Yes
EditPlus Yes Yes No Yes Yes
GNU Emacs No Yes Yes No No
Nano No No Yes No No
Notepad No No No No No
Pico No No No No No
PSPad Yes Yes Yes Yes Yes
vi No No ? No No
vim No No Yes No Yes
XEmacs No No Yes No No
Tabbed interface Spell checking Regex-based find & replace Encoding conversion Newline conversion

Programming features

Information about what common programming features are implemented natively (without third-party add-ons).

Syntax highlighting Multiple undo/redo Column mode editing Bracket matching Auto indentation Auto completion Code folding Text folding
Crimson Editor Yes Yes Yes Yes Yes No No No
EditPlus Yes Yes Yes ? ? Yes No No
GNU Emacs Yes Yes Yes Yes Yes Yes Yes Yes
Nano Yes Yes ? ? ? ? ? ?
Notepad No No No No No No No No
Pico ? Yes ? ? ? ? ? ?
PSPad Yes Yes Yes Yes Yes Yes No No
vi No No ? ? ? ? ? ?
vim Yes Yes ? ? Yes ? Yes Yes
XEmacs Yes Yes ? ? ? ? ? ?
Syntax highlighting Multiple undo/redo Column mode editing Bracket matching Auto indentation Auto completion Code folding Text folding

Extra features

Information about what common extra features are implemented natively (without third-party add-ons).

Shell integration Compiler integration Macro
Crimson Editor Yes Yes Yes
EditPlus Yes No No
GNU Emacs Yes Yes Yes
Nano Not applicable ? ?
Notepad Yes No No
Pico Not applicable ? ?
PSPad Not applicable Yes Yes
vi Not applicable ? ?
vim Not applicable ? ?
XEmacs Not applicable ? ?
Shell integration Compiler integration Macro

Protocol support

Information about what common internet protocols are supported natively for remote file editing.

FTP HTTP SSH
Crimson Editor Yes No No
EditPlus Yes No No
GNU Emacs Yes ? ?
Nano ? ? ?
Notepad No No No
Pico ? ? ?
PSPad Yes No No
vi ? ? ?
vim Yes Yes Yes
XEmacs ? ? ?
FTP HTTP SSH

Encoding support

Information about what common character encodings are supported.

ASCII UTF-8 UTF-16
Crimson Editor Yes Yes Yes
EditPlus Yes Yes Yes
GNU Emacs Yes No No
Nano Yes No No
Notepad Yes Yes Yes
Pico Yes No No
PSPad Yes Yes Yes
vi Yes No No
vim Yes Yes Yes
XEmacs Yes Yes Yes
ASCII UTF-8 UTF-16

Newline support

Information about what common newlines are supported.

DOS (CR/LF) Unix (LF) Mac (CR)
Crimson Editor Yes Yes Yes
EditPlus Yes Yes Yes
GNU Emacs ? Yes ?
Nano ? Yes ?
Notepad Yes No No
Pico ? Yes ?
PSPad Yes Yes Yes
vi ? Yes ?
vim Yes Yes ?
XEmacs ? Yes ?
DOS (CR/LF) Unix (LF) Mac (CR)
Categories: