You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
574 lines
9.4 KiB
574 lines
9.4 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<sect1 id="mainwindow-section">
|
|
<sect1info>
|
|
<authorgroup>
|
|
<author
|
|
><firstname
|
|
>Keith</firstname
|
|
> <surname
|
|
>Isdale</surname
|
|
> <affiliation
|
|
> <address
|
|
><email
|
|
>k_isdale@tpg.com.au</email
|
|
></address>
|
|
</affiliation>
|
|
</author>
|
|
&Sander.Koning;&Tom.Albers;
|
|
</authorgroup>
|
|
</sect1info>
|
|
<title
|
|
>Het hoofdvenster gebruiken</title>
|
|
|
|
<screenshot>
|
|
<screeninfo
|
|
>Het hoofdvenster</screeninfo>
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="main_window.png" format="PNG"/>
|
|
</imageobject>
|
|
<textobject
|
|
><phrase
|
|
>Een tekstweergave van het bestand dat gedebugd wordt.</phrase
|
|
></textobject>
|
|
<caption
|
|
><para
|
|
>Een tekstweergave van het bestand dat gedebugd wordt.</para
|
|
></caption>
|
|
</mediaobject>
|
|
</screenshot>
|
|
|
|
<sect2>
|
|
<title
|
|
>Met het hoofdvenster werken</title>
|
|
|
|
<para
|
|
>De status van een bepaald breekpunt wordt aangegeven met de bijbehorende tekst en een achtergrondkleur. U kunt de gewenste kleuren instellen: zie de pagina <guilabel
|
|
>Kleuren</guilabel
|
|
> in het dialoogvenster <menuchoice
|
|
><guimenu
|
|
>Instellingen</guimenu
|
|
> <guimenuitem
|
|
>Editor instellen</guimenuitem
|
|
></menuchoice
|
|
>.</para>
|
|
|
|
|
|
<para
|
|
>U kunt een breekpunt zetten, uitschakelen of verwijderen met toetsen, het menu <guimenu
|
|
>Debuggen</guimenu
|
|
> of de knoppen op de werkbalk.</para>
|
|
|
|
<para
|
|
>U kunt de cursor door de tekst verplaatsen met de volgende toetsen:</para>
|
|
|
|
<simplelist>
|
|
<member
|
|
>Pijltoetsen: <keysym
|
|
>Links</keysym
|
|
>, <keysym
|
|
>Rechts</keysym
|
|
>, <keysym
|
|
>Omhoog</keysym
|
|
> of <keysym
|
|
>Omlaag</keysym
|
|
>.</member>
|
|
<member
|
|
>Paginatoetsen: <keycap
|
|
>Page Up</keycap
|
|
> en <keycap
|
|
>Page Down</keycap
|
|
></member>
|
|
|
|
</simplelist>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title
|
|
>Met de uitvoer van &kxsldbg; werken</title>
|
|
|
|
<para
|
|
>De meeste uitvoer van &kxsldbg; wordt opgevangen en weergegeven in het inspector-dialoog of het uitvoervenster van &kxsldbg;. Uitzonderingen hierop zijn:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para
|
|
>Een foutmelding van &kxsldbg; wordt weergegeven in een meldingsvenster.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para
|
|
>Het resultaat van een geëvalueerde expressie wordt weergegeven in een meldingsvenster.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para
|
|
>Het resultaat wordt naar het bestand gestuurd dat in het uitvoervenster van &kxsldbg; wordt aangegeven.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
</sect2>
|
|
|
|
<!-- FIXME: There's way too many things wrong with this, for people to
|
|
bother translating it just yet. We can fix post 3.2
|
|
|
|
Specifically: Wrong icon images, all keybindings are incorrect, all
|
|
keybindings in the app are unmodified and therefore will probably be
|
|
changed, and this isn't the ideal place to put a toolbar ref anyway.
|
|
|
|
Plan: Add a menu ref chapter, include an updated toolbar ref in it
|
|
|
|
<sect2>
|
|
<title
|
|
>&kxsldbg; Toolbar</title>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="configure.png" format="PNG"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Configure</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Configuration for a session, <xref linkend="configure"/>
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="configure.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Inspect</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
To be written.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="run.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Run</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Restart execution applying current configuration.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="1downarrow.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Continue</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Continue execution stoping at next breakpoint. This will cause the
|
|
debugger to stop at the start of the stylesheet if no further breakpoints
|
|
are found.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="step.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Step</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Step to the next XSLT instruction found.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="next.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Next</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Proceed to the next instruction at the same call stack depth. This is
|
|
useful for stepping over a <emphasis
|
|
>xsl:apply-templates</emphasis
|
|
> or
|
|
<emphasis
|
|
>xsl:call-template</emphasis
|
|
>.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="xsldbg_stepup.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>StepUp</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Proceed to the next instruction in a cooler stack frame. This is best
|
|
used within a template at a greater depth than the root match template.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="xsldbg_stepdown.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>StepDown</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Proceed to the next instruction in a warmer stack frame.
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="xsldbg_break.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Break</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Add a breakpoint at the current cursor location
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="xsldbg_delete.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Delete</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Delete a breakpoint at the current cursor location
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="xsldbg_enable.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Enable/Disable</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Enable or disable a breakpoint at the current cursor location
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="xsldbg_source.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Source</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Cause the current XSLT source file to be shown
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="xsldbg_data.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Data</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Cause the current &XML; data file to be shown
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="xsldbg_output.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Output</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Cause the current Output file to be shown
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry>
|
|
<term>
|
|
<menuchoice>
|
|
<shortcut>
|
|
<keycombo action="simul"
|
|
>&Ctrl;<keycap
|
|
>N</keycap
|
|
></keycombo>
|
|
</shortcut>
|
|
<guiicon>
|
|
<inlinemediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="xsldbg_refresh.png"/>
|
|
</imageobject>
|
|
</inlinemediaobject>
|
|
</guiicon>
|
|
<guimenu
|
|
>Debug</guimenu>
|
|
<guimenuitem
|
|
>Reload</guimenuitem>
|
|
</menuchoice>
|
|
</term>
|
|
<listitem>
|
|
<para>
|
|
Cause the displayed file to be reloaded from disk
|
|
</para>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</sect2>
|
|
-->
|
|
|
|
</sect1>
|