Category:Editor: Difference between revisions

From Rosetta Code
Content added Content deleted
(Just fixing...)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
"Editor" in general is any program that can create/change data, as opposed to "Viewers", which can only display.
"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.
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.
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,
There are other types of editors, specializing for certain kinds of data,
eg. HTML-editors ...
eg. HTML-editors, etc.


==Editors for Unix==
==Editors for Unix==
Line 13: Line 13:
*[[wp:pico (text editor)|Pico]]
*[[wp:pico (text editor)|Pico]]
*[[wp:vi|Vi]] / [[wp:vim (text editor)|Vim]]
*[[wp:vi|Vi]] / [[wp:vim (text editor)|Vim]]
*[[wp:Kate (text_editor)|Kate]]
...


==Editors for Windows==
==Editors for Windows==
Line 22: Line 22:
*[[wp:notepad++|Notepad++]],
*[[wp:notepad++|Notepad++]],
*[[wp:vim (text editor)|Vim]]
*[[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 highlighting]], [[wp:Brace_matching| brace matching]], extensions, and more.
<br><br>
;See also:
;See also:
[[wp:Category:Free text editors|Free text editors]]
*[[wp:Category:Free text editors|Free text editors]]
[[:Category:Integrated Development Environments|IDE]] - [[Hello world/Newbie]]
*[[:Category:Integrated Development Environments|IDE]]
*[[Hello world/Newbie]]


[[Category:ProgrammingTools]]
[[Category:ProgrammingTools]]

Latest revision as of 14:57, 30 June 2015

"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 text editor is a program for editing plain text files, such as source code for programs and scripts.

There are other types of editors, specializing for certain kinds of data, eg. HTML-editors, etc.

Editors for Unix

Editors for Windows

"Notepad" comes with a standard installation of MS-Windows. Better yet are "programmer's editors", such as:

They provide many additional features, like syntax highlighting, brace matching, extensions, and more.

See also

Subcategories

This category has only the following subcategory.

S

  • Sed(3 C, 70 P)

Pages in category "Editor"

The following 4 pages are in this category, out of 4 total.