SF.net SVN: geany: [1309] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Feb 20 15:48:58 UTC 2007


Revision: 1309
          http://svn.sourceforge.net/geany/?rev=1309&view=rev
Author:   ntrel
Date:     2007-02-20 07:48:58 -0800 (Tue, 20 Feb 2007)

Log Message:
-----------
Remove the yellow error line marker also when using 'Remove Error
Indicators'.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/document.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-02-19 21:19:37 UTC (rev 1308)
+++ trunk/ChangeLog	2007-02-20 15:48:58 UTC (rev 1309)
@@ -1,3 +1,10 @@
+2007-02-20  Nick Treleaven  <nick.treleaven at btinternet.com>
+
+ * src/document.c:
+   Remove the yellow error line marker also when using 'Remove Error
+   Indicators'.
+
+
 2007-02-19  Enrico Tröger  <enrico.troeger at uvena.de>
 
  * src/search.c: Fixed compiler warning.

Modified: trunk/src/document.c
===================================================================
--- trunk/src/document.c	2007-02-19 21:19:37 UTC (rev 1308)
+++ trunk/src/document.c	2007-02-20 15:48:58 UTC (rev 1309)
@@ -1530,6 +1530,7 @@
 		sci_start_styling(doc_list[idx].sci, 0, INDIC2_MASK);
 		sci_set_styling(doc_list[idx].sci, last_pos, 0);
 	}
+	sci_marker_delete_all(doc_list[idx].sci, 0);	// remove the yellow error line marker
 }
 
 


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