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

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/ro/run-parameters-dialog.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-08-17 23:48:26 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20120817234826-fvk3rfp6nmfaqi9p
Tags: 2:3.5.5-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump vala dependency to 0.18 series
  - Drop graphviz from build-depends
* debian/watch: 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="run-parameters-dialog" xml:lang="ro">
 
3
 
 
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
 
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
 
6
    <facet:tag key="all-widgets" value="whatever"/> <!--Include page in index-->
 
7
    <link type="seealso" xref="run-run"/>
 
8
    <link type="seealso" xref="debug-run"/>
 
9
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
 
10
    <desc>
 
11
      Run parameters dialog
 
12
    </desc>
 
13
    <credit type="author">
 
14
      <name>Sébastien Granjoux</name>
 
15
      <email>seb.sfo@free.fr</email>
 
16
    </credit>
 
17
  </info>
 
18
 
 
19
  <title>Run Parameters Dialog</title>
 
20
 
 
21
  <p>The <gui>run parameter</gui> dialog allows you to define the current program and
 
22
  several parameters.</p>
 
23
 
 
24
  <terms>
 
25
    <item>
 
26
      <title><gui>Program</gui></title>
 
27
      <p>This is the program that will be executed if you run a program with or
 
28
      without the debugger. The drop-down list allows you to select programs
 
29
      created by the current project, but you can click on the <gui>Browse</gui>
 
30
      button to choose any other program.</p>
 
31
    </item>
 
32
    <item>
 
33
      <title><gui>Argumente</gui></title>
 
34
      <p>These are the command line arguments used by your
 
35
      program. The drop-down list keeps an history of the last arguments
 
36
      used.</p>
 
37
    </item>
 
38
    <item>
 
39
      <title><gui>Director de lucru</gui></title>
 
40
      <p>The working directory is the current directory when your program will
 
41
      be run.</p>
 
42
    </item>
 
43
    <item>
 
44
      <title><gui>Variabilele mediului</gui></title>
 
45
      <p>You can click on the drop-down section, to display all environment
 
46
      variables that will be accessible by your program. By default, it
 
47
      includes all the current environment variables, they are displayed in light
 
48
      gray.</p>
 
49
      <p>You can click on the <gui>New</gui> button to add a new
 
50
      environment variable.</p>
 
51
      <p>You can click on the <gui>Edit</gui> button to change the value
 
52
      of the selected environment variable.</p>
 
53
      <p>You can click on the <gui>Delete</gui> button to remove the
 
54
      selected environment variable.</p>
 
55
      <p>When a variable has not the same value as in the current
 
56
      environment, it is displayed in black.</p>
 
57
    </item>
 
58
    <item>
 
59
      <title><gui>Rularea într-un terminal</gui></title>
 
60
      <p>This has to be checked to run the program in a terminal allowing
 
61
      you to provide inputs and see its outputs using the standard Unix
 
62
      streams. It is not necessary for programs having a graphical interface.
 
63
     </p>
 
64
    </item>
 
65
  </terms>
 
66
 
 
67
</page>