Warning, /utilities/kate/doc/kate/menus.docbook is written in an unsupported language. File is not indexed.

0001 <chapter id="the-menu-entries">
0002 <title>The Menu Entries</title>
0003 
0004 <sect1 id="file-menu">
0005 <title>The File Menu</title>
0006 
0007 <variablelist>
0008 
0009 <varlistentry id="file-new">
0010 <term><menuchoice>
0011 <shortcut>
0012 <keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>
0013 </shortcut>
0014 <guimenu>File</guimenu>
0015 <guimenuitem>New</guimenuitem>
0016 </menuchoice></term>
0017 <listitem>
0018 <para>
0019 This command <action>starts a new document</action> in the editing
0020 window.  In the <guibutton>Documents</guibutton> list on the left the new file
0021 is named <emphasis>Untitled</emphasis>.
0022 </para>
0023 </listitem>
0024 </varlistentry>
0025 
0026 <varlistentry id="file-open">
0027 <term><menuchoice>
0028 <shortcut>
0029 <keycombo action="simul">&Ctrl;<keycap>O</keycap></keycombo>
0030 </shortcut>
0031 <guimenu>File</guimenu>
0032 <guimenuitem>Open...</guimenuitem>
0033 </menuchoice></term>
0034 <listitem>
0035 <para>Displays a standard &kde; <guilabel>Open File</guilabel>
0036 dialog. Use the file view to select the file you want to open, and
0037 click on <guibutton>Open</guibutton> to open it.</para>
0038 </listitem>
0039 </varlistentry>
0040 
0041 <varlistentry id="file-open-recent">
0042 <term><menuchoice>
0043 <guimenu>File</guimenu>
0044 <guisubmenu>Open Recent</guisubmenu>
0045 </menuchoice></term>
0046 <listitem>
0047 <para>
0048 This is a shortcut to open recently saved documents. Clicking on this
0049 item opens a list to the side of the menu with several of the most
0050 recently saved files. Clicking on a specific file will open it in
0051 &kappname; - if the file still resides at the same
0052 location.
0053 </para>
0054 </listitem>
0055 </varlistentry>
0056 
0057 <varlistentry id="file-open-with">
0058 <term>
0059 <menuchoice>
0060 <guimenu>File</guimenu>
0061 <guisubmenu>Open With</guisubmenu>
0062 </menuchoice>
0063 </term>
0064 <listitem>
0065 <para>
0066 This submenu presents a list of applications known to handle the &MIME; type
0067 of your current document. Activating an entry will open the current document
0068 with that application.</para>
0069 <para>In addition, an entry <guimenuitem>Other...</guimenuitem> launches
0070 the open with dialog box that allows you to <action>select another application
0071 to open the active file</action>. Your file will still be open in &kate;.
0072 </para>
0073 </listitem>
0074 </varlistentry>
0075 
0076 <varlistentry id="file-save">
0077 <term><menuchoice>
0078 <shortcut>
0079 <keycombo action="simul">&Ctrl;<keycap>S</keycap></keycombo>
0080 </shortcut>
0081 <guimenu>File</guimenu>
0082 <guimenuitem>Save</guimenuitem>
0083 </menuchoice></term>
0084 <listitem>
0085 <para>
0086 This saves the current document.  If there has already been a save of
0087 the document then this will overwrite the previously saved file without
0088 asking for the user's consent.  If it is the first save of a new
0089 document the save as dialog (described below) will be invoked.
0090 </para>
0091 </listitem>
0092 </varlistentry>
0093 
0094 <varlistentry id="file-save-as">
0095 <term><menuchoice>
0096 <shortcut>
0097 <keycombo action="simul">&Ctrl;&Shift;<keycap>S</keycap></keycombo>
0098 </shortcut>
0099 <guimenu>File</guimenu>
0100 <guimenuitem>Save As...</guimenuitem>
0101 </menuchoice></term>
0102 <listitem>
0103 <para>
0104 This allows a document to be saved with a new file name. This is done by
0105 means of the file dialog box described above in the <link
0106 linkend="file-open">Open</link> section of this help file.
0107 </para>
0108 </listitem>
0109 </varlistentry>
0110 
0111 <varlistentry id="file-save-as-encoding">
0112 <term><menuchoice>
0113 <guimenu>File</guimenu>
0114 <guimenuitem>Save As with Encoding</guimenuitem>
0115 </menuchoice>
0116 </term><listitem>
0117 <para>
0118 Save a document with a new file name in a different encoding.</para>
0119 </listitem>
0120 </varlistentry>
0121 
0122 <varlistentry id="file-save-copy-as">
0123 <term><menuchoice>
0124 <guimenu>File</guimenu>
0125 <guimenuitem>Save Copy As</guimenuitem>
0126 </menuchoice></term>
0127 <listitem>
0128 <para>
0129 Save a copy of the document with a new file name and continue editing the original document.</para>
0130 </listitem>
0131 </varlistentry>
0132 
0133 <varlistentry id="file-save-all">
0134 <term>
0135 <menuchoice>
0136 <shortcut>
0137 <keycombo action="simul">&Ctrl;<keycap>L</keycap></keycombo>
0138 </shortcut>
0139 <guimenu>File</guimenu>
0140 <guimenuitem>Save All</guimenuitem>
0141 </menuchoice>
0142 </term>
0143 <listitem>
0144 <para>
0145 This command <action>saves all modified open files</action>.
0146 </para>
0147 </listitem>
0148 </varlistentry>
0149 
0150 <varlistentry id="file-reload">
0151 <term><menuchoice>
0152 <shortcut>
0153 <keycombo action="simul"><keycap>F5</keycap></keycombo>
0154 </shortcut>
0155 <guimenu>File</guimenu>
0156 <guimenuitem>Reload</guimenuitem>
0157 </menuchoice>
0158 </term><listitem>
0159 <para>
0160 Reloads the active file from disk. This command is useful if another program or
0161 process has changed the file while you have it open in &kappname;.
0162 </para>
0163 </listitem>
0164 </varlistentry>
0165 
0166 <varlistentry id="file-reload-all">
0167 <term>
0168 <menuchoice>
0169 <guimenu>File</guimenu>
0170 <guimenuitem>Reload All</guimenuitem>
0171 </menuchoice>
0172 </term>
0173 <listitem>
0174 <para>
0175 <action>Reloads all opened files.</action>.
0176 </para>
0177 </listitem>
0178 </varlistentry>
0179 
0180 <varlistentry id="file-print">
0181 <term><menuchoice>
0182 <shortcut>
0183 <keycombo action="simul">&Ctrl;<keycap>P</keycap></keycombo>
0184 </shortcut>
0185 <guimenu>File</guimenu>
0186 <guimenuitem>Print...</guimenuitem>
0187 </menuchoice></term>
0188 <listitem>
0189 <para>
0190 Opens a simple print dialog allowing the user to specify what, where,
0191 and how to print.
0192 </para>
0193 </listitem>
0194 </varlistentry>
0195 
0196 <!--FIXME Print Preview -->
0197 
0198 <varlistentry id="file-export-as-html">
0199 <term><menuchoice>
0200 <guimenu>File</guimenu>
0201 <guimenuitem>Export as HTML</guimenuitem>
0202 </menuchoice></term>
0203 <listitem>
0204 <para>Save the currently open document as an &HTML; file, which will be
0205 formatted using the current syntax highlighting and color scheme settings.</para>
0206 </listitem>
0207 </varlistentry>
0208 
0209 <varlistentry id="file-close">
0210 <term><menuchoice>
0211 <shortcut>
0212 <keycombo action="simul">&Ctrl;<keycap>W</keycap></keycombo>
0213 </shortcut>
0214 <guimenu>File</guimenu>
0215 <guimenuitem>Close</guimenuitem>
0216 </menuchoice></term>
0217 <listitem>
0218 <para>
0219 Close the active file with this command. If you have made unsaved changes, you
0220 will be prompted to save the file before &kate; closes it.
0221 </para>
0222 </listitem>
0223 </varlistentry>
0224 
0225 <varlistentry id="file-close-other">
0226 <term>
0227 <menuchoice>
0228 <guimenu>File</guimenu>
0229 <guimenuitem>Close Other</guimenuitem>
0230 </menuchoice>
0231 </term>
0232 <listitem>
0233 <para>
0234 Close other open documents.
0235 </para>
0236 </listitem>
0237 </varlistentry>
0238 
0239 <varlistentry id="file-close-all">
0240 <term>
0241 <menuchoice>
0242 <guimenu>File</guimenu>
0243 <guimenuitem>Close All</guimenuitem>
0244 </menuchoice>
0245 </term>
0246 <listitem>
0247 <para>
0248 This command <action>closes all the files you have open</action>
0249 in &kate;.
0250 </para>
0251 </listitem>
0252 </varlistentry>
0253 
0254 <varlistentry id="file-close-orphaned">
0255 <term>
0256 <menuchoice>
0257 <guimenu>File</guimenu>
0258 <guimenuitem>Close Orphaned</guimenuitem>
0259 </menuchoice>
0260 </term>
0261 <listitem>
0262 <para><action>Close</action> all documents in the file list, which could
0263 not be reopened during startup, because they are not accessible anymore.
0264 </para>
0265 </listitem>
0266 </varlistentry>
0267 
0268 <varlistentry id="file-quit">
0269 <term><menuchoice>
0270 <shortcut>
0271 <keycombo action="simul">&Ctrl;<keycap>Q</keycap></keycombo>
0272 </shortcut>
0273 <guimenu>File</guimenu>
0274 <guimenuitem>Quit</guimenuitem>
0275 </menuchoice></term>
0276 <listitem>
0277 <para>
0278 This command <action>closes &kate;</action> and any files you were
0279 editing. If you have made unsaved changes to any of the files you were
0280 editing, you will be prompted to save them.
0281 </para>
0282 </listitem>
0283 </varlistentry>
0284 
0285 </variablelist>
0286 
0287 </sect1>
0288 
0289 <sect1 id="edit-menu">
0290 <title>The Edit Menu</title>
0291 
0292 <variablelist>
0293 
0294 <varlistentry id="edit-undo">
0295 <term><menuchoice>
0296 <shortcut><keycombo
0297 action="simul">&Ctrl;<keycap>Z</keycap></keycombo>
0298 </shortcut>
0299 <guimenu>Edit</guimenu>
0300 <guimenuitem>Undo</guimenuitem>
0301 </menuchoice></term>
0302 <listitem>
0303 <para>Undo the last editing command (typing, copying, cutting &etc;)</para>
0304 <note><para>This may undo several editing commands of the same type, like typing
0305 in characters.</para></note>
0306 </listitem>
0307 </varlistentry>
0308 
0309 <varlistentry id="edit-redo">
0310 <term><menuchoice>
0311 <shortcut>
0312 <keycombo action="simul">&Ctrl;&Shift;<keycap>Z</keycap></keycombo>
0313 </shortcut>
0314 <guimenu>Edit</guimenu>
0315 <guimenuitem>Redo</guimenuitem>
0316 </menuchoice></term>
0317 <listitem>
0318 <para>This will reverse the most recent change (if any) made using Undo.</para>
0319 </listitem>
0320 </varlistentry>
0321 
0322 <varlistentry id="edit-cut">
0323 <term><menuchoice>
0324 <shortcut>
0325 <keycombo action="simul">&Ctrl;<keycap>X</keycap></keycombo>
0326 </shortcut>
0327 <guimenu>Edit</guimenu>
0328 <guimenuitem>Cut</guimenuitem>
0329 </menuchoice></term>
0330 <listitem>
0331 <para>This command deletes the current selection and places it on the
0332 clipboard. The clipboard works invisibly and provides a way to
0333 transfer data between applications.</para>
0334 </listitem>
0335 </varlistentry>
0336 
0337 <varlistentry id="edit-copy">
0338 <term><menuchoice>
0339 <shortcut>
0340 <keycombo action="simul">&Ctrl;<keycap>C</keycap></keycombo>
0341 </shortcut>
0342 <guimenu>Edit</guimenu>
0343 <guimenuitem>Copy</guimenuitem>
0344 </menuchoice></term>
0345 <listitem>
0346 <para>This copies the currently selected text to the clipboard so that it may
0347 be pasted elsewhere. The clipboard works invisibly and provides a way to
0348 transfer data between applications.</para>
0349 </listitem>
0350 </varlistentry>
0351 
0352 <varlistentry id="edit-paste">
0353 <term><menuchoice>
0354 <shortcut>
0355 <keycombo action="simul">&Ctrl;<keycap>V</keycap></keycombo>
0356 </shortcut>
0357 <guimenu>Edit</guimenu>
0358 <guimenuitem>Paste</guimenuitem>
0359 </menuchoice></term>
0360 <listitem>
0361 <para>This will insert the first item in the clipboard at the cursor position.
0362 The clipboard works invisibly and provides a way to
0363 transfer data between applications.</para>
0364 <note><para>If Overwrite Selection is enabled, the pasted text will overwrite the selection, if any.</para></note>
0365 </listitem>
0366 </varlistentry>
0367 
0368 <varlistentry id="edit-paste-selection">
0369 <term><menuchoice>
0370 <shortcut>
0371 <keycombo action="simul">&Ctrl;&Shift;&Ins;</keycombo>
0372 </shortcut>
0373 <guimenu>Edit</guimenu>
0374 <guimenuitem>Paste Selection</guimenuitem>
0375 </menuchoice></term>
0376 <listitem>
0377 <para>This will paste the <ulink url="https://en.wikipedia.org/wiki/Clipboard_(computing)#X_Window_System">mouse selection</ulink> contents that were chosen previously. Mark some text with the mouse pointer to paste it in the currently open file using this menu item.</para>
0378 </listitem>
0379 </varlistentry>
0380 
0381 <varlistentry id="edit-swap-with-clipboard-contents">
0382 <term><menuchoice>
0383 <guimenu>Edit</guimenu>
0384 <guimenuitem>Swap with clipboard contents</guimenuitem>
0385 </menuchoice></term>
0386 <listitem>
0387 <para>This will swap the selected text with the <ulink url="https://en.wikipedia.org/wiki/Clipboard_(computing)#X_Window_System">clipboard</ulink> contents.</para>
0388 </listitem>
0389 </varlistentry>
0390 
0391 <varlistentry id="edit-clipboard-history">
0392 <term><menuchoice>
0393 <guimenu>Edit</guimenu>
0394 <guisubmenu>Clipboard History</guisubmenu>
0395 </menuchoice></term>
0396 <listitem>
0397 <para>This submenu will display the beginning of portions of text recently
0398 copied to the clipboard.  Select an item from this menu to paste it in the
0399 currently open file.</para>
0400 </listitem>
0401 </varlistentry>
0402 
0403 <varlistentry id="edit-copy-as-html">
0404 <term><menuchoice>
0405 <guimenu>Edit</guimenu>
0406 <guimenuitem>Copy as HTML</guimenuitem>
0407 </menuchoice></term>
0408 <listitem>
0409 <para>Copy the selection as &HTML;, formatted using the current syntax
0410 highlighting and color scheme settings.</para>
0411 </listitem>
0412 </varlistentry>
0413 
0414 <varlistentry id="edit-select-all">
0415 <term><menuchoice>
0416 <shortcut>
0417 <keycombo action="simul">&Ctrl;<keycap>A</keycap></keycombo>
0418 </shortcut>
0419 <guimenu>Edit</guimenu>
0420 <guimenuitem>Select All</guimenuitem>
0421 </menuchoice></term>
0422 <listitem>
0423 <para>This will select the entire document. This could be very useful for
0424 copying the entire file to another application.</para>
0425 </listitem>
0426 </varlistentry>
0427 
0428 <varlistentry id="edit-deselect">
0429 <term><menuchoice>
0430 <shortcut>
0431 <keycombo action="simul">&Ctrl;&Shift;<keycap>A</keycap></keycombo>
0432 </shortcut>
0433 <guimenu>Edit</guimenu>
0434 <guimenuitem>Deselect</guimenuitem>
0435 </menuchoice></term>
0436 <listitem>
0437 <para>Deselects the selected text in the editor if any.</para>
0438 </listitem>
0439 </varlistentry>
0440 
0441 <varlistentry id="edit-toggle-block-selection">
0442 <term><menuchoice>
0443 <shortcut>
0444 <keycombo action="simul">&Ctrl;&Shift;<keycap>B</keycap></keycombo>
0445 </shortcut>
0446 <guimenu>Edit</guimenu>
0447 <guimenuitem>Block Selection Mode</guimenuitem>
0448 </menuchoice></term>
0449 <listitem>
0450 <para>Toggles Selection Mode. When the Selection Mode is <guilabel>BLOCK</guilabel>,
0451 the status bar contains the string <guilabel>[BLOCK]</guilabel> and
0452 you can make vertical selections, &eg; select column 5 to 10 in lines 9 to 15.</para>
0453 </listitem>
0454 </varlistentry>
0455 
0456 <varlistentry id="edit-input-modes">
0457 <term><menuchoice>
0458 <guimenu>Edit</guimenu>
0459 <guimenuitem>Input Modes</guimenuitem>
0460 </menuchoice></term>
0461 <listitem>
0462 <para>Switch between a normal and a vi-like, modal editing mode. The vi input mode supports the most used commands
0463 and motions from vim's normal and visual mode and has an optional vi mode statusbar.
0464 This status bar shows commands while they are being entered, output from commands and
0465 the current mode. The behavior of this mode can be configured in the
0466 <ulink url="help:/katepart/config-dialog-editor.html#pref-edit-vi-input-mode">Vi
0467 Input Mode</ulink> section of the <guilabel>Editing</guilabel> page in
0468 &kappname;'s settings dialog.</para>
0469 </listitem>
0470 </varlistentry>
0471 
0472 <varlistentry id="edit-overwrite-mode">
0473 <term><menuchoice>
0474 <shortcut>
0475 <keycombo action="simul"><keycap>Ins</keycap></keycombo>
0476 </shortcut>
0477 <guimenu>Edit</guimenu>
0478 <guimenuitem>Overwrite Mode</guimenuitem>
0479 </menuchoice></term>
0480 <listitem>
0481 <para>Toggles the Insert/Overwrite modes. When the mode is <guilabel>INS</guilabel>, you
0482 insert characters where the cursor is. When the mode is <guilabel>OVR</guilabel>, writing
0483 characters will replace the current characters if your cursor is positioned
0484 before any character. The status bar shows the current state of the Overwrite
0485 Mode, either <guilabel>INS</guilabel> or <guilabel>OVR</guilabel>.</para>
0486 </listitem>
0487 </varlistentry>
0488 <!--FIXME keep in sync with katepart/part.docbook <sect2 id="finding-text"> -->
0489 <varlistentry id="edit-find">
0490 <term><menuchoice>
0491 <shortcut>
0492 <keycombo action="simul">&Ctrl;<keycap>F</keycap></keycombo>
0493 </shortcut>
0494 <guimenu>Edit</guimenu>
0495 <guimenuitem>Find...</guimenuitem>
0496 </menuchoice></term>
0497 <listitem>
0498 <para>This opens the incremental search bar at the bottom of the editor window.
0499 On the left side of the bar is a button with an icon to close the bar, followed by a small text
0500 box for entering the search pattern.</para>
0501 <para>When you start entering characters of your search pattern, the search starts
0502 immediately. If there is a match in the text this is highlighted and the background color
0503 of the entry field changes to light green. If the search pattern does not match any
0504 string in the text, this is indicated by a light red background color of the entry field.</para>
0505 <para>Use the
0506 <inlinemediaobject><imageobject><imagedata fileref="arrow-up-double-22.png" format="PNG"/></imageobject></inlinemediaobject> or
0507 <inlinemediaobject><imageobject><imagedata fileref="arrow-down-double-22.png" format="PNG"/></imageobject></inlinemediaobject> button
0508 to jump to the next or previous match in the document.</para>
0509 <para>Matches in the document are highlighted even when you close the search bar. To clear
0510 this highlighting, press the &Esc; key.</para>
0511 <para>You can choose whether the search should be case sensitive.
0512 Selecting <inlinemediaobject><imageobject><imagedata fileref="format-text-superscript-22.png" format="PNG"/></imageobject></inlinemediaobject>
0513 will limit finds to entries that match the
0514 case (upper or lower) of each of the characters in the search  pattern.
0515 </para>
0516 <para>Click on the <inlinemediaobject><imageobject><imagedata fileref="configure-shortcuts-22.png" format="PNG"/></imageobject></inlinemediaobject>
0517 button at the right side of the incremental search bar to
0518 switch to the power search and replace bar.
0519 </para>
0520 </listitem>
0521 </varlistentry>
0522 
0523 <varlistentry id="edit-find-next">
0524 <term><menuchoice>
0525 <shortcut>
0526 <keycombo action="simul"><keycap>F3</keycap></keycombo>
0527 </shortcut>
0528 <guimenu>Edit</guimenu>
0529 <guisubmenu>Find Variants</guisubmenu>
0530 <guimenuitem>Find Next</guimenuitem>
0531 </menuchoice></term>
0532  <listitem>
0533 <para>This repeats the last find operation, if any, without calling the incremental
0534 search bar, and searching forwards through the document starting from the cursor position.
0535 </para>
0536 </listitem>
0537 </varlistentry>
0538 
0539 <varlistentry id="edit-find-previous">
0540 <term><menuchoice>
0541 <shortcut>
0542 <keycombo action="simul">&Shift;<keycap>F3</keycap></keycombo>
0543 </shortcut>
0544 <guimenu>Edit</guimenu>
0545 <guisubmenu>Find Variants</guisubmenu>
0546 <guimenuitem>Find Previous</guimenuitem>
0547 </menuchoice></term>
0548 <listitem>
0549 <para>
0550 This repeats the last find operation, if any, without calling the incremental
0551 search bar, and searching backwards instead of forwards through the
0552 document.
0553 </para>
0554 </listitem>
0555 </varlistentry>
0556 
0557 <varlistentry id="edit-find-selected">
0558 <term><menuchoice>
0559 <shortcut>
0560 <keycombo action="simul">&Ctrl;<keycap>H</keycap></keycombo>
0561 </shortcut>
0562 <guimenu>Edit</guimenu>
0563 <guisubmenu>Find Variants</guisubmenu>
0564 <guimenuitem>Find Selected</guimenuitem>
0565 </menuchoice></term>
0566 <listitem>
0567 <para>Finds next occurrence of selected text.</para>
0568 </listitem>
0569 </varlistentry>
0570 
0571 <varlistentry id="edit-find-selected-backwards">
0572 <term><menuchoice>
0573 <shortcut>
0574 <keycombo action="simul">&Ctrl;&Shift;<keycap>H</keycap></keycombo>
0575 </shortcut>
0576 <guimenu>Edit</guimenu>
0577 <guisubmenu>Find Variants</guisubmenu>
0578 <guimenuitem>Find Selected Backwards</guimenuitem>
0579 </menuchoice></term>
0580 <listitem>
0581 <para>Finds previous occurrence of selected text.</para>
0582 </listitem>
0583 </varlistentry>
0584 <!--FIXME keep in sync with katepart/part.docbook <sect2 id="replacing-text"> -->
0585 <varlistentry id="edit-replace">
0586 <term><menuchoice>
0587 <shortcut>
0588 <keycombo action="simul">&Ctrl;<keycap>R</keycap></keycombo>
0589 </shortcut>
0590 <guimenu>Edit</guimenu>
0591 <guimenuitem>Replace...</guimenuitem>
0592 </menuchoice></term>
0593 <listitem>
0594 <para>This command opens the power search and replace bar.
0595 On the upper left side of the bar is a button with an icon to close the bar, followed by a small text
0596 box for entering the search pattern.</para>
0597 <para>You can control the search mode by selecting <guilabel>Plain text</guilabel>,
0598 <guilabel>Whole words</guilabel>, <guilabel>Escape sequences</guilabel> or
0599 <guilabel>Regular expression</guilabel> from the drop down box.
0600 </para>
0601 <para>If <guilabel>Escape sequences</guilabel> or <guilabel>Regular expression</guilabel> are
0602 selected, the <guibutton>Add...</guibutton> menuitem at the bottom of the context menu of the text boxes will be enabled
0603 and allows you to add escape sequences or regular expression items to the
0604 search or replace pattern from predefined lists.</para>
0605 <para>Use the
0606 <inlinemediaobject><imageobject><imagedata fileref="arrow-up-double-22.png" format="PNG"/></imageobject></inlinemediaobject> or
0607 <inlinemediaobject><imageobject><imagedata fileref="arrow-down-double-22.png" format="PNG"/></imageobject></inlinemediaobject> button
0608 to jump to the next or previous match in the document.</para>
0609 <para>Enter the text to replace with in the text box labeled <guilabel>Replace</guilabel>
0610 and click the <guibutton>Replace</guibutton> button to replace only the highlighted text or
0611 the <guibutton>Replace All</guibutton> button to replace the search text in the whole document.
0612 </para>
0613 <para>You can modify the search and replace behavior by selecting different
0614 options at the bottom of the bar.
0615 Selecting <inlinemediaobject><imageobject><imagedata fileref="format-text-superscript-22.png" format="PNG"/></imageobject></inlinemediaobject>
0616 will limit finds to entries that match the
0617 case (upper or lower) of each of the characters in the search  pattern.
0618 <inlinemediaobject><imageobject><imagedata fileref="edit-select-all-22.png" format="PNG"/></imageobject></inlinemediaobject>
0619 will search and replace within the current selection only.
0620 The <guilabel>Find All</guilabel> button highlights all matches in the document and shows the
0621 number of found matches in a small popup.
0622 </para>
0623 <para>Click on the <inlinemediaobject><imageobject><imagedata fileref="configure-shortcuts-22.png" format="PNG"/></imageobject></inlinemediaobject>
0624 button at the right side of the power search and replace bar to
0625 switch to the incremental search bar.
0626 </para>
0627 </listitem>
0628 </varlistentry>
0629 
0630 <varlistentry id="edit-go-to-matching-bracket">
0631 <term><menuchoice>
0632 <shortcut>
0633 <keycombo action="simul">&Ctrl;<keycap>6</keycap></keycombo>
0634 </shortcut>
0635 <guimenu>Edit</guimenu>
0636 <guisubmenu>Go To</guisubmenu>
0637 <guimenuitem>Go to Matching Bracket</guimenuitem>
0638 </menuchoice></term>
0639 <listitem>
0640 <para>Move the cursor to the associated opening or closing bracket.</para>
0641 </listitem>
0642 </varlistentry>
0643 
0644 <varlistentry id="edit-select-to-matching-bracket">
0645 <term><menuchoice>
0646 <shortcut>
0647 <keycombo action="simul">&Ctrl;&Shift;<keycap>6</keycap></keycombo>
0648 </shortcut>
0649 <guimenu>Edit</guimenu>
0650 <guisubmenu>Go To</guisubmenu>
0651 <guimenuitem>Select to Matching Bracket</guimenuitem>
0652 </menuchoice></term>
0653 <listitem>
0654 <para>Selects the text between associated opening and closing brackets.</para>
0655 </listitem>
0656 </varlistentry>
0657 
0658 <varlistentry id="edit-go-to-previous-modified-line">
0659 <term><menuchoice>
0660 <guimenu>Edit</guimenu>
0661 <guisubmenu>Go To</guisubmenu>
0662 <guimenuitem>Go to Previous Modified Line</guimenuitem>
0663 </menuchoice></term>
0664 <listitem>
0665 <para>Lines that were changed since opening the file are called modified lines. This action jumps the previous modified line.
0666 </para>
0667 </listitem>
0668 </varlistentry>
0669 
0670 <varlistentry id="edit-go-to-next-modified-line">
0671 <term><menuchoice>
0672 <guimenu>Edit</guimenu>
0673 <guisubmenu>Go To</guisubmenu>
0674 <guimenuitem>Go to Next Modified Line</guimenuitem>
0675 </menuchoice></term>
0676 <listitem>
0677 <para>Lines that were changed since opening the file are called modified lines. This action jumps the next modified line.
0678 </para>
0679 </listitem>
0680 </varlistentry>
0681 
0682 <varlistentry id="edit-edit-go-to-line">
0683 <term><menuchoice>
0684 <shortcut>
0685 <keycombo action="simul">&Ctrl;<keycap>G</keycap></keycombo>
0686 </shortcut>
0687 <guimenu>Edit</guimenu>
0688 <guisubmenu>Go To</guisubmenu>
0689 <guimenuitem>Go to Line...</guimenuitem>
0690 </menuchoice></term>
0691 <listitem>
0692 <para>
0693 This opens the goto line bar at the bottom of the window which is used to have the cursor
0694 jump to a particular line (specified by number) in the document.  The
0695 line number may be entered directly into the text box or graphically by
0696 clicking on the up or down arrow spin controls at the side of the text
0697 box. The little up arrow will increase the line number and the down
0698 arrow decrease it. Close the bar with a click on the button with an icon on the left side of the bar.
0699 </para>
0700 </listitem>
0701 </varlistentry>
0702 
0703 </variablelist>
0704 
0705 </sect1>
0706 
0707 <sect1 id="view-menu">
0708 <title>The View Menu</title>
0709 
0710 <variablelist>
0711 
0712 <varlistentry id="view-new-window">
0713 <term><menuchoice>
0714 <guimenu>View</guimenu>
0715 <guimenuitem>New Window</guimenuitem>
0716 </menuchoice></term>
0717 <listitem>
0718 <para>
0719 <action>Opens another instance of &kate;</action>.
0720 The new instance will be identical to your previous instance.
0721 </para>
0722 </listitem>
0723 </varlistentry>
0724 
0725 <varlistentry id="view-next-tab">
0726 <term><menuchoice>
0727 <shortcut>
0728 <keycombo action="simul">&Alt;&Right;</keycombo>
0729 </shortcut>
0730 <guimenu>View</guimenu>
0731 <guimenuitem>Next Tab</guimenuitem>
0732 </menuchoice></term>
0733 <listitem>
0734 <para>Activates the next tab in the tabbar.</para>
0735 </listitem>
0736 </varlistentry>
0737 
0738 <varlistentry id="view-previous-tab">
0739 <term><menuchoice>
0740 <shortcut>
0741 <keycombo action="simul">&Alt;&Left;</keycombo>
0742 </shortcut>
0743 <guimenu>View</guimenu>
0744 <guimenuitem>Previous Tab</guimenuitem>
0745 </menuchoice></term>
0746 <listitem>
0747 <para>Activates the previous tab in the tabbar.</para>
0748 </listitem>
0749 </varlistentry>
0750 
0751 <varlistentry id="view-quick-open">
0752 <term><menuchoice>
0753 <shortcut>
0754 <keycombo action="simul">&Ctrl;&Alt;<keycap>O</keycap></keycombo>
0755 </shortcut>
0756 <guimenu>View</guimenu>
0757 <guimenuitem>Quick Open</guimenuitem>
0758 </menuchoice></term>
0759 <listitem>
0760 <para>Show a search field and a list of opened files in the editor area.
0761 While entering text in the search
0762 field the document names and document &URL;s are searched for matching text.
0763 While entering text in the search field you can use
0764 the cursor keys &Up; and &Down; to navigate in the
0765 list view. Pressing the &Enter; key or double clicking on an item in the list switches
0766 the view to the document selected in the list view. This makes switching between
0767 documents easier, if there are a lot of them open.</para>
0768 <para>This action is available also using the
0769 <inlinemediaobject><imageobject><imagedata fileref="quickopen-22.png" format="PNG"/></imageobject></inlinemediaobject>
0770 icon at the top right of the editor window.</para>
0771 </listitem>
0772 </varlistentry>
0773 
0774 <varlistentry id="view-split-previous">
0775 <term><menuchoice>
0776 <shortcut>
0777 <keycombo action="simul">&Shift;<keycap>F8</keycap></keycombo>
0778 </shortcut>
0779 <guimenu>View</guimenu>
0780 <guisubmenu>Split View</guisubmenu>
0781 <guimenuitem>Previous Split View</guimenuitem>
0782 </menuchoice></term>
0783 <listitem>
0784 <para>Focus the previous document view, if you have split the editor
0785 area in more views.</para>
0786 </listitem>
0787 </varlistentry>
0788 
0789 <varlistentry id="view-split-next">
0790 <term><menuchoice>
0791 <shortcut>
0792 <keycap>F8</keycap>
0793 </shortcut>
0794 <guimenu>View</guimenu>
0795 <guisubmenu>Split View</guisubmenu>
0796 <guimenuitem>Next Split View</guimenuitem>
0797 </menuchoice>
0798 </term><listitem>
0799 <para>Focus the next document view, if you have split the editor
0800 area in more views.</para>
0801 </listitem>
0802 </varlistentry>
0803 
0804 <varlistentry id="view-split-left">
0805 <term><menuchoice>
0806 <guimenu>View</guimenu>
0807 <guisubmenu>Split View</guisubmenu>
0808 <guimenuitem>Left Split View</guimenuitem>
0809 </menuchoice>
0810 </term><listitem>
0811 <para>Focus the split view intuitively on the left, using the cursor position to disambiguate if necessary.</para>
0812 </listitem>
0813 </varlistentry>
0814 
0815 <varlistentry id="view-split-right">
0816 <term><menuchoice>
0817 <guimenu>View</guimenu>
0818 <guisubmenu>Split View</guisubmenu>
0819 <guimenuitem>Right Split View</guimenuitem>
0820 </menuchoice>
0821 </term><listitem>
0822 <para>Focus the split view intuitively on the right, using the cursor position to disambiguate if necessary.</para>
0823 </listitem>
0824 </varlistentry>
0825 
0826 <varlistentry id="view-split-upward">
0827 <term><menuchoice>
0828 <guimenu>View</guimenu>
0829 <guisubmenu>Split View</guisubmenu>
0830 <guimenuitem>Upward Split View</guimenuitem>
0831 </menuchoice>
0832 </term><listitem>
0833 <para>Focus the split view intuitively upward, using the cursor position to disambiguate if necessary.</para>
0834 </listitem>
0835 </varlistentry>
0836 
0837 <varlistentry id="view-split-downward">
0838 <term><menuchoice>
0839 <guimenu>View</guimenu>
0840 <guisubmenu>Split View</guisubmenu>
0841 <guimenuitem>Downward Split View</guimenuitem>
0842 </menuchoice>
0843 </term><listitem>
0844 <para>Focus the split view intuitively downward, using the cursor position to disambiguate if necessary.</para>
0845 </listitem>
0846 </varlistentry>
0847 
0848 <varlistentry id="view-split-vertical">
0849 <term>
0850 <menuchoice>
0851 <shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>L</keycap></keycombo></shortcut>
0852 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
0853 <guimenuitem>Split Vertical</guimenuitem>
0854 </menuchoice>
0855 </term>
0856 <listitem>
0857 <para>This will split the frame (which may be the main editing area) in two equally sized frames,
0858 the new one to the left of the current one. The new frame gets the focus, and will display the
0859 same document as the old one.</para>
0860 <para>See also <link linkend="kate-mdi">Working with the &kate; MDI</link>.</para>
0861 </listitem>
0862 </varlistentry>
0863 
0864 <varlistentry id="view-split-horizontal">
0865 <term>
0866 <menuchoice>
0867 <shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>T</keycap></keycombo></shortcut>
0868 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
0869 <guimenuitem>Split Horizontal</guimenuitem>
0870 </menuchoice>
0871 </term>
0872 <listitem>
0873 <para>Splits the current frame (which may be the main editing area) in two equally sized frames,
0874 the new one below the current one. The new frame gets the focus, and displays the same document as
0875 the old one.</para>
0876 <para>See also <link linkend="kate-mdi">Working with the &kate; MDI</link></para>
0877 </listitem>
0878 </varlistentry>
0879 
0880 <varlistentry id="move-document-to-new-vertical-split">
0881 <term>
0882 <menuchoice>
0883 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
0884 <guimenuitem>Move Document to New Vertical Split</guimenuitem>
0885 </menuchoice>
0886 </term>
0887 <listitem>
0888 <para>This will split the currently active view vertically into two views and move the 
0889 currently active document to right view.</para>
0890 <para>See also <link linkend="kate-mdi">Working with the &kate; MDI</link>.</para>
0891 </listitem>
0892 </varlistentry>
0893 
0894 <varlistentry id="move-document-to-new-horizontal-split">
0895 <term>
0896 <menuchoice>
0897 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
0898 <guimenuitem>Move Document to New Horizontal Split</guimenuitem>
0899 </menuchoice>
0900 </term>
0901 <listitem>
0902 <para>This will split the currently active view horizontally into two views and move the 
0903 currently active document to view below.</para>
0904 <para>See also <link linkend="kate-mdi">Working with the &kate; MDI</link></para>
0905 </listitem>
0906 </varlistentry>
0907 
0908 <varlistentry id="view-split-toggle-orientation">
0909 <term>
0910 <menuchoice>
0911 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
0912 <guimenuitem>Toggle Orientation</guimenuitem>
0913 </menuchoice>
0914 </term>
0915 <listitem>
0916 <para>Switch between horizontal and vertical split.</para>
0917 </listitem>
0918 </varlistentry>
0919 
0920 <varlistentry id="view-close-current">
0921 <term>
0922 <menuchoice>
0923 <shortcut><keycombo action="simul">&Ctrl;&Shift;<keycap>R</keycap></keycombo></shortcut>
0924 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
0925 <guimenuitem>Close Current View</guimenuitem>
0926 </menuchoice>
0927 </term>
0928 <listitem>
0929 <para>Closes the active frame, which can be identified as the one displaying a
0930 blinking cursor.  This is disabled, if there is only one frame
0931 (the main editing area).</para> <para>No documents get closed by closing a
0932 frame &ndash; they will still be available in the <link
0933 linkend="view-menu"><guimenu>View</guimenu> Menu</link> as well as in
0934 the File List.</para> <para>See also <link linkend="kate-mdi">Working with the
0935 &kate; MDI</link></para>
0936 </listitem>
0937 </varlistentry>
0938 
0939 <varlistentry id="view-close-inactive">
0940 <term>
0941 <menuchoice>
0942 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
0943 <guimenuitem>Close Inactive Views</guimenuitem>
0944 </menuchoice>
0945 </term>
0946 <listitem>
0947 <para>Closes all frames except the active frame (the one with a blinking cursor).
0948 This is disabled, if there is only one frame (the main editing area).</para>
0949 <para>No documents get closed by closing a frame &ndash; they will still be
0950 available in the <link linkend="view-menu"><guimenu>View</guimenu> Menu</link>
0951 as well as in the File List.</para>
0952 </listitem>
0953 </varlistentry>
0954 
0955 <varlistentry id="view-hide-inactive">
0956 <term>
0957 <menuchoice>
0958 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
0959 <guimenuitem>Hide Inactive Views</guimenuitem>
0960 </menuchoice>
0961 </term>
0962 <listitem>
0963 <para>This hides all split views except the currently active one.</para>
0964 </listitem>
0965 </varlistentry>
0966 
0967 <varlistentry id="view-move-splitter-left">
0968 <term>
0969 <menuchoice>
0970 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
0971 <guimenuitem>Move Splitter Left</guimenuitem>
0972 </menuchoice>
0973 </term>
0974 <listitem>
0975 <para>When Split View is enabled, this will move the border between two
0976 vertically split documents further left.</para>
0977 </listitem>
0978 </varlistentry>
0979 
0980 <varlistentry id="view-move-splitter-right">
0981 <term>
0982 <menuchoice>
0983 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
0984 <guimenuitem>Move Splitter Right</guimenuitem>
0985 </menuchoice>
0986 </term>
0987 <listitem>
0988 <para>When Split View is enabled, this will move the border between two
0989 vertically split documents further right.</para>
0990 </listitem>
0991 </varlistentry>
0992 
0993 <varlistentry id="view-move-splitter-up">
0994 <term>
0995 <menuchoice>
0996 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
0997 <guimenuitem>Move Splitter Up</guimenuitem>
0998 </menuchoice>
0999 </term>
1000 <listitem>
1001 <para>When Split View is enabled, this will move the border between two
1002 horizontally split documents further up.</para>
1003 </listitem>
1004 </varlistentry>
1005 
1006 <varlistentry id="view-move-splitter-down">
1007 <term>
1008 <menuchoice>
1009 <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu>
1010 <guimenuitem>Move Splitter Down</guimenuitem>
1011 </menuchoice>
1012 </term>
1013 <listitem>
1014 <para>When Split View is enabled, this will move the border between two
1015 horizontally split documents further down.</para>
1016 </listitem>
1017 </varlistentry>
1018 
1019 </variablelist>
1020 
1021 <note><para>Some common actions in the <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu> menu are available using the
1022 <guiicon><inlinemediaobject><imageobject><imagedata fileref="view-split-left-right-22.png" format="PNG"/>
1023 </imageobject></inlinemediaobject></guiicon> button at the top right corner of the editor window
1024 </para></note>
1025 
1026 <variablelist>
1027 
1028 <varlistentry>
1029 <term><menuchoice>
1030 <guimenu>View</guimenu>
1031 <guisubmenu>Tool Views</guisubmenu>
1032 </menuchoice></term>
1033 <listitem>
1034 <variablelist>
1035 <varlistentry id="view-toolviews-show-sidebars">
1036 <term>
1037 <menuchoice><shortcut><keycombo action="simul">&Ctrl;&Alt;&Shift;<keycap>F</keycap>
1038 </keycombo></shortcut><guimenu>View</guimenu><guisubmenu>Tool Views</guisubmenu>
1039 <guimenuitem>Show Sidebars</guimenuitem></menuchoice></term>
1040 <listitem><para>Toggles the display of the sidebar button rows. This command
1041 does not affect the display of the sidebar content widgets, any sidebar that
1042 is visible will stay visible, and if you assigned shortcuts to the
1043 commands below those will of course continue to work.</para></listitem>
1044 </varlistentry>
1045 
1046 <varlistentry id="view-toolviews-show-plugins">
1047 <term><menuchoice>
1048 <guimenu>View</guimenu>
1049 <guisubmenu>Tool Views</guisubmenu>
1050 <guimenuitem>Show <replaceable>Plugin</replaceable></guimenuitem>
1051 </menuchoice></term>
1052 <listitem>
1053 <para>A list of all enabled plugins. Use the checkbox in front of each item
1054 to toggle the display of the tool view.</para>
1055 </listitem>
1056 </varlistentry>
1057 
1058 </variablelist>
1059 </listitem>
1060 </varlistentry>
1061 
1062 <varlistentry id="view-command-line">
1063 <term><menuchoice>
1064 <shortcut>
1065 <keycap>F7</keycap>
1066 </shortcut>
1067 <guimenu>View</guimenu>
1068 <guimenuitem>Switch to Command Line</guimenuitem>
1069 </menuchoice></term>
1070 <listitem><para>This command will toggle the display of the
1071 <ulink url="help:/katepart/advanced-editing-tools-commandline.html">built-in
1072 command line</ulink>.
1073 </para></listitem>
1074 </varlistentry>
1075 
1076 <varlistentry id="view-enlarge-font">
1077 <term><menuchoice>
1078 <shortcut>
1079 <keycombo action="simul">&Ctrl;<keycap>+</keycap></keycombo>
1080 </shortcut>
1081 <guimenu>View</guimenu>
1082 <guimenuitem>Enlarge Font</guimenuitem>
1083 </menuchoice></term>
1084 <listitem><para>This increases the display font size.</para></listitem>
1085 </varlistentry>
1086 
1087 <varlistentry id="view-shrink-font">
1088 <term><menuchoice>
1089 <shortcut>
1090 <keycombo action="simul">&Ctrl;<keycap>-</keycap></keycombo>
1091 </shortcut>
1092 <guimenu>View</guimenu>
1093 <guimenuitem>Shrink Font</guimenuitem>
1094 </menuchoice></term>
1095 <listitem><para>This decreases the display font size.</para></listitem>
1096 </varlistentry>
1097 
1098 <varlistentry id="view-schema">
1099 <term><menuchoice>
1100 <guimenu>View</guimenu>
1101 <guisubmenu>Schema</guisubmenu>
1102 </menuchoice></term>
1103 <listitem><para>This menu lists the available color schemes. You can change the
1104 schema for the current view here, to change the default schema you need to
1105 use the <ulink url="help:/katepart/config-dialog-editor.html#prefcolors">Fonts
1106 &amp; Colors</ulink> page of the config dialog.</para>
1107 </listitem>
1108 </varlistentry>
1109 
1110 <varlistentry id="view-dynamic-word-wrap">
1111 <term><menuchoice>
1112 <shortcut>
1113 <keycombo action="simul"><keycap>F10</keycap></keycombo>
1114 </shortcut>
1115 <guimenu>View</guimenu>
1116 <guisubmenu>Word Wrap</guisubmenu>
1117 <guimenuitem>Dynamic Word Wrap</guimenuitem>
1118 </menuchoice></term>
1119 <listitem><para>Toggles dynamic word wrap in the current view. Dynamic word
1120 wrap makes all the text in a view visible without the need for horizontal
1121 scrolling by rendering one actual line on more visual lines as needed.</para>
1122 </listitem>
1123 </varlistentry>
1124 
1125 <varlistentry id="view-dynamic-word-wrap-indicators">
1126 <term><menuchoice>
1127 <guimenu>View</guimenu>
1128 <guisubmenu>Word Wrap</guisubmenu>
1129 <guisubmenu>Dynamic Word Wrap Indicators</guisubmenu>
1130 </menuchoice></term>
1131 <listitem>
1132 <para>Choose when and how the dynamic word wrap indicators should be
1133 displayed. This is only available if the <guilabel>Dynamic Word
1134 Wrap</guilabel> option is checked.</para>
1135 </listitem>
1136 </varlistentry>
1137 
1138 <varlistentry id="view-show-statik-word-wrap-markers">
1139 <term><menuchoice>
1140 <guimenu>View</guimenu>
1141 <guisubmenu>Word Wrap</guisubmenu>
1142 <guimenuitem>Show Static Word Wrap Marker</guimenuitem>
1143 </menuchoice></term>
1144 <listitem><para>Toggles the display of a vertical line indicating the position
1145 of the wrap width as configured in the
1146 <ulink url="help:/katepart/config-dialog-editor.html#pref-wrap-words-at">config
1147 dialog</ulink>. This feature requires that you use a true fixed-width font.
1148 </para>
1149 </listitem>
1150 </varlistentry>
1151 
1152 <varlistentry id="view-show-icon-border">
1153 <term><menuchoice>
1154 <shortcut>
1155 <keycombo action="simul"><keycap>F6</keycap></keycombo>
1156 </shortcut>
1157 <guimenu>View</guimenu>
1158 <guisubmenu>Borders</guisubmenu>
1159 <guimenuitem>Show Icon Border</guimenuitem>
1160 </menuchoice></term>
1161 <listitem>
1162 <para>This is a toggle item. Setting it on checked will make the Icon Border
1163 visible in the left side of the active editor, and vice versa. The Icon Border
1164 indicates the positions of the marked lines in the editor.</para>
1165 </listitem>
1166 </varlistentry>
1167 
1168 <varlistentry id="view-show-line-numbers">
1169 <term><menuchoice>
1170 <shortcut>
1171 <keycombo action="simul"><keycap>F11</keycap></keycombo>
1172 </shortcut>
1173 <guimenu>View</guimenu>
1174 <guisubmenu>Borders</guisubmenu>
1175 <guimenuitem>Show Line Numbers</guimenuitem>
1176 </menuchoice></term>
1177 <listitem>
1178 <para>This is a toggle Item. Setting it on checked will make a pane displaying
1179 the line numbers of the document visible in the left border of the active
1180 editor, and vice versa.</para>
1181 </listitem>
1182 </varlistentry>
1183 
1184 <varlistentry id="view-scrollbar-marks">
1185 <term><menuchoice>
1186 <guimenu>View</guimenu>
1187 <guisubmenu>Borders</guisubmenu>
1188 <guimenuitem>Show Scrollbar Marks</guimenuitem>
1189 </menuchoice></term>
1190 <listitem><para>Toggles the visualization of bookmarks (and other marks) on the
1191 vertical scrollbar. When enabled, a mark is represented by a thin line in the
1192 mark color at the scrollbar, clicking the &MMB; on the line will scroll the view
1193 to a position near the mark.</para></listitem>
1194 </varlistentry>
1195 
1196 <varlistentry id="view-border-show-scrollbar-minimap">
1197 <term><menuchoice>
1198 <guimenu>View</guimenu>
1199 <guisubmenu>Borders</guisubmenu>
1200 <guimenuitem>Show Scrollbar Mini-Map</guimenuitem>
1201 </menuchoice></term>
1202 <listitem><para>This will replace the scrollbar with a visualization of the
1203 current document. For more information on the scrollbar minimap, see the
1204 <ulink url="help:/katepart/kate-part-scrollbar-minimap.html">Scrollbar Minimap
1205 section of the &katepart; Handbook</ulink>.</para></listitem>
1206 </varlistentry>
1207 
1208 <varlistentry id="view-code-folding">
1209 <term><menuchoice>
1210 <guimenu>View</guimenu>
1211 <guimenuitem>Code Folding</guimenuitem>
1212 </menuchoice></term>
1213 <listitem><para>These options pertain to
1214 <ulink url="help:/katepart/advanced-editing-tools-code-folding.html">code
1215 folding</ulink>:</para>
1216 <variablelist>
1217 
1218 <varlistentry id="view-show-folding-markers">
1219 <term><menuchoice>
1220 <shortcut>
1221 <keycombo action="simul"><keycap>F9</keycap></keycombo>
1222 </shortcut>
1223 <guimenuitem>Show Folding Markers</guimenuitem>
1224 </menuchoice></term>
1225 <listitem><para>Toggles the display of the folding marker pane in the left
1226 side of the view.</para></listitem>
1227 </varlistentry>
1228 
1229 <varlistentry id="view-fold-current-node">
1230 <term><menuchoice>
1231 <guimenuitem>Fold Current Node</guimenuitem>
1232 </menuchoice></term>
1233 <listitem><para>Collapse the region that contains the cursor.</para></listitem>
1234 </varlistentry>
1235 
1236 <varlistentry id="view-unfold-current-node">
1237 <term><menuchoice>
1238 <guimenuitem>Unfold Current Node</guimenuitem>
1239 </menuchoice></term>
1240 <listitem><para>Expand the region that contains the cursor.</para></listitem>
1241 </varlistentry>
1242 
1243 <varlistentry id="view-fold-toplevel-nodes">
1244 <term><menuchoice>
1245 <shortcut>
1246 <keycombo action="simul">&Ctrl;&Shift;<keycap>-</keycap></keycombo>
1247 </shortcut>
1248 <guimenuitem>Fold Toplevel Nodes</guimenuitem>
1249 </menuchoice></term>
1250 <listitem><para>Collapse all toplevel regions in the document.
1251 Click on the right pointing triangle to expand all toplevel regions.</para></listitem>
1252 </varlistentry>
1253 
1254 <varlistentry id="view-unfold-toplevel-nodes">
1255 <term><menuchoice>
1256 <shortcut>
1257 <keycombo action="simul">&Ctrl;&Shift;<keycap>+</keycap></keycombo>
1258 </shortcut>
1259 <guimenuitem>Unfold Toplevel Nodes</guimenuitem>
1260 </menuchoice></term>
1261 <listitem><para>Expand all toplevel regions in the document.</para></listitem>
1262 </varlistentry>
1263 </variablelist>
1264 
1265 </listitem>
1266 </varlistentry>
1267 
1268 <varlistentry id="view-show-non-printable-spaces">
1269 <term><menuchoice>
1270 <guimenuitem>Show Non-Printable Spaces</guimenuitem>
1271 </menuchoice></term>
1272 <listitem><para>Show/hide bounding box around non-printable spaces.</para></listitem>
1273 </varlistentry>
1274 
1275 </variablelist>
1276 
1277 </sect1>
1278 
1279 <sect1 id="bookmarks-menu">
1280 <title>The Bookmarks Menu</title>
1281 
1282 <para>Below the entries described here, one entry for each bookmark in
1283 the active document will be available. The text will be the first few
1284 words of the marked line. Choose an item to move the cursor to the
1285 start of that line. The editor will scroll as necessary to make that
1286 line visible.</para>
1287 
1288 <variablelist>
1289 
1290 <varlistentry id="bookmarks-set-bookmark">
1291 <term><menuchoice>
1292 <shortcut>
1293 <keycombo action="simul">&Ctrl;<keycap>B</keycap></keycombo>
1294 </shortcut>
1295 <guimenu>Bookmarks</guimenu>
1296 <guimenuitem>Set Bookmark</guimenuitem>
1297 </menuchoice></term>
1298 <listitem>
1299 <para>Sets or removes a bookmark in the current line of the active document.
1300 (If it's there, it is removed, otherwise one is set.)</para>
1301 </listitem>
1302 </varlistentry>
1303 
1304 <varlistentry id="bookmarks-clear-bookmarks">
1305 <term><menuchoice>
1306 <guimenu>Bookmarks</guimenu>
1307 <guimenuitem>Clear All Bookmarks</guimenuitem>
1308 </menuchoice></term>
1309 <listitem>
1310 <para>
1311 This command will remove all the markers from the document as well as
1312 the list of markers which is appended at the bottom of this menu item.
1313 </para>
1314 </listitem>
1315 </varlistentry>
1316 
1317 <varlistentry id="bookmarks-bookmarks-previous">
1318 <term><menuchoice>
1319 <shortcut>
1320 <keycombo action="simul">&Alt;&PgUp;</keycombo>
1321 </shortcut>
1322 <guimenu>Bookmarks</guimenu>
1323 <guimenuitem>Previous</guimenuitem>
1324 </menuchoice></term>
1325 <listitem><para>This will move the cursor to beginning of the first above line
1326 with a bookmark. The menuitem text will include the line number and the first
1327 piece of text on the line. This item is only available when there is a bookmark
1328 in a line above the cursor.</para></listitem>
1329 </varlistentry>
1330 
1331 <varlistentry id="bookmarks-bookmarks-next">
1332 <term><menuchoice>
1333 <shortcut>
1334 <keycombo action="simul">&Alt;&PgDn;</keycombo>
1335 </shortcut>
1336 <guimenu>Bookmarks</guimenu>
1337 <guimenuitem>Next</guimenuitem>
1338 </menuchoice></term>
1339 <listitem><para>This will move the cursor to beginning of the next line with a
1340 bookmark. The menuitem text will include the line number and the first piece of
1341 text on the line. This item is only available when there is a bookmark in a line
1342 below the cursor.</para></listitem>
1343 </varlistentry>
1344 
1345 </variablelist>
1346 
1347 </sect1>
1348 
1349 <sect1 id="sessions-menu">
1350 <title>The Sessions Menu</title>
1351 
1352 <para>This menu contains entries for using and managing &kate; sessions.
1353 For more information, read <link
1354 linkend="fundamentals-using-sessions">Using Sessions</link>.</para>
1355 
1356 <variablelist>
1357 
1358 <varlistentry id="sessions-new">
1359 <term><menuchoice>
1360 <guimenu>Sessions</guimenu>
1361 <guimenuitem>New</guimenuitem>
1362 </menuchoice></term>
1363 <listitem><para>Creates a new empty session. All currently open files will
1364 be closed.</para></listitem>
1365 
1366 </varlistentry>
1367 
1368 <varlistentry id="sessions-open">
1369 <term><menuchoice>
1370 <guimenu>Sessions</guimenu>
1371 <guimenuitem>Open Session...</guimenuitem>
1372 </menuchoice></term>
1373 <listitem><para>Open an existing session. The Session Chooser dialog is
1374 displayed to let you choose one.</para></listitem>
1375 </varlistentry>
1376 
1377 <varlistentry id="sessions-quick-open">
1378 <term><menuchoice>
1379 <guimenu>Sessions</guimenu>
1380 <guisubmenu>Quick Open Session</guisubmenu>
1381 </menuchoice></term>
1382 <listitem><para>This submenu lets you open an existing session.</para>
1383 </listitem>
1384 </varlistentry>
1385 
1386 <varlistentry id="sessions-save">
1387 <term><menuchoice>
1388 <guimenu>Sessions</guimenu>
1389 <guimenuitem>Save Session</guimenuitem>
1390 </menuchoice></term>
1391 <listitem><para>Save the current session. If the session is anonymous, you will
1392 be prompted for a session name.</para></listitem>
1393 </varlistentry>
1394 
1395 <varlistentry id="sessions-save-as">
1396 <term><menuchoice>
1397 <guimenu>Sessions</guimenu>
1398 <guimenuitem>Save Session As...</guimenuitem>
1399 </menuchoice></term>
1400 <listitem><para>Save the current session under a new name. You are prompted for
1401 a name to use.</para></listitem>
1402 </varlistentry>
1403 
1404 <varlistentry id="sessions-manage">
1405 <term><menuchoice>
1406 <guimenu>Sessions</guimenu>
1407 <guimenuitem>Manage Sessions...</guimenuitem>
1408 </menuchoice></term>
1409 <listitem><para>Displays the Session Manager dialog which allows you to rename
1410 and delete sessions.</para></listitem>
1411 </varlistentry>
1412 
1413 
1414 </variablelist>
1415 
1416 </sect1>
1417 
1418 <sect1 id="tools-menu">
1419 
1420 <title>The Tools Menu</title>
1421 
1422 <variablelist>
1423 
1424 <varlistentry id="tools-read-only">
1425 <term><menuchoice>
1426 <guimenu>Tools</guimenu>
1427 <guimenuitem>Read Only Mode</guimenuitem>
1428 </menuchoice></term>
1429 <listitem>
1430 <para>Set the current document to Read Only mode. This prevents any text
1431 addition and any changes in the document formatting.</para>
1432 </listitem>
1433 </varlistentry>
1434 
1435 <varlistentry id="tools-filetype">
1436 <term><menuchoice>
1437 <guimenu>Tools</guimenu>
1438 <guisubmenu>Mode</guisubmenu>
1439 </menuchoice></term>
1440 <listitem>
1441 <para>Choose the filetype scheme you prefer for the active document. This
1442 overwrites the global
1443 <ulink url="help:/katepart/pref-open-save-modes-filetypes.html">filetype</ulink>
1444 mode set in <menuchoice> <guimenu>Settings</guimenu> <guimenuitem>Configure
1445 &kate;...</guimenuitem></menuchoice> in the Filetypes tab for your current
1446 document only.</para>
1447 </listitem>
1448 </varlistentry>
1449 
1450 <varlistentry id="tools-highlighting">
1451 <term><menuchoice>
1452 <guimenu>Tools</guimenu>
1453 <guisubmenu>Highlighting</guisubmenu>
1454 </menuchoice></term>
1455 <listitem>
1456 <para>Choose the Highlighting scheme you prefer for the active document. This
1457 overwrites the global highlighting mode set in <menuchoice>
1458 <guimenu>Settings</guimenu><guimenuitem>Configure Editor...</guimenuitem>
1459 </menuchoice> for your current document only.</para>
1460 </listitem>
1461 </varlistentry>
1462 
1463 <varlistentry id="tools-indentation">
1464 <term><menuchoice>
1465 <guimenu>Tools</guimenu>
1466 <guisubmenu>Indentation</guisubmenu>
1467 </menuchoice></term>
1468 <listitem>
1469 <para>Choose the <ulink url="help:/katepart/kate-part-autoindent.html">style of
1470 indentation</ulink> you want for your active document.
1471 This overwrites the global indentation mode set in <menuchoice>
1472 <guimenu>Settings</guimenu><guimenuitem>Configure Editor...</guimenuitem>
1473 </menuchoice> for your current document only.</para>
1474 </listitem>
1475 </varlistentry>
1476 
1477 <varlistentry id="tools-encoding">
1478 <term><menuchoice>
1479 <guimenu>Tools</guimenu>
1480 <guisubmenu>Encoding</guisubmenu>
1481 </menuchoice></term>
1482 <listitem>
1483 <para>You can overwrite the default encoding set in <menuchoice>
1484 <guimenu>Settings</guimenu><guimenuitem>Configure Editor...</guimenuitem>
1485 </menuchoice> in the <guilabel>Open/Save</guilabel> page
1486 to set a different encoding for your current document. The encoding you
1487 set here will be only valid for your current document.</para>
1488 </listitem>
1489 </varlistentry>
1490 
1491 <varlistentry id="tools-end-of-line">
1492 <term><menuchoice>
1493 <guimenu>Tools</guimenu>
1494 <guisubmenu>End of Line</guisubmenu>
1495 </menuchoice></term>
1496 <listitem>
1497 <para>Choose your preferred end of line mode for your active
1498 document. This overwrites the global end of line mode set in <menuchoice>
1499 <guimenu>Settings</guimenu><guimenuitem>Configure Editor...</guimenuitem>
1500 </menuchoice> for your current document only.</para>
1501 </listitem>
1502 </varlistentry>
1503 
1504 <varlistentry id="tools-add-byte-mark-order">
1505 <term><menuchoice>
1506 <guimenu>Tools</guimenu>
1507 <guisubmenu>Add Byte Mark Order (BOM)</guisubmenu>
1508 </menuchoice></term>
1509 <listitem>
1510 <para>Checking this action you can explicitly add a byte order mark for unicode
1511 encoded documents. The byte order mark (BOM) is a Unicode character used to signal
1512 the endianness (byte order) of a text file or stream, for more information see
1513 <ulink url="https://en.wikipedia.org/wiki/Byte_order_mark">Byte Order Mark</ulink>.</para>
1514 </listitem>
1515 </varlistentry>
1516 
1517 <varlistentry id="tools-scripts">
1518 <term><menuchoice>
1519 <guimenu>Tools</guimenu>
1520 <guisubmenu>Scripts</guisubmenu>
1521 </menuchoice></term>
1522 <listitem>
1523 <para>This submenu contains a list of all scripted actions. The list can easily be
1524 modified by
1525 <ulink url="help:/katepart/dev-scripting.html#dev-scripting-command-line">writing
1526 your own scripts</ulink>. This way, &kate; can be extended with user-defined tools.
1527 </para>
1528 <para><ulink url="help:/katepart/dev-scripting.html">There is a complete list of
1529 scripts in the &katepart; documentation.</ulink></para>
1530 </listitem>
1531 </varlistentry>
1532 
1533 <varlistentry id="tools-invoke-code-completition">
1534 <term><menuchoice>
1535 <shortcut>
1536 <keycombo action="simul">&Ctrl;&Space;</keycombo>
1537 </shortcut>
1538 <guimenu>Tools</guimenu>
1539 <guimenuitem>Invoke Code Completion</guimenuitem>
1540 </menuchoice></term>
1541 <listitem>
1542 <para>Manually invoke command completion, usually by using a shortcut bound to this action.</para>
1543 </listitem>
1544 </varlistentry>
1545 
1546 <varlistentry id="tools-word-completition">
1547 <term><menuchoice>
1548 <guimenu>Tools</guimenu>
1549 <guimenuitem>Word Completion</guimenuitem>
1550 </menuchoice></term>
1551 <listitem>
1552 <para><guimenuitem>Reuse Word Below</guimenuitem> (<keycombo action="simul">&Ctrl;
1553 <keycap>9</keycap></keycombo>) and <guimenuitem>Reuse Word Above</guimenuitem>
1554 (<keycombo action="simul">&Ctrl; <keycap>8</keycap></keycombo>) complete the
1555 currently typed text by searching for similar
1556 words backward or forward from the current cursor position. <guimenuitem>Shell
1557 Completion</guimenuitem> pops up a completion box with matching entries.</para>
1558 </listitem>
1559 </varlistentry>
1560 
1561 <varlistentry id="spelling-automatic-spell-checking">
1562 <term><menuchoice>
1563 <shortcut>
1564 <keycombo action="simul">&Ctrl;&Shift;<keycap>O</keycap></keycombo>
1565 </shortcut>
1566 <guimenu>Tools</guimenu>
1567 <guisubmenu>Spelling</guisubmenu>
1568 <guimenuitem>Automatic Spell Checking</guimenuitem>
1569 </menuchoice></term>
1570 <listitem>
1571 <para>When <guimenuitem>Automatic Spell Checking</guimenuitem> is enabled, wrongly spelled text
1572 is underlined in the document on-the-fly.</para>
1573 </listitem>
1574 </varlistentry>
1575 
1576 <varlistentry id="spelling-spelling">
1577 <term><menuchoice>
1578 <guimenu>Tools</guimenu>
1579 <guisubmenu>Spelling</guisubmenu>
1580 <guimenuitem>Spelling...</guimenuitem>
1581 </menuchoice></term>
1582 <listitem><para><action>This initiates the spellchecking program - a program
1583 designed to help the user catch and correct any spelling errors.</action></para>
1584 
1585 <para>For more information on how to use the &kde; spellchecking program, see the
1586 <ulink url="help:/fundamentals/spellcheck.html"><emphasis>Check Spelling</emphasis>
1587 section of the <emphasis>&kde; Fundamentals</emphasis> documentation</ulink>.
1588 </para></listitem>
1589 </varlistentry>
1590 
1591 <varlistentry id="tools-spelling-from-cursor">
1592 <term><menuchoice>
1593 <guimenu>Tools</guimenu>
1594 <guisubmenu>Spelling</guisubmenu>
1595 <guimenuitem>Spelling (from cursor)...</guimenuitem>
1596 </menuchoice></term>
1597 <listitem>
1598 <para>This initiates the spellchecking program but it starts where your cursor
1599 is instead of at the beginning of the document.</para>
1600 </listitem>
1601 </varlistentry>
1602 
1603 <varlistentry id="tools-spellcheck-selection">
1604 <term><menuchoice>
1605 <guimenu>Tools</guimenu>
1606 <guisubmenu>Spelling</guisubmenu>
1607 <guimenuitem>Spellcheck Selection...</guimenuitem>
1608 </menuchoice></term>
1609 <listitem>
1610 <para>Spellchecks the current selection.</para>
1611 </listitem>
1612 </varlistentry>
1613 
1614 <varlistentry id="tools-change-dictionary">
1615 <term><menuchoice>
1616 <guimenu>Tools</guimenu>
1617 <guisubmenu>Spelling</guisubmenu>
1618 <guimenuitem>Change Dictionary</guimenuitem>
1619 </menuchoice></term>
1620 <listitem>
1621 <para>Displays a drop down box with all available dictionaries for spellchecking
1622 at the bottom of the editor window. This allows easy switching of the spellcheck
1623 dictionary &eg; for automatic spellcheck of text in different languages.</para>
1624 </listitem>
1625 </varlistentry>
1626 
1627 <!-- Indent/Unindent no longer in the menu ???, but shortcuts work-->
1628 <!--
1629 <varlistentry id="tools-indent">
1630 <term><menuchoice>
1631 <shortcut>
1632 <keycombo action="simul">&Ctrl;<keycap>I</keycap></keycombo>
1633 </shortcut>
1634 <guimenu>Tools</guimenu>
1635 <guimenuitem>Indent</guimenuitem>
1636 </menuchoice></term>
1637 <listitem>
1638 <para>This increases the paragraph's indentation by one step. The size of the
1639 step depends on the <link linkend="pref-edit-indent"> indentation
1640 settings</link>.</para>
1641 </listitem>
1642 </varlistentry>
1643 
1644 <varlistentry id="tools-unindent">
1645 <term><menuchoice>
1646 <shortcut>
1647 <keycombo action="simul">&Ctrl;&Shift;<keycap>I</keycap></keycombo>
1648 </shortcut>
1649 <guimenu>Tools</guimenu>
1650 <guimenuitem>Unindent</guimenuitem>
1651 </menuchoice></term>
1652 <listitem>
1653 <para>This reduces the paragraph's indentation by one step. The size of the step
1654 depends on the <link linkend="pref-edit-indent"> indentation settings</link>.</para>
1655 </listitem>
1656 </varlistentry>
1657 -->
1658 
1659 <!-- <Pablo> These are in the selection menu now, and are documented in doc/katepart/menus.docbook -->
1660 <!--
1661 <varlistentry id="tools-cleanindent">
1662 <term><menuchoice>
1663 <guimenu>Tools</guimenu>
1664 <guimenuitem>Clean Indentation</guimenuitem>
1665 </menuchoice></term>
1666 <listitem>
1667 <para>This cleans the indentation for the current selection or for the
1668 line the cursor is currently in. Cleaning the indentation ensures that
1669 all your selected text follows the indentation mode you choose.</para>
1670 </listitem>
1671 </varlistentry>
1672 
1673 <varlistentry id="tools-formatindent">
1674 <term><menuchoice>
1675 <guimenu>Tools</guimenu>
1676 <guimenuitem>Format Indent</guimenuitem>
1677 </menuchoice></term>
1678 <listitem>
1679 <para>Causes a realign of the current line or selected lines using the
1680 indentation mode and indentation settings in the document.</para>
1681 </listitem>
1682 </varlistentry>
1683 
1684 <varlistentry id="tools-alignon">
1685 <term><menuchoice>
1686 <guimenu>Tools</guimenu>
1687 <guimenuitem>Align On...</guimenuitem>
1688 </menuchoice></term>
1689 <listitem>
1690 <para>This command aligns lines in the selected block or whole document on the column given by a regular expression that you will be prompted for.</para>
1691 <para>If you give an empty pattern it will align on the first non-blank character by default.</para>
1692 <para>If the pattern has a capture it will indent on the captured match.</para>
1693 <para><emphasis>Examples:</emphasis></para>
1694 <para>With '<userinput>-</userinput>' it will insert spaces before the first '-' of each lines to align them all on the same column.</para>
1695 <para>With '<userinput>alignon :\\s+(.)</userinput>' it will insert spaces before the first non-blank character that occurs after a colon to align them all on the same column.</para>
1696 </listitem>
1697 </varlistentry>
1698 
1699 <varlistentry id="tools-comment">
1700 <term><menuchoice>
1701 <shortcut>
1702 <keycombo action="simul">&Ctrl;<keycap>D</keycap></keycombo>
1703 </shortcut>
1704 <guimenu>Tools</guimenu>
1705 <guimenuitem>Comment</guimenuitem>
1706 </menuchoice></term>
1707 <listitem><para>This adds one space to the beginning of the line
1708 where the text cursor is located or to the beginning of any
1709 selected lines.</para>
1710 </listitem>
1711 </varlistentry>
1712 
1713 <varlistentry id="tools-uncomment">
1714 <term><menuchoice>
1715 <shortcut>
1716 <keycombo action="simul">&Ctrl;&Shift;<keycap>D</keycap></keycombo>
1717 </shortcut>
1718 <guimenu>Tools</guimenu>
1719 <guimenuitem>Uncomment</guimenuitem>
1720 </menuchoice></term>
1721 <listitem><para>This removes one space (if any exist) from the beginning of the
1722 line where the text cursor is located or from the beginning of any
1723 selected lines.</para></listitem>
1724 </varlistentry>
1725 
1726 <varlistentry id="tools-uppercase">
1727 <term><menuchoice>
1728 <shortcut>
1729 <keycombo action="simul">&Ctrl;<keycap>U</keycap></keycombo>
1730 </shortcut>
1731 <guimenu>Tools</guimenu>
1732 <guimenuitem>Uppercase</guimenuitem>
1733 </menuchoice></term>
1734 <listitem><para>Put the selected text or the letter after the cursor in
1735 uppercase.</para></listitem>
1736 </varlistentry>
1737 
1738 <varlistentry id="tools-lowercase">
1739 <term><menuchoice>
1740 <shortcut>
1741 <keycombo action="simul">&Ctrl;&Shift;<keycap>U</keycap></keycombo>
1742 </shortcut>
1743 <guimenu>Tools</guimenu>
1744 <guimenuitem>Lowercase</guimenuitem>
1745 </menuchoice></term>
1746 <listitem><para>Put the selected text or the letter after the cursor in
1747 lowercase.</para></listitem>
1748 </varlistentry>
1749 
1750 <varlistentry id="tools-capitalize">
1751 <term><menuchoice>
1752 <shortcut>
1753 <keycombo action="simul">&Ctrl;&Alt;<keycap>U</keycap></keycombo>
1754 </shortcut>
1755 <guimenu>Tools</guimenu>
1756 <guimenuitem>Capitalize</guimenuitem>
1757 </menuchoice></term>
1758 <listitem><para>Capitalize the selected text or the current
1759 word.</para></listitem>
1760 </varlistentry>
1761 
1762 <varlistentry id="tools-join-lines">
1763 <term><menuchoice>
1764 <shortcut>
1765 <keycombo action="simul">&Ctrl;<keycap>J</keycap></keycombo>
1766 </shortcut>
1767 <guimenu>Tools</guimenu>
1768 <guimenuitem>Join Lines</guimenuitem>
1769 </menuchoice></term>
1770 <listitem><para>Joins the selected lines, or the current line and the line below
1771 with one white space character as a separator. Leading/trailing white space on
1772 joined lines is removed in the affected ends.</para></listitem>
1773 </varlistentry>
1774 
1775 <varlistentry id="tools-word-wrap-document">
1776 <term><menuchoice>
1777 <guimenu>Tools</guimenu>
1778 <guimenuitem>Apply Word Wrap</guimenuitem>
1779 </menuchoice></term>
1780 <listitem><para>Apply static word wrapping on all the document. That means that
1781 a new line of text will automatically start when the current
1782 line exceeds the length specified by the <guilabel>Wrap words at</guilabel> option
1783 in the Editing tab in <menuchoice>
1784 <guimenu>Settings</guimenu><guimenuitem>Configure
1785 Editor...</guimenuitem></menuchoice>.</para></listitem>
1786 </varlistentry>
1787 -->
1788 
1789 </variablelist>
1790 </sect1>
1791 
1792 <sect1 id="settings-help-menu">
1793 <title>The Settings and Help Menu</title>
1794 
1795 <para>
1796 &kate; has the common &kde; <guimenu>Settings</guimenu> and <guimenu>Help</guimenu>
1797 menu items, for more information read the sections about the <ulink url="help:/fundamentals/menus.html#menus-settings"
1798 >Settings Menu</ulink> and <ulink url="help:/fundamentals/menus.html#menus-help">Help Menu</ulink>
1799 of the &kde; Fundamentals with these additional entries:
1800 </para>
1801 
1802 <variablelist>
1803 
1804 <varlistentry id="settings-colorscheme">
1805 <term><menuchoice>
1806 <guimenu>Settings</guimenu>
1807 <guimenuitem>Color Theme</guimenuitem>
1808 </menuchoice></term>
1809 <listitem><para>Use a different color scheme from the system’s global color schemes
1810 described in the &systemsettings; module <ulink url="help:/kcontrol/colors/index.html">Colors</ulink>.
1811 </para></listitem>
1812 </varlistentry>
1813 
1814 <varlistentry id="settings-show-tabs">
1815 <term><menuchoice>
1816 <guimenu>Settings</guimenu>
1817 <guimenuitem>Show Tabs</guimenuitem>
1818 </menuchoice></term>
1819 <listitem><para>Tabs are moveable using the &LMB; and have actions in the context menu
1820 to close documents, copy the path to the clipboard or open the folder of the document in the filemanager.
1821 Using the <inlinemediaobject><imageobject><imagedata fileref="quickopen-22.png" format="PNG"/></imageobject></inlinemediaobject>
1822 <link linkend="view-quick-open"><guibutton>Quick Open</guibutton> </link> button makes switching between documents easy.
1823 Click the <inlinemediaobject><imageobject><imagedata fileref="view-split-left-right-22.png" format="PNG"/></imageobject></inlinemediaobject>
1824 button with the &LMB; to open a menu with actions from the <guimenu>View</guimenu><guisubmenu>Split View</guisubmenu> menu.
1825 </para></listitem>
1826 </varlistentry>
1827 
1828 <varlistentry id="settings-show-path">
1829 <term><menuchoice>
1830 <guimenu>Settings</guimenu>
1831 <guimenuitem>Show Path in Titlebar</guimenuitem>
1832 </menuchoice></term>
1833 <listitem><para>If enabled the full path of the active document is displayed, otherwise only the filename.
1834 This is useful if you edit several files with the same filename to distinguish them.</para></listitem>
1835 </varlistentry>
1836 
1837 </variablelist>
1838 
1839 </sect1>
1840 </chapter>