Revision: 3006 http://geany.svn.sourceforge.net/geany/?rev=3006&view=rev Author: ntrel Date: 2008-09-26 14:13:48 +0000 (Fri, 26 Sep 2008)
Log Message: ----------- Update to mention separate is_comment_style() and is_string_style() functions.
Modified Paths: -------------- trunk/ChangeLog trunk/HACKING
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-09-26 14:01:41 UTC (rev 3005) +++ trunk/ChangeLog 2008-09-26 14:13:48 UTC (rev 3006) @@ -10,6 +10,9 @@ data/filetype_extensions.conf, data/filetypes.r: Apply patch from Andrew Rowland to add support for the R language (thanks, #2121502). + * HACKING: + Update to mention separate is_comment_style() and is_string_style() + functions.
2008-09-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/HACKING =================================================================== --- trunk/HACKING 2008-09-26 14:01:41 UTC (rev 3005) +++ trunk/HACKING 2008-09-26 14:13:48 UTC (rev 3006) @@ -232,9 +232,10 @@ 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() -in editor.c. For now, this prevents calltips and autocompletion when -typing in a comment (but it can still be forced by the user). +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.