Differences between revisions 44 and 45
Revision 44 as of 2012-02-24 15:10:58
Size: 2634
Comment:
Revision 45 as of 2012-06-04 01:44:56
Size: 2670
Editor: tuhaihe
Comment:
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|Русский]]-~ ~-[[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|简体中文]]-~

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


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. However, today it is fast enough and once some commands have been learned it is quite powerful. 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.

  • 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 Scrintilla 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.


CategorySoftware