[anjuta] faq: Add some information about jumping to an error position
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta] faq: Add some information about jumping to an error position
- Date: Sun, 6 Jan 2013 15:40:51 +0000 (UTC)
commit 4919d6e24997b4ddaea9a6beeda257ead4e8fbd7
Author: SÃbastien Granjoux <seb sfo free fr>
Date: Sun Jan 6 16:37:01 2013 +0100
faq: Add some information about jumping to an error position
manuals/anjuta-faqs/C/editor-goto-error.page | 33 ++++++++++++++++++++++++++
manuals/anjuta-faqs/Makefile.am | 1 +
2 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/manuals/anjuta-faqs/C/editor-goto-error.page b/manuals/anjuta-faqs/C/editor-goto-error.page
new file mode 100644
index 0000000..02ae840
--- /dev/null
+++ b/manuals/anjuta-faqs/C/editor-goto-error.page
@@ -0,0 +1,33 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:e="http://projectmallard.org/experimental/"
+ xmlns:if="http://projectmallard.org/experimental/if/"
+ type="topic"
+ id="editor-goto-error">
+
+ <info>
+ <link type="guide" xref="index#faq-editor"/>
+
+ <desc>Double click on the message.</desc>
+
+ <revision pkgversion="0.1" version="0.1" date="2010-12-02" status="stub"/>
+ <credit type="author">
+ <name>SÃbastien Granjoux</name>
+ <email>seb sfo free fr</email>
+ </credit>
+ </info>
+
+ <title>How to jump to the line causing a build error or warning?</title>
+
+ <p>Normally errors reported by the compiler are highlighted in the message window pane.
+ Double clicking on an error should open the corresponding file, if necessary, and move
+ the view to the right position.</p>
+
+ <note style="bug">
+ <p>It can fail if <app>Anjuta</app> is not able to parse the output of the build
+ program. This is much more common if the output is translated. So, as a work around,
+ you can uncheck the option <gui>Translate messages</gui> in the preferences of the
+ build plugin. The errors and warnings of the compiler will not be translated but
+ you should be able to jump to the faulty line as explained above.</p>
+ </note>
+
+</page>
diff --git a/manuals/anjuta-faqs/Makefile.am b/manuals/anjuta-faqs/Makefile.am
index 318f486..74aabad 100644
--- a/manuals/anjuta-faqs/Makefile.am
+++ b/manuals/anjuta-faqs/Makefile.am
@@ -4,6 +4,7 @@ HELP_ID = anjuta-faqs
HELP_FILES = \
index.page \
+ editor-goto-error.page \
editor-maximize.page \
editor-scintilla.page \
general-bugs.page \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]