blob: d597e65e09a79fe21dbbada62fc1dec9affccc0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
<chapter id="projects-advanced">
<chapterinfo>
<authorgroup>
<author><firstname>Bernd</firstname><surname>Pol</surname></author>
<!-- ROLES_OF_TRANSLATORS -->
</authorgroup>
</chapterinfo>
<title>Advanced Project Management</title>
<sect1 id="oldprojects">
<title>Loading Projects</title>
<sect2 id="loading-recent-project">
<title>Loading a Recently Used Project</title>
<para>
(... to be written ...)
</para>
<screenshot>
<mediaobject>
<imageobject>
<imagedata fileref="open-recent-project.png" format="PNG"/>
</imageobject>
<caption><para>
How to open a recent project
</para></caption>
</mediaobject>
</screenshot>
</sect2> <!-- loading-recent-project -->
<sect2 id="loading-project">
<title>Loading an Existing Project</title>
<para>
(... to be written ...)
</para>
</sect2> <!-- loading-project -->
<sect2 id="converting-projects">
<title>Converting Old KDevelop Project Files</title>
<para>
&kdevelop; allows you to open old KDevelop 2.x project files and convert them to &kdevelop; files. To do so go to <guimenuitem>Open Project...</guimenuitem> and select <guilabel>KDevelop 2 project files</guilabel> in the <guilabel>Filter:</guilabel>. Then select project file you want to open. The project gets converted to &kdevelop; and saved as a <guilabel>&kdevelop; project file</guilabel>.
</para>
</sect2> <!-- converting-projects -->
<sect2 id="importing-projects">
<title>Importing an Existing Project</title>
<para>
To import an existing directory in &kdevelop; select <guimenuitem>Import Existing Directory</guimenuitem>
from the <guimenu>Project</guimenu> menu. You should see the Import Directory Wizard, as seen below:
</para>
<figure id="screenshot-importdirectory" float="1">
<title>The Import Directory Dialog</title>
<mediaobject>
<imageobject><imagedata fileref="importdirectory.png"/></imageobject>
</mediaobject>
</figure>
</sect2> <!-- importing-projects -->
</sect1> <!-- oldprojects -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<sect1 id="project-options">
<title>Tailoring the Project — Project Options</title>
<para>
(... to be written ...)
</para>
</sect1> <!-- project-options -->
</chapter> <!-- projects-advanced -->
|