Git commit 5ae1f31e260b55831caaccc351c37173c4578e06 by Christoph Cullmann. Committed on 05/05/2021 at 17:11. Pushed by cullmann into branch 'master'.
remove now purged open header plugin docs M +0 -51 doc/kate/plugins.docbook https://invent.kde.org/utilities/kate/commit/5ae1f31e260b55831caaccc351c37173c4578e06 diff --git a/doc/kate/plugins.docbook b/doc/kate/plugins.docbook index e745dc0ce..07aaa7800 100644 --- a/doc/kate/plugins.docbook +++ b/doc/kate/plugins.docbook @@ -80,10 +80,6 @@ simple &gdb; frontend</para> </listitem> --> <listitem> -<para><link linkend="kate-application-plugin-openheader">Open Header</link> -- Opens the corresponding .h/[.cpp|.c] file</para> -</listitem> -<listitem> <para><link linkend="kate-application-plugin-projects">Project Plugin</link> - Integration with &git; and other source control systems</para> </listitem> <listitem> @@ -1834,53 +1830,6 @@ writing much of this section.</para> </sect1> -<sect1 id="kate-application-plugin-openheader"> - -<title>Open Header Plugin</title> - -<sect2 id="openheader-using"> -<title>Using the Open Header Plugin</title> - -<para>When editing C or C++ code, this command will switch between a header file and -its corresponding C/C++ file or vice versa.</para> - -<para>For example, if you are editing <filename>myclass.cpp</filename>, this action will change -to <filename>myclass.h</filename> if this file is available in the same folder.</para> - -<para>Pairs of the following filename extensions will work:</para> - -<simplelist> -<member>Header files: h, H, hh, hpp</member> -<member>Source files: c, cpp, cc, cp, cxx</member> -</simplelist> - -</sect2> - -<sect2 id="openheader-menu"> -<title>Menu Structure</title> - -<variablelist> - -<varlistentry id="file-openheader"> -<term><menuchoice> -<shortcut> -<keycap>F12</keycap> -</shortcut> -<guimenu>File</guimenu> -<guisubmenu>Open .h/.cpp/.c</guisubmenu> -</menuchoice></term> -<listitem> -<para><action>Open</action> the corresponding header or source files for the active document.</para> -</listitem> -</varlistentry> - -</variablelist> - -</sect2> - -</sect1> - - <sect1 id="kate-application-plugin-projects"> <!--https://kate-editor.org/2012/11/02/using-the-projects-plugin-in-kate -->
