[anjuta] manual: Improve code assistance documentation
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] manual: Improve code assistance documentation
- Date: Sat, 18 Feb 2012 08:38:14 +0000 (UTC)
commit 15e38750d5b611a9e4157cee976639d71f5a8a84
Author: Johannes Schmid <jhs gnome org>
Date: Fri Feb 17 14:34:03 2012 +0100
manual: Improve code assistance documentation
manuals/anjuta-manual/C/anjuta-code-assist.page | 3 ++
manuals/anjuta-manual/C/anjuta-code-help.page | 4 +++
.../anjuta-manual/C/anjuta-code-indentation.page | 4 +++
manuals/anjuta-manual/C/anjuta-code-symbols.page | 27 ++++++++++++++++++++
4 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/manuals/anjuta-manual/C/anjuta-code-assist.page b/manuals/anjuta-manual/C/anjuta-code-assist.page
index 14c2fc4..c84b886 100644
--- a/manuals/anjuta-manual/C/anjuta-code-assist.page
+++ b/manuals/anjuta-manual/C/anjuta-code-assist.page
@@ -6,6 +6,9 @@
<facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
<link type="guide" xref="index#anjuta-code" group="first"/>
<revision pkgversion="3.0" version="0.1" date="2011-10-24" status="draft"/>
+ <desc>
+ Configure and use the integrated editor features
+ </desc>
<credit type="author">
<name>Johannes Schmid</name>
<email>jhs gnome org</email>
diff --git a/manuals/anjuta-manual/C/anjuta-code-help.page b/manuals/anjuta-manual/C/anjuta-code-help.page
index f23e3c4..653735a 100644
--- a/manuals/anjuta-manual/C/anjuta-code-help.page
+++ b/manuals/anjuta-manual/C/anjuta-code-help.page
@@ -6,6 +6,10 @@
<facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
<link type="guide" xref="index#anjuta-code" group="first"/>
<revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
+ <desc>
+ Quickly find the information you need in the API documentation
+ </desc>
+
<credit type="author">
<name>Johannes Schmid</name>
<email>jhs gnome org</email>
diff --git a/manuals/anjuta-manual/C/anjuta-code-indentation.page b/manuals/anjuta-manual/C/anjuta-code-indentation.page
index b0c3629..6f8d929 100644
--- a/manuals/anjuta-manual/C/anjuta-code-indentation.page
+++ b/manuals/anjuta-manual/C/anjuta-code-indentation.page
@@ -6,6 +6,10 @@
<facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
<link type="guide" xref="index#anjuta-code" group="first"/>
<revision pkgversion="3.0" version="0.1" date="2011-10-24" status="draft"/>
+ <desc>
+ Configure and use automatic indentation for a consistent coding style
+ </desc>
+
<credit type="author">
<name>Johannes Schmid</name>
<email>jhs gnome org</email>
diff --git a/manuals/anjuta-manual/C/anjuta-code-symbols.page b/manuals/anjuta-manual/C/anjuta-code-symbols.page
index 0ea9400..b155fbf 100644
--- a/manuals/anjuta-manual/C/anjuta-code-symbols.page
+++ b/manuals/anjuta-manual/C/anjuta-code-symbols.page
@@ -6,6 +6,9 @@
<facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
<link type="guide" xref="index#anjuta-code" group="first"/>
<revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
+ <desc>
+ Efficient ways to nagivate through source code
+ </desc>
<credit type="author">
<name>Johannes Schmid</name>
<email>jhs gnome org</email>
@@ -16,11 +19,35 @@
<section>
<title>Using the symbol browser</title>
+<p>The symbol browser allows you to get an overview over the symbols used in your
+project. Symbols refers to variables, functions/methods and classes here and the
+exact definition depends on the programming language used.</p>
+<p>The symbol browser has three tabs:</p>
+<list>
+ <item><p><gui>File</gui> shows the symbols of the current file in the editor</p></item>
+ <item><p><gui>Project</gui> shows all symbols of the project</p></item>
+ <item><p><gui>Search</gui> lets you search the symbols in the project
+ (use <keyseq><key>Ctrl</key><key>L</key></keyseq> to jump directly to the search box)</p></item>
+</list>
+
+<p>Double click on jumps to the definition of the symbol in the editor.</p>
</section>
<section>
<title>Navigating in the editor</title>
+<p>In the <gui>Goto</gui>popup-menu of the editor there two items that help you to quickly navigate
+through the source code:</p>
+
+<list>
+ <item><p><gui>Symbol definition</gui></p></item>
+ <item><p><gui>Symbol declaration</gui></p></item>
+</list>
+
+<p>If you want to go back to the position in the editor where you used the
+shown items in the <gui>Goto</gui> menu you can use the
+<gui>Previous history</gui> (and <gui>Next history</gui>) items in the same menu.</p>
+
</section>
</page>
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]