summaryrefslogtreecommitdiffstats
path: root/doc/tdevelop/app-files.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tdevelop/app-files.docbook')
-rw-r--r--doc/tdevelop/app-files.docbook8
1 files changed, 4 insertions, 4 deletions
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>