Category:Editor: Difference between revisions

(moved text)
 
(6 intermediate revisions by one other user not shown)
Line 1:
"Editor" in general is any program that can create/change data, <br>as opposed to "Viewers", which can only display.
as opposed to "Viewers", which can only display.
 
This category is about Text- Editors, for working with "plain text", <br>as opposed to "Word Processors", which handle documents with text-styles, fonts, embedded pictures etc.
as opposed to "Wordprocessors", which handle documents with text-styles,
fonts, embedded pictures etc.
 
A [[wp:Text_editor|text editor]] is a program for editing plain text files,
such as source code for programs and scripts.
 
There are other types of editors, specialising for certain kinds of data,
eg. HTML-editors ...
 
A [[wp:Text_editor|text editor]] is a program for editing plain text files, such as source code for programs and scripts.
 
There are other types of editors, specialisingspecializing for certain kinds of data,
eg. HTML-editors, ..etc.
 
==Editors for Unix==
*[[wp:Emacs|Emacs]]
[[emacs]],
*[[wp:nano (text editor)|nanoNano]],
*[[wp:pico (text editor)|picoPico]],
*[[wp:vi|viVi]] / [[wp:vim (text editor)|vimVim]],
*[[wp:Kate (text_editor)|Kate]]
...
 
==Editors for Windows==
"Notepad" comes with a standard installation of MS-Windows. Better yet are "programmer's editors", such as:
*[[wp:AkelPad|Akelpad]]
*[[wp:Emacs|Emacs]]
*[[wp:geany|Geany]]
*[[wp:notepad++|notepadNotepad++]],
*[[wp:vim (text editor)|vimVim]],
 
They provide many additional features, like [[wp:Syntax_highlighting|syntax-highlightning paren-highlighting]], [[wp:Brace_matching| brace matching]], extensions, and more.
"Notepad" comes with a standard installation of MS-Windows.
<br><br>
 
Better yet are "programmers editors", such as
akelpad,
emacs,
geany,
[[wp:notepad++|notepad++]],
[[wp:vim (text editor)|vim]],
...
 
They provide many additional features, like syntax-highlightning paren-matching, extensions, and more.
 
 
;See also:
*[[wp:Category:Free text editors|Free text editors]]
*[[:Category:Integrated Development Environments|IDE]] - [[Hello world/Newbie]]
*[[Hello world/Newbie]]
 
 
[[Category:ProgrammingTools]]
Anonymous user