Revision: 1023 http://svn.sourceforge.net/geany/?rev=1023&view=rev Author: ntrel Date: 2006-11-23 07:48:02 -0800 (Thu, 23 Nov 2006)
Log Message: ----------- Add underscore to default wordchars again (oops).
Modified Paths: -------------- trunk/ChangeLog trunk/data/filetypes.asm trunk/data/filetypes.c trunk/data/filetypes.caml trunk/data/filetypes.conf trunk/data/filetypes.cpp trunk/data/filetypes.css trunk/data/filetypes.d trunk/data/filetypes.diff trunk/data/filetypes.docbook trunk/data/filetypes.ferite trunk/data/filetypes.fortran trunk/data/filetypes.html trunk/data/filetypes.java trunk/data/filetypes.latex trunk/data/filetypes.makefile trunk/data/filetypes.oms trunk/data/filetypes.pascal trunk/data/filetypes.perl trunk/data/filetypes.php trunk/data/filetypes.python trunk/data/filetypes.ruby trunk/data/filetypes.sh trunk/data/filetypes.sql trunk/data/filetypes.tcl trunk/data/filetypes.vhdl trunk/data/filetypes.xml trunk/src/geany.h
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/ChangeLog 2006-11-23 15:48:02 UTC (rev 1023) @@ -13,6 +13,8 @@ * src/keybindings.c: Add switching to a notebook tab number using Alt-1 to Alt-9; Alt-0 switches to the last tab. + * src/geany.h, data/filetypes.*: + Add underscore to default wordchars again (oops).
2006-11-22 Frank Lanitz frank@frank.uvena.de
Modified: trunk/data/filetypes.asm =================================================================== --- trunk/data/filetypes.asm 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.asm 2006-11-23 15:48:02 UTC (rev 1023) @@ -27,7 +27,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=;
Modified: trunk/data/filetypes.c =================================================================== --- trunk/data/filetypes.c 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.c 2006-11-23 15:48:02 UTC (rev 1023) @@ -31,7 +31,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=//
Modified: trunk/data/filetypes.caml =================================================================== --- trunk/data/filetypes.caml 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.caml 2006-11-23 15:48:02 UTC (rev 1023) @@ -24,7 +24,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=(*
Modified: trunk/data/filetypes.conf =================================================================== --- trunk/data/filetypes.conf 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.conf 2006-11-23 15:48:02 UTC (rev 1023) @@ -13,7 +13,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=#
Modified: trunk/data/filetypes.cpp =================================================================== --- trunk/data/filetypes.cpp 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.cpp 2006-11-23 15:48:02 UTC (rev 1023) @@ -31,7 +31,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=//
Modified: trunk/data/filetypes.css =================================================================== --- trunk/data/filetypes.css 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.css 2006-11-23 15:48:02 UTC (rev 1023) @@ -26,7 +26,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=/*
Modified: trunk/data/filetypes.d =================================================================== --- trunk/data/filetypes.d 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.d 2006-11-23 15:48:02 UTC (rev 1023) @@ -31,7 +31,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=//
Modified: trunk/data/filetypes.diff =================================================================== --- trunk/data/filetypes.diff 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.diff 2006-11-23 15:48:02 UTC (rev 1023) @@ -12,7 +12,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# only the text before the first --- is a comment comment_open=
Modified: trunk/data/filetypes.docbook =================================================================== --- trunk/data/filetypes.docbook 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.docbook 2006-11-23 15:48:02 UTC (rev 1023) @@ -39,7 +39,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=<!--
Modified: trunk/data/filetypes.ferite =================================================================== --- trunk/data/filetypes.ferite 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.ferite 2006-11-23 15:48:02 UTC (rev 1023) @@ -29,7 +29,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=//
Modified: trunk/data/filetypes.fortran =================================================================== --- trunk/data/filetypes.fortran 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.fortran 2006-11-23 15:48:02 UTC (rev 1023) @@ -28,7 +28,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=c
Modified: trunk/data/filetypes.html =================================================================== --- trunk/data/filetypes.html 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.html 2006-11-23 15:48:02 UTC (rev 1023) @@ -5,7 +5,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank # these comments are used for PHP, the comments used in HTML are in filetypes.xml
Modified: trunk/data/filetypes.java =================================================================== --- trunk/data/filetypes.java 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.java 2006-11-23 15:48:02 UTC (rev 1023) @@ -30,7 +30,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=/*
Modified: trunk/data/filetypes.latex =================================================================== --- trunk/data/filetypes.latex 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.latex 2006-11-23 15:48:02 UTC (rev 1023) @@ -14,7 +14,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=%
Modified: trunk/data/filetypes.makefile =================================================================== --- trunk/data/filetypes.makefile 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.makefile 2006-11-23 15:48:02 UTC (rev 1023) @@ -14,7 +14,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=#
Modified: trunk/data/filetypes.oms =================================================================== --- trunk/data/filetypes.oms 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.oms 2006-11-23 15:48:02 UTC (rev 1023) @@ -20,7 +20,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=#
Modified: trunk/data/filetypes.pascal =================================================================== --- trunk/data/filetypes.pascal 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.pascal 2006-11-23 15:48:02 UTC (rev 1023) @@ -20,7 +20,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open={
Modified: trunk/data/filetypes.perl =================================================================== --- trunk/data/filetypes.perl 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.perl 2006-11-23 15:48:02 UTC (rev 1023) @@ -25,7 +25,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=#
Modified: trunk/data/filetypes.php =================================================================== --- trunk/data/filetypes.php 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.php 2006-11-23 15:48:02 UTC (rev 1023) @@ -5,7 +5,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank # these comments are used for PHP, the comments used in HTML are in filetypes.xml
Modified: trunk/data/filetypes.python =================================================================== --- trunk/data/filetypes.python 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.python 2006-11-23 15:48:02 UTC (rev 1023) @@ -23,7 +23,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=#
Modified: trunk/data/filetypes.ruby =================================================================== --- trunk/data/filetypes.ruby 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.ruby 2006-11-23 15:48:02 UTC (rev 1023) @@ -28,7 +28,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=#
Modified: trunk/data/filetypes.sh =================================================================== --- trunk/data/filetypes.sh 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.sh 2006-11-23 15:48:02 UTC (rev 1023) @@ -19,7 +19,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=#
Modified: trunk/data/filetypes.sql =================================================================== --- trunk/data/filetypes.sql 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.sql 2006-11-23 15:48:02 UTC (rev 1023) @@ -24,7 +24,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=/*
Modified: trunk/data/filetypes.tcl =================================================================== --- trunk/data/filetypes.tcl 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.tcl 2006-11-23 15:48:02 UTC (rev 1023) @@ -30,7 +30,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=#
Modified: trunk/data/filetypes.vhdl =================================================================== --- trunk/data/filetypes.vhdl 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.vhdl 2006-11-23 15:48:02 UTC (rev 1023) @@ -29,7 +29,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=--
Modified: trunk/data/filetypes.xml =================================================================== --- trunk/data/filetypes.xml 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/data/filetypes.xml 2006-11-23 15:48:02 UTC (rev 1023) @@ -76,7 +76,7 @@
[settings] # the following characters are these which a "word" can contains, see documentation -#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 +#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# if only single comment char is supported like # in this file, leave comment_close blank comment_open=<!--
Modified: trunk/src/geany.h =================================================================== --- trunk/src/geany.h 2006-11-23 15:04:10 UTC (rev 1022) +++ trunk/src/geany.h 2006-11-23 15:48:02 UTC (rev 1023) @@ -40,7 +40,7 @@ #define GEANY_HOMEPAGE "http://geany.uvena.de/" #define GEANY_USE_WIN32_DIALOG 0 #define GEANY_CHECK_FILE_DELAY 30 -#define GEANY_WORDCHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#define GEANY_WORDCHARS "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" #define GEANY_MAX_WORD_LENGTH 192 #define GEANY_MAX_AUTOCOMPLETE_WORDS 30 #define GEANY_MAX_AUTOCOMPLETE_HEIGHT 10
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.