SF.net SVN: geany:[3732] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Fri Apr 24 19:31:01 UTC 2009
Revision: 3732
http://geany.svn.sourceforge.net/geany/?rev=3732&view=rev
Author: eht16
Date: 2009-04-24 19:31:00 +0000 (Fri, 24 Apr 2009)
Log Message:
-----------
Increase the amount of highlighted build error messages to 100.
At least for LaTeX we need higher values as there is a lot of informative output before any errors are reported.
Modified Paths:
--------------
trunk/ChangeLog
trunk/doc/geany.html
trunk/doc/geany.txt
trunk/src/build.h
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-04-24 19:30:07 UTC (rev 3731)
+++ trunk/ChangeLog 2009-04-24 19:31:00 UTC (rev 3732)
@@ -13,6 +13,10 @@
* src/treeviews.c:
Set the "ellipsize" property of GtkCellRendererText to automatically
shorten the path and file names in the Documents list.
+ * doc/geany.html, doc/geany.txt, src/build.h:
+ Increase the amount of highlighted build error messages to 100.
+ At least for LaTeX we need higher values as there is a lot of
+ informative output before any errors are reported.
2009-04-21 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/doc/geany.html
===================================================================
--- trunk/doc/geany.html 2009-04-24 19:30:07 UTC (rev 3731)
+++ trunk/doc/geany.html 2009-04-24 19:31:00 UTC (rev 3732)
@@ -4467,15 +4467,15 @@
<tbody valign="top">
<tr><td>GEANY_BUILD_ERR_HIGHLIGHT_MAX</td>
<td>Amount of build error messages which should
-be highlighting in the Compiler message
-window. This affects the special colouring
+be highlighted in the Compiler message
+window. This affects the special coloring
when Geany detects a compiler output line as
an error message and then highlight the
corresponding line in the source code.
Usually only the first few messages are
interesting because following errors are
just aftereffects.</td>
-<td>50</td>
+<td>100</td>
</tr>
</tbody>
</table>
@@ -4847,7 +4847,7 @@
<div class="footer">
<hr class="footer" />
<a class="reference external" href="geany.txt">View document source</a>.
-Generated on: 2009-04-21 20:34 UTC.
+Generated on: 2009-04-24 19:13 UTC.
Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
</div>
Modified: trunk/doc/geany.txt
===================================================================
--- trunk/doc/geany.txt 2009-04-24 19:30:07 UTC (rev 3731)
+++ trunk/doc/geany.txt 2009-04-24 19:31:00 UTC (rev 3732)
@@ -3826,7 +3826,7 @@
============================== ============================================ ==================
Option Description Default
============================== ============================================ ==================
-GEANY_BUILD_ERR_HIGHLIGHT_MAX Amount of build error messages which should 50
+GEANY_BUILD_ERR_HIGHLIGHT_MAX Amount of build error messages which should 100
be highlighted in the Compiler message
window. This affects the special coloring
when Geany detects a compiler output line as
Modified: trunk/src/build.h
===================================================================
--- trunk/src/build.h 2009-04-24 19:30:07 UTC (rev 3731)
+++ trunk/src/build.h 2009-04-24 19:31:00 UTC (rev 3732)
@@ -25,7 +25,7 @@
#ifndef GEANY_BUILD_H
#define GEANY_BUILD_H 1
-#define GEANY_BUILD_ERR_HIGHLIGHT_MAX 50
+#define GEANY_BUILD_ERR_HIGHLIGHT_MAX 100
typedef enum /* Geany Build Options */
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list