Differences between revisions 47 and 48
Revision 47 as of 2012-10-02 19:55:34
Size: 2963
Comment: very minor formatting fix
Revision 48 as of 2013-01-16 21:05:20
Size: 3002
Comment: add link to Japanese translation + typo fix (Scrintilla -> Scintilla)
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/TextEditor|Français]] - [[es/TextEditor|Español]] - [[de/TextEditor|German]] - [[ar/TextEditor|العربية]] - [[it/TextEditor|Italiano]] - [[ru/TextEditor|Русский]] - [[zh_CN/TextEditor|简体中文]]-~ ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/TextEditor|Français]] - [[es/TextEditor|Español]] - [[de/TextEditor|German]] - [[ar/TextEditor|العربية]] - [[it/TextEditor|Italiano]] - [[ja/TextEditor|日本語 (Nihongo)]] - [[ru/TextEditor|Русский]] - [[zh_CN/TextEditor|简体中文]]-~
Line 18: Line 18:
 * DebianPkg:scite - A GTK+ based programmers editor, uses Scrintilla editing component.  * DebianPkg:scite - A GTK+ based programmers editor, uses Scintilla editing component.

Translation(s): English - Français - Español - German - العربية - Italiano - 日本語 (Nihongo) - Русский - 简体中文


Console

Text editors that can be used without X11, in command line environment.

  • vim - See vim for more information.

  • Emacs - Some people think it is a mutated and bloated Lisp system trying to disguise itself as a text editor. Others consider it a thermonuclear text editor, capable of many tasks including window management. Once its somewhat high learning curve has been achieved many users find its shortcuts and style of editing to be indispensably fast. Furthermore, there are auto-indent and syntax highlighting options for many file formats such as programming languages or LaTeX, and config files such as ~/.muttrc and ~/.procmailrc. If you know Lisp, you can customize Emacs to any extent you like. Emacs is available both as a graphical editor (emacs) and a console editor (emacs-nox).

  • nano - An easy to learn and use text file editor.

  • mc - Midnight commander provides internal text editor, which can be invoked with mc -e or mcedit commands, featuring syntax highlighting, regexp searching and other features.

Graphical

Text editors that can be used in Graphical environment.

  • gedit - Default text editor of Gnome desktop environment. Aiming at simplicity by default, can be configured as full fledged integrated development environment through various plugins provided by gedit-plugins package.

  • geany - Advanced text editor with basic features of integrated development environment and has only few dependencies on other packages.

  • pyroom - Full screen text editor for distraction free writing, with configurable colour-schemes and keybindings.

  • scite - A GTK+ based programmers editor, uses Scintilla editing component.

  • kwrite - Default text editor of KDE Software compilation, provides syntax highlighting and ability to export documents to PDF, HTML, PostScript among other features.

  • kate - Acronym for KDE Advanced Text Editor, can be turned to full featured integrated development environment, providing extendable (via XML) syntax highlighting, session management and other features.

  • mousepad - Default editor of Xfce desktop environment, intended to be, simple, fast and easy to use.

  • leafpad - A minimalist GTK+ based text editor, for basic text editing needs.

  • Gvim - GUI version of vim, provided by packages vim-gnome, vim-gtk, vim-lesstif.

  • Emacs - The default Emacs package includes an interface for X11.


CategorySoftware