Category:Editor: Difference between revisions

Content added Content deleted
m (Hello world/Newbie)
(moved text)
Line 6: Line 6:
fonts, embedded pictures etc.
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,
There are other types of editors, specialising for certain kinds of data,
eg. HTML-editors ...
eg. HTML-editors ...



;See also: [[:Category:Integrated Development Environments|IDE]] - [[Hello world/Newbie]]

==Editors for Unix==
[[emacs]],
[[wp:nano (text editor)|nano]],
[[wp:pico (text editor)|pico]],
[[wp:vi|vi]] / [[wp:vim (text editor)|vim]],
...

==Editors for Windows==

"Notepad" comes with a standard installation of MS-Windows.

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]]


[[Category:ProgrammingTools]]