summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2015-06-17 15:33:10 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2015-06-17 15:33:10 +0900
commite044c5463329652f28565dfc7de24ef8b0edaa6f (patch)
treee1bf1de8f39cd95e31dc43474af51ba7b891af48 /doc
parent065693194f81b16c3d6deb7fb70a07ae0e884eb6 (diff)
downloadtdevelop-e044c5463329652f28565dfc7de24ef8b0edaa6f.tar.gz
tdevelop-e044c5463329652f28565dfc7de24ef8b0edaa6f.zip
Revert to .kdevelop files with <kdevelop> entity name for project files.
This resolves bug 2308. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/HighPriTasks.dox6
-rw-r--r--doc/api/HowToAddApplicationTemplates.dox8
-rw-r--r--doc/api/HowToAddPlugins.dox4
-rw-r--r--doc/api/HowToAddProgrammingLanguages.dox2
-rw-r--r--doc/tdevelop/app-files.docbook8
-rw-r--r--doc/tdevelop/getting-started.docbook4
6 files changed, 16 insertions, 16 deletions
diff --git a/doc/api/HighPriTasks.dox b/doc/api/HighPriTasks.dox
index 850053f9..1158d82c 100644
--- a/doc/api/HighPriTasks.dox
+++ b/doc/api/HighPriTasks.dox
@@ -5,11 +5,11 @@
\section fixMajBugs Fixing major/annoying bugs
- - Fix the mess of .tdevelop and .kdevses file.
- - All project wide setings should go into .tdevelop and
+ - Fix the mess of .kdevelop and .kdevses file.
+ - All project wide setings should go into .kdevelop and
- all session (and personal) options should go into .kdevses file
.
- This way the .tdevelop file can be shared in teams of developers.
+ This way the .kdevelop file can be shared in teams of developers.
\section TDevelop2compat TDevelop 2 compatibility
diff --git a/doc/api/HowToAddApplicationTemplates.dox b/doc/api/HowToAddApplicationTemplates.dox
index 4b77b9e2..e1b9c223 100644
--- a/doc/api/HowToAddApplicationTemplates.dox
+++ b/doc/api/HowToAddApplicationTemplates.dox
@@ -36,7 +36,7 @@ Create a directory <code>template-khello</code> with the files
- template-khello/app.cpp
- template-khello/app.h
- template-khello/app.desktop
- - template-khello/app.tdevelop
+ - template-khello/app.kdevelop
- template-khello/appui.rc
- template-khello/khello
- template-khello/main.cpp
@@ -192,14 +192,14 @@ information from the script file will need to be moved into the ini file.
The example is as follows:
\code
install(
-"${src}/template-chello/app.tdevelop","${dest}/${APPNAMELC}.tdevelop" );
+"${src}/template-chello/app.kdevelop","${dest}/${APPNAMELC}.kdevelop" );
\endcode
becomes
\code
[PROJECT]
Type=install
-Source=%{src}/template-chello/app.tdevelop
-Dest=%{dest}/%{APPNAMELC}.tdevelop
+Source=%{src}/template-chello/app.kdevelop
+Dest=%{dest}/%{APPNAMELC}.kdevelop
\endcode
Things like <code>installIncAdmin();</code> and <code>installGNU();</code> now involve unpacking
diff --git a/doc/api/HowToAddPlugins.dox b/doc/api/HowToAddPlugins.dox
index 012cb5d0..3f9d1b20 100644
--- a/doc/api/HowToAddPlugins.dox
+++ b/doc/api/HowToAddPlugins.dox
@@ -119,11 +119,11 @@ developers (e.g. via version control application CVS). So some user preferences
very individual, and some may be valid for all of the team - project-wide so to speak.
That's why the TDevelop architecture makes a difference here and supports two files
-which will be stored in the project root directory. They are the project file (*.tdevelop)
+which will be stored in the project root directory. They are the project file (*.kdevelop)
and the session (*.kdevses) file. The later is for individual settings, not to be thought
to be shared.
-\subsection domProject Project file (*.tdevelop)
+\subsection domProject Project file (*.kdevelop)
For your convenience, you don't have to use the quite complex DOM API. Strings
can very easily be read from and written to this document using the
diff --git a/doc/api/HowToAddProgrammingLanguages.dox b/doc/api/HowToAddProgrammingLanguages.dox
index 1926d811..9ef228e2 100644
--- a/doc/api/HowToAddProgrammingLanguages.dox
+++ b/doc/api/HowToAddProgrammingLanguages.dox
@@ -137,7 +137,7 @@ and look at <code>languages/ruby/app_templates/rubyhello</code>, <code>languages
\subsubsection sectionApplicationImportTemplates Application import templates
TDevelop has the ability to <b>create a new project from existing projects or source code</b>.
-It scans for project files ('*.tdevelop, *.kdevprj, *.studio, *.pro) and if
+It scans for project files ('*.kdevelop, *.kdevprj, *.studio, *.pro) and if
- it finds a project it extracts the necessary information
- it does not find project files it scans for source files (*.cpp, *.java, *.pl, *.py, ...)
.
diff --git a/doc/tdevelop/app-files.docbook b/doc/tdevelop/app-files.docbook
index 547010ec..dc1a33a9 100644
--- a/doc/tdevelop/app-files.docbook
+++ b/doc/tdevelop/app-files.docbook
@@ -96,7 +96,7 @@ There are quite a lot of default configuration subdirectories in <filename class
<listitem id="app-files-default-appwizard">
<para><filename class="directory">kdevappwizard/</filename> &mdash; contains files used by the &appwizard; part:</para>
<itemizedlist>
- <listitem><para><filename class="directory">importfiles/</filename> &mdash; contains <filename>.tdevelop</filename> project files which control the initialization of a new project.</para></listitem>
+ <listitem><para><filename class="directory">importfiles/</filename> &mdash; contains <filename>.kdevelop</filename> project files which control the initialization of a new project.</para></listitem>
<listitem><para><filename class="directory">imports/</filename> &mdash; contains templates to set up project specific <filename>.desktop</filename> files.</para></listitem>
<listitem><para><filename class="directory">template-common/</filename> &mdash; contains various files commonly included in the project source directories.</para></listitem>
<listitem><para><filename class="directory">templates/</filename> &mdash; contains configuration files which describe the information to be included in a given project source directory.</para></listitem>
@@ -399,10 +399,10 @@ There are two groups of &tdevelop; configuration files in the <filename class="d
<title>Project Dependent Configuration</title>
<para>
-Most project dependend configuration is kept in the <filename>&lt;project-name&gt;.tdevelop</filename> and <filename>&lt;project-name&gt;.kdevses</filename> &tdevelop; project configuration files rather than in separate files as the other, more global, configuration settings. In short, those files are meant for:
+Most project dependend configuration is kept in the <filename>&lt;project-name&gt;.kdevelop</filename> and <filename>&lt;project-name&gt;.kdevses</filename> &tdevelop; project configuration files rather than in separate files as the other, more global, configuration settings. In short, those files are meant for:
</para>
<simplelist>
- <member><filename>&lt;project-name&gt;.tdevelop</filename> &mdash; global project configuration information.</member>
+ <member><filename>&lt;project-name&gt;.kdevelop</filename> &mdash; global project configuration information.</member>
<member><filename>&lt;project-name&gt;.kdevses</filename> &mdash; configuration information needed to restore the specific behaviours of the running session.</member>
</simplelist>
<para>
@@ -412,7 +412,7 @@ Both are &XML; coded files. They can be viewed and (cautiously) altered using an
<sect2>
<title>Persistent Code Store Files</title>
-<para>There is a third project dependend configuration file, the <filename>&lt;project-name&gt;.tdevelop.pcs</filename> Persistant Code Store. This is a binary coded file holding an internal parser cache for the most part in order to speed up the loading sequence of the project. Additionally, this Persistant Code Store keeps information use by the <guilabel>Code Completion</guilabel> facility of &tdevelop;.
+<para>There is a third project dependend configuration file, the <filename>&lt;project-name&gt;.kdevelop.pcs</filename> Persistant Code Store. This is a binary coded file holding an internal parser cache for the most part in order to speed up the loading sequence of the project. Additionally, this Persistant Code Store keeps information use by the <guilabel>Code Completion</guilabel> facility of &tdevelop;.
</para>
<note><para>
diff --git a/doc/tdevelop/getting-started.docbook b/doc/tdevelop/getting-started.docbook
index a805f393..e7864fc8 100644
--- a/doc/tdevelop/getting-started.docbook
+++ b/doc/tdevelop/getting-started.docbook
@@ -1121,12 +1121,12 @@ binaries.</para>
<title>&tdevelop; Control Files</title>
<para>&tdevelop; needs some control and administration data on its own. These
are located in the project root directory, in our example
-<filename>hello.tdevelop</filename>, <filename>hello.tdevelop.pcs</filename>,
+<filename>hello.kdevelop</filename>, <filename>hello.kdevelop.pcs</filename>,
and <filename>hello.kdevses</filename>.</para>
</formalpara>
<para>Of particular importance in each project is the
-<filename>xxx.tdevelop</filename> (where <quote>xxx</quote> denotes the project
+<filename>xxx.kdevelop</filename> (where <quote>xxx</quote> denotes the project
name) file. It is the main <emphasis>KDevelop 3 Project File</emphasis> and
needed if you later want load this project into the &IDE;.</para>