summaryrefslogtreecommitdiffstats
path: root/doc/tdevelop/plugin-tools.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tdevelop/plugin-tools.docbook')
-rw-r--r--doc/tdevelop/plugin-tools.docbook36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/tdevelop/plugin-tools.docbook b/doc/tdevelop/plugin-tools.docbook
index 174767e2..ad10fb16 100644
--- a/doc/tdevelop/plugin-tools.docbook
+++ b/doc/tdevelop/plugin-tools.docbook
@@ -14,11 +14,11 @@ For example, in the file menu there is a Quick Open feature, but only if
it's enabled in the Project - Project Options dialog.
</para>
-<para>Technically, plugins are based on the TDevPlugin class defined in
+<para>Technically, plugins are based on the KDevPlugin class defined in
lib/interfaces/kdevplugin.h. The following is taken from a comment from there.</para>
<para>
-TDevPlugin is the base class for all TDevelop plugins.
+KDevPlugin is the base class for all TDevelop plugins.
A plugin is a component which is loaded into TDevelop shell at startup or by request.
A plugin has a scope that can be either:
<itemizedlist>
@@ -32,7 +32,7 @@ A plugin has a scope that can be either:
are not selectable by user in plugin configuration pages.</para>
<para>Global plugins are plugins which require only shell to be loaded and do not operate on
-TDevProject interface and/or do not use project wide information.
+KDevProject interface and/or do not use project wide information.
For example, the uimode plugin allows a developer to select which user interface they wish to use.
</para>
@@ -43,13 +43,13 @@ The Automake Manager, for example, only needs to be active when an Automake base
<para>As stated above, core plugins cannot be disabled. Global plugins can be
enabled/disabled in <menuchoice><guimenu>Settings</guimenu>
-<guimenuitem>Configure TDevelop...</guimenuitem></menuchoice>
+<guimenuitem>Configure KDevelop...</guimenuitem></menuchoice>
under <guibutton>Plugins</guibutton>.
Project plugins can be
enabled/disabled in <menuchoice><guimenu>Project</guimenu>
<guimenuitem>Project Options...</guimenuitem></menuchoice>
under <guibutton>Plugins</guibutton>.
-Active plugins can have many effects on TDevelop.
+Active plugins can have many effects on KDevelop.
Depending on their function, they may add extra menus, extra menu items, extra tool buttons, etc.
</para>
@@ -67,13 +67,13 @@ it is because the plugin authors made them this way.</para>
<para>Scope: Core</para>
<itemizedlist>
-<listitem><formalpara id="TDevAppWizard">
+<listitem><formalpara id="KDevAppWizard">
<title>Application Wizard</title>
<para>Application Wizard</para></formalpara></listitem>
-<listitem><formalpara id="TDevDiff">
+<listitem><formalpara id="KDevDiff">
<title>Difference Viewer</title>
<para>Difference Viewer</para></formalpara></listitem>
-<listitem><formalpara id="TDevFileCreate">
+<listitem><formalpara id="KDevFileCreate">
<title>FileCreate</title>
<para>FileCreate</para></formalpara></listitem>
<listitem><formalpara id="KDevFullScreen">
@@ -85,7 +85,7 @@ it is because the plugin authors made them this way.</para>
<listitem><formalpara id="KDevUIChooser">
<title>User-Interface Selection</title>
<para>Provides a dialog for UI-mode selection.</para></formalpara></listitem>
-<listitem><formalpara id="TDevVCSManager">
+<listitem><formalpara id="KDevVCSManager">
<title>VCSManager</title>
<para>Version Control System Manager </para></formalpara></listitem>
</itemizedlist>
@@ -95,13 +95,13 @@ it is because the plugin authors made them this way.</para>
<listitem><formalpara id="KDevAbbrev">
<title>Abbreviation Expansion</title>
<para>Provides support for customizable abbreviations - short words which expand into commonly needed code structures.</para></formalpara></listitem>
-<listitem><formalpara id="TDevDocumentation">
+<listitem><formalpara id="KDevDocumentation">
<title>Documentation</title>
<para>The Documentation plugin offers browsing and searching in local and online documentation with support for multiple documentation systems.</para></formalpara></listitem>
<listitem><formalpara id="KDevfilelist">
<title>FileList</title>
<para>Provides a list of all currently open files. (Handy when the tab bar is not quite wide enough.)</para></formalpara></listitem>
-<listitem><formalpara id="TDevFileSelector">
+<listitem><formalpara id="KDevFileSelector">
<title>File Selector</title>
<para>Powerful network transparent file browser utility.</para></formalpara></listitem>
<listitem><formalpara>
@@ -109,14 +109,14 @@ it is because the plugin authors made them this way.</para>
<para>Provides a way of manipulating editor text using commandline tools. Appears in the Tools menu.</para></formalpara></listitem>
<listitem><formalpara id="KDevGrepView">
<title>Grep Frontend</title>
-<para>Integrates "find|grep" in TDevelop - allows fast searching of multiple files using patterns or regular expressions.</para></formalpara></listitem>
+<para>Integrates "find|grep" in KDevelop - allows fast searching of multiple files using patterns or regular expressions.</para></formalpara></listitem>
<listitem><formalpara id="KDevKonsoleView">
<title>Embedded Konsole</title>
-<para>This plugin gives TDevelop an embedded konsole for quick and easy command line access.</para></formalpara></listitem>
+<para>This plugin gives KDevelop an embedded konsole for quick and easy command line access.</para></formalpara></listitem>
<listitem><formalpara id="KDevOpenWith">
<title>"Open with" Menu Addon</title>
-<para>This plugin provides additional "open" alternatives for various context menus in TDevelop.</para></formalpara></listitem>
-<listitem><formalpara id="TDevPartExplorer">
+<para>This plugin provides additional "open" alternatives for various context menus in KDevelop.</para></formalpara></listitem>
+<listitem><formalpara id="KDevPartExplorer">
<title>Part Explorer Tool</title>
<para>A Graphical tool for performing TDETrader-like queries about registered services</para></formalpara></listitem>
<listitem><formalpara id="KDevRegexpTest">
@@ -127,7 +127,7 @@ it is because the plugin authors made them this way.</para>
<para>This plugin is an interactive projectwide "Search and Replace" tool. Search using string or regexp matching, and select the replacements to be made from a preview before the action is finalized. When loaded it appears in the Edit menu.</para></formalpara></listitem>
<listitem><formalpara id="KDevscripting">
<title>Scripting</title>
-<para>The Scripting plugin offers KScript based scripting of the TDevelop application</para></formalpara></listitem>
+<para>The Scripting plugin offers KScript based scripting of the KDevelop application</para></formalpara></listitem>
<listitem><formalpara id="Code_Snippets">
<title>Code Snippets</title>
<para>This plugin allows you to store code snippets and add them to your code</para></formalpara></listitem>
@@ -242,13 +242,13 @@ templates than for &Java;.
<para>
The set of code templates is configurable. If the plugin is enabled, you can see
which ones are available in the <menuchoice><guimenu>Settings</guimenu>
-<guimenuitem>Configure TDevelop...</guimenuitem></menuchoice>
+<guimenuitem>Configure KDevelop...</guimenuitem></menuchoice>
dialog under <guibutton>Abbreviations</guibutton>.
</para>
</listitem>
<listitem>
-<formalpara id="TDevFilter">
+<formalpara id="KDevFilter">
<title>The <command>filter</command> Plugin</title>
<indexterm zone="plugin-tools"><primary><command>filter</command></primary></indexterm>