File: command.xml

package info (click to toggle)
pdfedit 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,032 kB
  • ctags: 21,708
  • sloc: cpp: 185,471; xml: 8,824; yacc: 1,178; ansic: 666; perl: 664; makefile: 636; sh: 371; lisp: 51
file content (11 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<chapter id="gui_command">
 <title>Command console</title>
 <para>
  Command console is useful for typing in your own scripts and macros.
  In can be set in 3 different modes of behavior (see <xref linkend="gui_settings_commandline"/>).
 </para>
 <para>
  You can type your script code in the lower part of the window (the commandline or script editor, depending on settings)
  and observe output of your commands in upper part (console)
 </para>
</chapter>