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

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/oc/anjuta-code-symbols.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:
5
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
6
6
    <link type="guide" xref="index#anjuta-code" group="first"/>
7
7
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
 
8
    <desc>
 
9
      Efficient ways to nagivate through source code
 
10
    </desc>
8
11
    <credit type="author">
9
12
      <name>Johannes Schmid</name>
10
13
      <email>jhs@gnome.org</email>
15
18
 
16
19
<section>
17
20
<title>Using the symbol browser</title>
18
 
 
 
21
<p>The symbol browser allows you to get an overview over the symbols used in your
 
22
project. Symbols refers to variables, functions/methods and classes here and the
 
23
exact definition depends on the programming language used.</p>
 
24
 
 
25
<p>The symbol browser has three tabs:</p>
 
26
<list>
 
27
        <item><p><gui>File</gui> shows the symbols of the current file in the editor</p></item>
 
28
        <item><p><gui>Project</gui> shows all symbols of the project</p></item>
 
29
        <item><p><gui>Search</gui> lets you search the symbols in the project 
 
30
        (use <keyseq><key>Ctrl</key><key>L</key></keyseq> to jump directly to the search box)</p></item>
 
31
</list>
 
32
 
 
33
<p>Double click on jumps to the definition of the symbol in the editor.</p>
19
34
</section>
20
35
 
21
36
<section>
22
37
<title>Navigating in the editor</title>
 
38
<p>In the <gui>Goto</gui> popup-menu of the editor there two items that help you to quickly navigate
 
39
through the source code:</p>
 
40
 
 
41
<list>
 
42
        <item><p><gui>Symbol definition</gui></p></item>
 
43
        <item><p><gui>Symbol declaration</gui></p></item>
 
44
</list>
 
45
 
 
46
<p>If you want to go back to the position in the editor where you used the 
 
47
shown items in the <gui>Goto</gui> menu you can use the
 
48
<gui>Previous history</gui> (and <gui>Next history</gui>) items in the same menu.</p>
 
49
 
23
50
</section>
24
51
 
25
52
</page>