SF.net SVN: geany: [382] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Tue May 30 21:27:29 UTC 2006


Revision: 382
Author:   ntrel
Date:     2006-05-30 14:27:21 -0700 (Tue, 30 May 2006)
ViewCVS:  http://svn.sourceforge.net/geany/?rev=382&view=rev

Log Message:
-----------
Updated identifier styling as highlighting.c

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/filetypes.pascal
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-05-30 20:50:50 UTC (rev 381)
+++ trunk/ChangeLog	2006-05-30 21:27:21 UTC (rev 382)
@@ -3,6 +3,7 @@
  * src/keyfile.c, src/sciwrappers.c, src/sciwrappers.h, src/document.c:
    Scroll session files in view after all resizing of the Scintilla
    widget and rename sci_scroll_to_line.
+ * data/filetypes.pascal: Updated identifier styling as highlighting.c.
 
 
 2006-05-30  Enrico Troeger  <enrico.troeger at uvena.de>

Modified: trunk/data/filetypes.pascal
===================================================================
--- trunk/data/filetypes.pascal	2006-05-30 20:50:50 UTC (rev 381)
+++ trunk/data/filetypes.pascal	2006-05-30 21:27:21 UTC (rev 382)
@@ -9,7 +9,7 @@
 character=0x004040;0xffffff;false;false
 preprocessor=0x7F7F00;0xffffff;false;false
 operator=0x101030;0xffffff;false;false
-identifier=0x991111;0xffffff;true;false
+identifier=0x100000;0xffffff;false;false
 regex=0x13631B;0xffffff;false;false
 commentline=0x0000ff;0xffffff;false;false
 commentdoc=0x0000ff;0xffffff;false;false


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