Move thread-sdl.[ch] into the target tree.
[kugel-rb.git] / manual / plugins / text_editor.tex
blobf245cb4eda1956f40abcf692daceff0b5ca6898f
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
24 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk}
25 & Edit Line / Select Character\\
27 \ActionStdCancel
28 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdCancel}
29 & Exit / Abort Editing\\
31 \ActionStdMenu
32 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdMenu}
33 & Show Item Menu\\
35 \ActionStdContext
36 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext}
37 & Delete Line\\
38 \end{btnmap}
39 \end{table}