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.
444 lines
9.5 KiB
444 lines
9.5 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>
|
|
<othercredit role="translator"><firstname>Stefan</firstname><surname>Asserhäll</surname><affiliation><address><email>stefan.asserhall@comhem.se</email></address></affiliation><contrib>Översättare</contrib></othercredit>
|
|
</authorgroup>
|
|
</sect1info>
|
|
<title>Använda huvudfönstret</title>
|
|
|
|
<screenshot>
|
|
<screeninfo>Huvudfönstret</screeninfo>
|
|
<mediaobject>
|
|
<imageobject>
|
|
<imagedata fileref="main_window.png" format="PNG"/>
|
|
</imageobject>
|
|
<textobject><phrase>En textvy av den aktuella filen som felsöks</phrase></textobject>
|
|
<caption><para>En textvy av den aktuella filen som felsöks.</para></caption>
|
|
</mediaobject>
|
|
</screenshot>
|
|
|
|
<sect2>
|
|
<title>Arbeta med huvudfönstret</title>
|
|
|
|
<para>Tillståndet för en given brytpunkt anges med relevant text med en annan bakgrundsfärg. Du kan välja önskad färg: Se dialogrutan <menuchoice><guimenu>Inställningar</guimenu> <guimenuitem>Anpassa editor</guimenuitem></menuchoice>, på sidan <guilabel>Färger</guilabel>.</para>
|
|
|
|
|
|
<para>Du kan sätta, inaktivera eller ta bort en brytpunkt genom att använda tangenter, menyn <guimenu>Felsök</guimenu> eller knapparna i verktygsraden.</para>
|
|
|
|
<para>Du kan flytta omkring markören i texten med följande tangenter:</para>
|
|
|
|
<simplelist>
|
|
<member>Piltangenter: <keysym>vänsterpil</keysym>, <keysym>högerpil</keysym>, <keysym>uppåtpil</keysym> eller <keysym>neråtpil</keysym>.</member>
|
|
<member>Sidtangenter: <keycap>Page Up</keycap> eller <keycap>Page Down</keycap>.</member>
|
|
|
|
</simplelist>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Arbeta med &kxsldbg;-utdata</title>
|
|
|
|
<para>Det mesta av utdata från &kxsldbg; fångas och presenteras antingen i inspektörens dialogruta eller i &kxsldbg;s utmatningsfönster. Undantag till denna regel är:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>Ett felmeddelande som kommer från &kxsldbg; visas i en meddelandedialogruta.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Resultatet från utvärdering av ett uttryck visas i en meddelandedialogruta.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Utdata från en sökning skickas till filen som anges i &kxsldbg;s utmatningsfönster.</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>
|