From 998ebd2e683e45140493910f76e692e96887b5d2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 4 Jul 2012 16:46:19 -0500 Subject: Fix help files, kdevelop->tdevelop branding, fix startup. --- doc/api/HowToAddPlugins.dox | 10 +++++----- doc/api/HowToAddProgrammingLanguages.dox | 2 +- doc/api/HowToDocument.dox | 2 +- doc/api/Mainpage.dox | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/api') diff --git a/doc/api/HowToAddPlugins.dox b/doc/api/HowToAddPlugins.dox index 3ab31af9..70176630 100644 --- a/doc/api/HowToAddPlugins.dox +++ b/doc/api/HowToAddPlugins.dox @@ -17,14 +17,14 @@ If you install this file into \$(kde_servicesdir), your plugin will You can change the default loading by changing some settings in your foo.desktop file: - - Set X-KDevelop-Scope= to Global or + - Set X-TDevelop-Scope= to Global or Project - Note: This property is not optional . - You can add a list of programming languages which are supported by your plugin - If your plugin works with all languages leave the - X-KDevelop-ProgrammingLanguages= field empty + X-TDevelop-ProgrammingLanguages= field empty (optional) . - You can add a list of keywords. @@ -37,8 +37,8 @@ An example from the Java Debugger Plugin:
     #######################
-    X-KDevelop-Scope=Project
-    X-KDevelop-ProgrammingLanguages=Java
+    X-TDevelop-Scope=Project
+    X-TDevelop-ProgrammingLanguages=Java
     Keywords=
     ##########################
 
@@ -155,7 +155,7 @@ to write it back. \subsection sessionAccess Project session file (*.kdevses) -The base class of all KDevelop plugins is KDevPlugin. It provides two virtual methods +The base class of all TDevelop plugins is KDevPlugin. It provides two virtual methods restorePartialProjectSession(..) and savePartialProjectSession(..) that you should reimplement in your special plugin to attach to session loading and saving. diff --git a/doc/api/HowToAddProgrammingLanguages.dox b/doc/api/HowToAddProgrammingLanguages.dox index 504a397e..a5840885 100644 --- a/doc/api/HowToAddProgrammingLanguages.dox +++ b/doc/api/HowToAddProgrammingLanguages.dox @@ -184,7 +184,7 @@ Compiler plugins must implement KDevCompilerOptions interface. In the end you should add the language you implemented to the doc/api/LangSupportStatus.dox file and document your language support part in the way described at \ref howToDocument (doc/api/HowToDocument.dox file). -See also \ref howToAddPlugins (doc/api/HowToAddPlugins.dox file) for an information on how to create a generic KDevelop plugin and how to manage project and global configuration information. +See also \ref howToAddPlugins (doc/api/HowToAddPlugins.dox file) for an information on how to create a generic TDevelop plugin and how to manage project and global configuration information. diff --git a/doc/api/HowToDocument.dox b/doc/api/HowToDocument.dox index f767fc5b..d606a8bf 100644 --- a/doc/api/HowToDocument.dox +++ b/doc/api/HowToDocument.dox @@ -8,7 +8,7 @@ You should add a README and a README.dox file to your part (KDevPlugin). On the README file put this text: \verbatim Please read the on-line, automaticaly updated KDevelop API documentation at: -http://www.tdevelop.org +http://www.kdevelop.org or read the README.dox file. \endverbatim diff --git a/doc/api/Mainpage.dox b/doc/api/Mainpage.dox index 44fa64db..262cd2ed 100644 --- a/doc/api/Mainpage.dox +++ b/doc/api/Mainpage.dox @@ -13,14 +13,14 @@ This document is targeted at all those that want to add or improve KDevelop's so If you are instead looking for a user manual, just go to the help menu of your KDevelop and select KDevelop handbook. This documentation contains the KDevelop online class reference for the current development version of KDevelop. Additionally, you -can subscribe or read the mailing list for any additions and/or +can subscribe or read the mailing list for any additions and/or modifications to the %API. -An on-line, updated every 24H, html version of this documentation can be found at: http://www.tdevelop.org/HEAD/doc/api/html/index.html +An on-line, updated every 24H, html version of this documentation can be found at: http://www.kdevelop.org/HEAD/doc/api/html/index.html More information about the KDevelop architecture in form of tutorials, HOWTOs, and FAQs can be found at -the KDevelop website. +the KDevelop website. \section status Current Status -- cgit v1.2.3