~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/de/project-manager-source-add.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-20 22:38:35 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20120220223835-ny223imz62qkk9ns
Tags: 2:3.3.90-0ubuntu1
* New upstream release.
* debian/rules: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="project-manager-source-add" xml:lang="de">
 
3
 
 
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
 
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
 
6
    <link type="guide" xref="project-manager-source" group="first"/>
 
7
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
 
8
    <desc>
 
9
      Add existing files to a project.
 
10
    </desc>
 
11
    <credit type="author">
 
12
      <name>Sébastien Granjoux</name>
 
13
      <email>seb.sfo@free.fr</email>
 
14
    </credit>
 
15
    <credit type="editor">
 
16
      <name>Philip Chimento</name>
 
17
      <email>philip.chimento@gmail.com</email>
 
18
    </credit>
 
19
  </info>
 
20
 
 
21
  <title>Add Files</title>
 
22
 
 
23
  <steps>
 
24
    <item>
 
25
      <p>Select the target where you want to add the new source files in
 
26
      the <gui>project view</gui>, click on the right mouse button to
 
27
      make the <gui>project context menu</gui> appear and select
 
28
      <gui>Add Source File</gui>.</p>
 
29
 
 
30
      <p>Or from the <gui>main menu</gui>, select <guiseq><gui>Project</gui>
 
31
      <gui>Add Source File...</gui></guiseq></p>
 
32
    </item>
 
33
    <item>
 
34
      <p>You can select another target in the top <gui>target chooser button</gui>.
 
35
      </p>
 
36
    </item>
 
37
    <item>
 
38
      <p>In the file chooser below, select the files you want to add.
 
39
      Then click on the <gui>Add</gui> button to add those files to your
 
40
      project. You can select several files at the same time keeping
 
41
      <key>Ctrl</key> key pressed or using the <key>Shift</key> to select
 
42
      a range of files.</p>
 
43
    </item>
 
44
  </steps>
 
45
    
 
46
  <note style="tip">
 
47
    <p>You can add files in sub-directories of the project. Most
 
48
    project formats require the files to be under the project
 
49
    directory. Added source files outside the project directory are
 
50
    automatically copied inside to fulfill this requirement.</p>
 
51
  </note>
 
52
 
 
53
</page>