Add underscore to default wordchars again (oops).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1023 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
76931febcf
commit
fa9decdaf9
@ -13,6 +13,8 @@
|
|||||||
* src/keybindings.c:
|
* src/keybindings.c:
|
||||||
Add switching to a notebook tab number using Alt-1 to Alt-9; Alt-0
|
Add switching to a notebook tab number using Alt-1 to Alt-9; Alt-0
|
||||||
switches to the last tab.
|
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>
|
2006-11-22 Frank Lanitz <frank@frank.uvena.de>
|
||||||
|
@ -27,7 +27,7 @@ directives=org list nolist page equivalent word text
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=;
|
comment_open=;
|
||||||
|
@ -31,7 +31,7 @@ docComment=TODO FIXME
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=//
|
comment_open=//
|
||||||
|
@ -24,7 +24,7 @@ keywords_optional=option Some None ignore ref
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=(*
|
comment_open=(*
|
||||||
|
@ -13,7 +13,7 @@ defval=0x00007f;0xffffff;false;false
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=#
|
comment_open=#
|
||||||
|
@ -31,7 +31,7 @@ docComment=TODO FIXME
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=//
|
comment_open=//
|
||||||
|
@ -26,7 +26,7 @@ pseudoclasses=first-letter first-line link active visited lang first-child focus
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=/*
|
comment_open=/*
|
||||||
|
@ -31,7 +31,7 @@ docComment=TODO FIXME
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=//
|
comment_open=//
|
||||||
|
@ -12,7 +12,7 @@ added=0x34b034;0xffffff;false;false
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# only the text before the first --- is a comment
|
||||||
comment_open=
|
comment_open=
|
||||||
|
@ -39,7 +39,7 @@ dtd=ELEMENT DOCTYPE ATTLIST ENTITY NOTATION
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=<!--
|
comment_open=<!--
|
||||||
|
@ -29,7 +29,7 @@ docComment=brief class declaration description end example extends function grou
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=//
|
comment_open=//
|
||||||
|
@ -28,7 +28,7 @@ user_functions=cdabs cdcos cdexp cdlog cdsin cdsqrt cotan cotand dcmplx dconjg d
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=c
|
comment_open=c
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# 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
|
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
|
||||||
|
@ -30,7 +30,7 @@ typedefs=
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=/*
|
comment_open=/*
|
||||||
|
@ -14,7 +14,7 @@ primary=above abovedisplayshortskip abovedisplayskip abovewithdelims accent adjd
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=%
|
comment_open=%
|
||||||
|
@ -14,7 +14,7 @@ ideol=0x008000;0xffffff;false;false
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=#
|
comment_open=#
|
||||||
|
@ -20,7 +20,7 @@ primary=clear seq fillcols fillrowsgaspect gaddview gtitle gxaxis gyaxis max con
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=#
|
comment_open=#
|
||||||
|
@ -20,7 +20,7 @@ primary=absolute and array asm begin break case const constructor continue destr
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open={
|
comment_open={
|
||||||
|
@ -25,7 +25,7 @@ primary=NULL __FILE__ __LINE__ __PACKAGE__ __DATA__ __END__ AUTOLOAD BEGIN CORE
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=#
|
comment_open=#
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# 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
|
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
|
||||||
|
@ -23,7 +23,7 @@ primary=and assert break class continue def del elif else except exec finally fo
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=#
|
comment_open=#
|
||||||
|
@ -28,7 +28,7 @@ primary=__FILE__ load define_method attr_accessor attr_writer attr_reader and de
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=#
|
comment_open=#
|
||||||
|
@ -19,7 +19,7 @@ primary=break case continue do done elif else esac eval exit export fi for funct
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=#
|
comment_open=#
|
||||||
|
@ -24,7 +24,7 @@ keywords=absolute action add admin after aggregate alias all allocate alter and
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=/*
|
comment_open=/*
|
||||||
|
@ -30,7 +30,7 @@ expand=
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=#
|
comment_open=#
|
||||||
|
@ -29,7 +29,7 @@ userwords=
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=--
|
comment_open=--
|
||||||
|
@ -76,7 +76,7 @@ sgml=ELEMENT DOCTYPE ATTLIST ENTITY NOTATION
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# the following characters are these which a "word" can contains, see documentation
|
# 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
|
# if only single comment char is supported like # in this file, leave comment_close blank
|
||||||
comment_open=<!--
|
comment_open=<!--
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
#define GEANY_HOMEPAGE "http://geany.uvena.de/"
|
#define GEANY_HOMEPAGE "http://geany.uvena.de/"
|
||||||
#define GEANY_USE_WIN32_DIALOG 0
|
#define GEANY_USE_WIN32_DIALOG 0
|
||||||
#define GEANY_CHECK_FILE_DELAY 30
|
#define GEANY_CHECK_FILE_DELAY 30
|
||||||
#define GEANY_WORDCHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
|
#define GEANY_WORDCHARS "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"
|
||||||
#define GEANY_MAX_WORD_LENGTH 192
|
#define GEANY_MAX_WORD_LENGTH 192
|
||||||
#define GEANY_MAX_AUTOCOMPLETE_WORDS 30
|
#define GEANY_MAX_AUTOCOMPLETE_WORDS 30
|
||||||
#define GEANY_MAX_AUTOCOMPLETE_HEIGHT 10
|
#define GEANY_MAX_AUTOCOMPLETE_HEIGHT 10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user