Category:Editor: Difference between revisions

(Just fixing...)
 
(5 intermediate revisions by one other user not shown)
Line 1:
"Editor" in general is any program that can create/change data, as opposed to "Viewers", which can only display.
 
This category is about Text- Editors, for working with "plain text", as opposed to "Word Processors", 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, specialisingspecializing for certain kinds of data,
eg. HTML-editors, ..etc.
 
==Editors for Unix==
Line 13:
*[[wp:pico (text editor)|Pico]]
*[[wp:vi|Vi]] / [[wp:vim (text editor)|Vim]]
*[[wp:Kate (text_editor)|Kate]]
...
 
==Editors for Windows==
Line 22:
*[[wp:notepad++|Notepad++]],
*[[wp:vim (text editor)|Vim]]
...
 
They provide many additional features, like syntax-highlightning paren-matching, extensions, and more.
 
They provide many additional features, like [[wp:Syntax_highlighting|syntax-highlightning paren-highlighting]], [[wp:Brace_matching| brace matching]], extensions, and more.
<br><br>
;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