SF.net SVN: geany:[5410] trunk/HACKING

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Nov 16 15:21:41 UTC 2010


Revision: 5410
          http://geany.svn.sourceforge.net/geany/?rev=5410&view=rev
Author:   ntrel
Date:     2010-11-16 15:21:41 +0000 (Tue, 16 Nov 2010)

Log Message:
-----------
Fix for moved highlighting_is_{comment,string}_style().

Modified Paths:
--------------
    trunk/HACKING

Modified: trunk/HACKING
===================================================================
--- trunk/HACKING	2010-11-16 15:07:40 UTC (rev 5409)
+++ trunk/HACKING	2010-11-16 15:21:41 UTC (rev 5410)
@@ -378,14 +378,15 @@
 
 Other features
 ^^^^^^^^^^^^^^
+If the lexer has comment styles, you should add them in
+highlighting_is_comment_style(). You should also update
+highlighting_is_string_style() for string/character styles. For now,
+this prevents calltips and autocompletion when typing in a comment
+(but it can still be forced by the user).
+
 For brace indentation, update lexer_has_braces() in editor.c;
 indentation after ':' is done from on_new_line_added().
 
-If the lexer has comment styles, you should add them in is_comment_style()
-in editor.c. You should also update is_string_style() for string/character
-styles. For now, this prevents calltips and autocompletion when typing
-in a comment (but it can still be forced by the user).
-
 If the Scintilla lexer supports user type keyword highlighting (e.g.
 SCLEX_CPP), update editor_lexer_get_type_keyword_idx() in editor.c.
 


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