SF.net SVN: geany:[2974] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Sep 18 16:09:52 UTC 2008


Revision: 2974
          http://geany.svn.sourceforge.net/geany/?rev=2974&view=rev
Author:   eht16
Date:     2008-09-18 16:09:51 +0000 (Thu, 18 Sep 2008)

Log Message:
-----------
Handle error messages and warnings from the mcs (Mono) compiler like those from Pascal or Basic compilers.

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-09-18 13:27:10 UTC (rev 2973)
+++ trunk/ChangeLog	2008-09-18 16:09:51 UTC (rev 2974)
@@ -6,6 +6,9 @@
    No need to make the debugging strings translatable in the status bar.
  * src/editor.c, src/plugins.c, src/sciwrappers.c, src/sciwrappers.h:
    Rename the new indicator functions and add documentation comment.
+ * src/msgwindow.c:
+   Handle error messages and warnings from the mcs (Mono) compiler like
+   those from Pascal or Basic compilers.
 
 
 2008-09-18  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/src/msgwindow.c
===================================================================
--- trunk/src/msgwindow.c	2008-09-18 13:27:10 UTC (rev 2973)
+++ trunk/src/msgwindow.c	2008-09-18 16:09:51 UTC (rev 2974)
@@ -744,6 +744,7 @@
 		}
 		case GEANY_FILETYPES_BASIC:
 		case GEANY_FILETYPES_PASCAL:
+		case GEANY_FILETYPES_CS:
 		{
 			/* getdrive.bas(52) error 18: Syntax error in '? GetAllDrives'
 			 * bandit.pas(149,3) Fatal: Syntax error, ";" expected but "ELSE" found */


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