RidgeRun Developer Manual/Editors: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 20: Line 20:


=== Console Based Editor ===
=== Console Based Editor ===
A lightweight editor that opens within the terminal emulator. You'd typically use this for quick edits, or remote editing.
A lightweight editor that opens within the terminal emulator. You'd typically use this for quick edits, or momentary remote editing. If a project will require you to remote edit as you primary (or very constantly) consider setting up a remote IDE instead.
 
Popular console editors include:
* [https://www.gnu.org/s/emacs/ emacs]
* [https://www.vim.org vim]
* [http://ex-vi.sourceforge.net vi]
* [https://www.nano-editor.org nano]


==IDE Features==
==IDE Features==