summaryrefslogtreecommitdiff
path: root/manual/plugins/text_editor.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/text_editor.tex')
-rw-r--r--manual/plugins/text_editor.tex38
1 files changed, 38 insertions, 0 deletions
diff --git a/manual/plugins/text_editor.tex b/manual/plugins/text_editor.tex
new file mode 100644
index 0000000000..2a9ed0b4cb
--- /dev/null
+++ b/manual/plugins/text_editor.tex
@@ -0,0 +1,38 @@
1\subsection{Text Editor}
2This plugin allows you to view and edit simple text documents on your DAP.
3You can view files by using \textbf{Open with} from the
4\textbf{File Menu} (see page \pageref{ref:Filemenu}).
5
6\subsubsection{Usage}
7If you start the Text Editor from the plugin browser you will be greeted with
8a blank screen. When started from the \textbf{Open with} menu item your file
9should be shown on the screen. You can now edit the file.
10The Text Editor is line base. This means you can edit one line at a time using
11the virtual keyboard.
12
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 haven't changed the file the Text Editor will quit immediately.}
20
21\begin{table}
22 \begin{btnmap}{}{}
23 \opt{RECORDER_PAD}{\ButtonPlay}\opt{ONDIO_PAD}{\ButtonMenu}
24 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
25 & Edit Line / Select Character\\
26 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
27 \opt{IPOD_4G_PAD}{\ButtonSelect+\ButtonMenu}\opt{IAUDIO_X5_PAD}{\ButtonPower}
28 & Exit / Abort Editing\\
29 \opt{RECORDER_PAD}{\ButtonFOne}\opt{ONDIO_PAD}{Hold \ButtonMenu}
30 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}\opt{IPOD_4G_PAD}{\ButtonMenu}
31 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
32 & Show Item Menu / Accept Line\\
33 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonRec}
34 \opt{IPOD_4G_PAD}{\ButtonLeft}
35 & Delete Line / Delete Character\\
36 \end{btnmap}
37\end{table}
38