Git commit 2a1a97a2914bb818ffe238b06c6ab8120a444d3f by Burkhard L?ck. Committed on 17/04/2013 at 12:16. Pushed by lueck into branch 'master'.
document changed menu strings for filetreeplugin CCBUG: 312249 M +3 -3 doc/kate/index.docbook M +8 -3 doc/kate/mdi.docbook M +2 -2 doc/kate/menus.docbook http://commits.kde.org/kate/2a1a97a2914bb818ffe238b06c6ab8120a444d3f diff --git a/doc/kate/index.docbook b/doc/kate/index.docbook index 0f62bbc..1204ce2 100644 --- a/doc/kate/index.docbook +++ b/doc/kate/index.docbook @@ -55,13 +55,13 @@ </copyright> <legalnotice>&FDLNotice;</legalnotice> -<date>2013-02-10</date> -<releaseinfo>3.10.1 &kde; 4.10.1</releaseinfo> +<date>2013-04-15</date> +<releaseinfo>3.11 &kde; 4.11</releaseinfo> <abstract> <para>&kate; is a programmer's text editor for &kde; 4 and above.</para> -<para>This handbook documents &kate; Version 3.10</para> +<para>This handbook documents &kate; Version 3.11</para> </abstract> <keywordset> diff --git a/doc/kate/mdi.docbook b/doc/kate/mdi.docbook index cb1e40c..8f05fa7 100644 --- a/doc/kate/mdi.docbook +++ b/doc/kate/mdi.docbook @@ -104,12 +104,17 @@ open documents. You can switch modes by right-clicking on the list and selecting from the <guisubmenu>View Mode</guisubmenu> menu.</para> <para>If two or more files with the same name (located in different -folders) are open, the names of the second will be prepended -<quote><2></quote> and so on. The tool-tip for the file will +folders) are open in <guimenuitem>List Mode</guimenuitem>, the names of the second will be prepended +<quote>(2)</quote> and so on. The tool-tip for the file will display its full name including the path, allowing you to choose the desired one.</para> <para>To display a document in the currently active frame, click the document name in the list.</para> +<!-- FIXME missing options in 4.11 context menu: +Close +Copy Filename -> full doc path to clipboard +Open With submenu +--> <para>You can sort the list in a few different ways by rightclicking the list and selecting from the <guisubmenu>Sort By</guisubmenu> menu. @@ -140,7 +145,7 @@ entries for the most recent documents with a background color. If the document was edited, an extra color is blended in. The most recent document has the strongest color, so that you can easily find the documents you are working on. This feature can be disabled in the -<link linkend="config-dialog-treeview">Tree View</link> page +<link linkend="config-dialog-treeview">Documents</link> page of the configuration dialog.</para> <!-- Tree View was renamed to Documents - http://commit-digest.org/issues/2011-08-28/ --> <para>The default location of the document list in the &kate; window is to the left of the diff --git a/doc/kate/menus.docbook b/doc/kate/menus.docbook index ef20934..2d7fb4a 100644 --- a/doc/kate/menus.docbook +++ b/doc/kate/menus.docbook @@ -597,7 +597,7 @@ The new instance will be identical to your previous instance. <menuchoice> <shortcut><keycombo action="simul">&Alt;<keysym>Left</keysym></keycombo></shortcut> <guimenu>View</guimenu> -<guimenuitem>Back</guimenuitem> +<guimenuitem>Previous Document</guimenuitem> </menuchoice> </term> <listitem> @@ -611,7 +611,7 @@ The new instance will be identical to your previous instance. <menuchoice> <shortcut><keycombo action="simul">&Alt;<keysym>Right</keysym></keycombo></shortcut> <guimenu>View</guimenu> -<guimenuitem>Forward</guimenuitem> +<guimenuitem>Next Document</guimenuitem> </menuchoice> </term> <listitem>
