Add filetype colours to the manual. Also add a macro to give the
[kugel-rb.git] / manual / plugins / text_editor.tex
blob04820e3fb9f643cf2e72d7eb60a2ef2cbc963942
1 \subsection{\label{sec:text_editor}Text Editor}
2 This plugin allows you to view and edit simple text documents on your DAP.
3 You can view files by using \setting{Open with} from the
4 \setting{Context Menu} (see \reference{ref:Contextmenu}).
6 \subsubsection{Usage}
7 If you start the Text Editor from the plugin browser you will be greeted with
8 a blank screen. When started from the \setting{Open with} menu item your file
9 should be shown on the screen. You can now edit the file.
10 The Text Editor is line based. This means you can edit one line at a time using
11 the \setting{Virtual Keyboard} (see \reference{sec:virtual_keyboard}).
13 \begin{itemize}
14 \item Move the selection bar to the line you want to edit.
15 \item Edit the highlighted text line or insert a new one using the Item Menu.
16 \item When finished editing exit the Text Editor. You'll be shown a list of
17 save options.
18 \end{itemize}
19 \note{When you have not changed the file the Text Editor will quit immediately.}
21 \begin{table}
22 \begin{btnmap}{}{}
23 \ActionStdOk & Edit Line / Select Character\\
24 \ActionStdCancel & Exit / Abort Editing\\
25 \ActionStdMenu & Show Item Menu\\
26 \ActionStdContext & Delete Line\\
27 \end{btnmap}
28 \end{table}