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

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/gl/project-manager-folder-add.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-06 01:11:30 UTC
  • mfrom: (1.1.44)
  • Revision ID: package-import@ubuntu.com-20120306011130-yumg9s1nprogue2a
Tags: 2:3.3.91-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump minimum glade to 3.11 and vala to 0.16

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-folder-add" xml:lang="gl">
 
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-folder" group="first"/>
 
7
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
 
8
    <desc>Engadir un cartafol a un proxecto.</desc>
 
9
    <credit type="author">
 
10
      <name>Sébastien Granjoux</name>
 
11
      <email>seb.sfo@free.fr</email>
 
12
    </credit>
 
13
  </info>
 
14
 
 
15
  <title>Engadir un cartafol</title>
 
16
 
 
17
  <p>A folder allows you to group several target allowing to set common
 
18
  properties for all of them. It often corresponds to a directory.</p>
 
19
 
 
20
  <steps>
 
21
    <item>
 
22
      <p>Select the group or the project where you want to add the new group
 
23
      in the <gui>project view</gui>, click on the right mouse button to
 
24
      make the <gui>project context menu</gui> appear and select
 
25
      <gui>Add Group</gui>.</p>
 
26
      <p>Or from the <gui>main menu</gui>, select <guiseq><gui>Project</gui>
 
27
      <gui>Add Group</gui></guiseq>.</p>
 
28
    </item>
 
29
    <item>
 
30
      <p>Introducir un nome de grupo novo.</p>
 
31
      <note style="tip">
 
32
        <p>Groups names are typically restricted to letters, digits and
 
33
        the underscore, so it's safer to avoid other characters.</p>
 
34
      </note>
 
35
    </item>
 
36
    <item>
 
37
      <p>You can select another group in the bottom <gui>group tree view</gui>.</p>
 
38
    </item>
 
39
    <item>
 
40
      <p>When you have chosen the parent and enter the name, click on the <gui>Add</gui>
 
41
      button to add the group to your project.</p>
 
42
    </item>
 
43
  </steps>
 
44
 
 
45
</page>