Skip to content

Commit

Permalink
Add underscore to default wordchars again (oops).
Browse files Browse the repository at this point in the history
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1023 ea778897-0a13-0410-b9d1-a72fbfd435f5
  • Loading branch information
ntrel committed Nov 23, 2006
1 parent 76931fe commit fa9decd
Show file tree
Hide file tree
Showing 28 changed files with 29 additions and 27 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.asm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ directives=org list nolist page equivalent word text

[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=;
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docComment=TODO FIXME

[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=//
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.caml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords_optional=option Some None ignore ref

[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=(*
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defval=0x00007f;0xffffff;false;false

[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=#
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docComment=TODO FIXME
[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=//
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pseudoclasses=first-letter first-line link active visited lang first-child focus

[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=/*
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.d
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docComment=TODO FIXME
[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=//
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.diff
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ added=0x34b034;0xffffff;false;false

[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=
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.docbook
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dtd=ELEMENT DOCTYPE ATTLIST ENTITY NOTATION

[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=<!--
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.ferite
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docComment=brief class declaration description end example extends function grou

[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=//
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.fortran
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ user_functions=cdabs cdcos cdexp cdlog cdsin cdsqrt cotan cotand dcmplx dconjg d

[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
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.html
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -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=/*
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.latex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ primary=above abovedisplayshortskip abovedisplayskip abovewithdelims accent adjd

[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=%
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ideol=0x008000;0xffffff;false;false

[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=#
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.oms
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ primary=clear seq fillcols fillrowsgaspect gaddview gtitle gxaxis gyaxis max con

[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=#
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.pascal
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ primary=absolute and array asm begin break case const constructor continue destr
[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={
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.perl
Original file line number Diff line number Diff line change
Expand Up @@ -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=#
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.python
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ primary=and assert break class continue def del elif else except exec finally fo

[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=#
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.ruby
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ primary=__FILE__ load define_method attr_accessor attr_writer attr_reader and de

[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=#
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ primary=break case continue do done elif else esac eval exit export fi for funct

[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=#
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords=absolute action add admin after aggregate alias all allocate alter and

[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=/*
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ expand=

[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=#
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ userwords=

[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=--
Expand Down
2 changes: 1 addition & 1 deletion data/filetypes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ sgml=ELEMENT DOCTYPE ATTLIST ENTITY NOTATION

[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=<!--
Expand Down
2 changes: 1 addition & 1 deletion src/geany.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa9decd

Please sign in to comment.