Text Editors: Difference between revisions

From RISC OS
Jump to navigationJump to search
m (Corrected Vim URL)
(Mentioned Vim, crosslinked to editor quirks.)
Line 3: Line 3:
RISC OS has two native programs suitable for this task: [[Zap]] and [[StrongED]]. Both are excellent in their way, and are sufficiently different that most technical users who dislike one will very much like the other.
RISC OS has two native programs suitable for this task: [[Zap]] and [[StrongED]]. Both are excellent in their way, and are sufficiently different that most technical users who dislike one will very much like the other.


Some other editors are also available, having been ported from other platforms. The most notable of these is probably [http://www.sparse.net/vim/html Vim for RISC OS].
Some other editors are also available, having been ported from other platforms. The most notable of these is probably [http://www.sparse.net/vim/html Vim for RISC OS]. Vim will also work outside the desktop, or via an ANSI task with [[Nettle]], which may occasionally be useful.

[[Editor quirks|Common editor quirks are discussed here.]]

Revision as of 13:06, 7 October 2007

Text editors are applications that enable you to edit text and program code. On RISC OS, !Edit is available in the Apps directory of any recent machine and is quite adequate for rudimentary editing. However, for writing any code (be it C, HTML, or BASIC), it is advisable to use a more powerful program.

RISC OS has two native programs suitable for this task: Zap and StrongED. Both are excellent in their way, and are sufficiently different that most technical users who dislike one will very much like the other.

Some other editors are also available, having been ported from other platforms. The most notable of these is probably Vim for RISC OS. Vim will also work outside the desktop, or via an ANSI task with Nettle, which may occasionally be useful.

Common editor quirks are discussed here.