Theme Editor: Removed some lingering debug code
[kugel-rb.git] / manual / plugins / text_editor.tex
blob18d1d9198228429a94e6ee1b24f5d44f7d996fb5
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{btnmap}
22 \ActionStdOk
23 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk}
24 & Edit Line / Select Character\\
26 \ActionStdCancel
27 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
28 & Exit / Abort Editing\\
30 \ActionStdMenu
31 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdMenu}
32 & Show Item Menu\\
34 \ActionStdContext
35 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext}
36 & Delete Line\\
37 \end{btnmap}