Branch: refs/heads/master
Author: Colomban Wendling <ban(a)herbesfolles.org>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Mon, 13 Mar 2023 13:43:58 UTC
Commit: 40d1db873b5242156732ac9e18e665ea72e76fc3
https://github.com/geany/geany/commit/40d1db873b5242156732ac9e18e665ea72e76…
Log Message:
-----------
Merge pull request #3428 from techee/conf_comments
Improve some comments in filetype conf files
Modified Paths:
--------------
data/filedefs/filetypes.Arduino.conf
data/filedefs/filetypes.CUDA.conf
data/filedefs/filetypes.Clojure.conf
data/filedefs/filetypes.Genie.conf
data/filedefs/filetypes.Graphviz.conf
data/filedefs/filetypes.Scala.conf
data/filedefs/filetypes.Swift.conf
data/filedefs/filetypes.TypeScript.conf
data/filedefs/filetypes.abaqus
data/filedefs/filetypes.actionscript
data/filedefs/filetypes.ada
data/filedefs/filetypes.asm
data/filedefs/filetypes.batch
data/filedefs/filetypes.c
data/filedefs/filetypes.caml
data/filedefs/filetypes.cmake
data/filedefs/filetypes.cobol
data/filedefs/filetypes.conf
data/filedefs/filetypes.cpp
data/filedefs/filetypes.cs
data/filedefs/filetypes.css
data/filedefs/filetypes.d
data/filedefs/filetypes.diff
data/filedefs/filetypes.docbook
data/filedefs/filetypes.erlang
data/filedefs/filetypes.f77
data/filedefs/filetypes.forth
data/filedefs/filetypes.fortran
data/filedefs/filetypes.freebasic
data/filedefs/filetypes.gdscript
data/filedefs/filetypes.glsl
data/filedefs/filetypes.go
data/filedefs/filetypes.haskell
data/filedefs/filetypes.haxe
data/filedefs/filetypes.html
data/filedefs/filetypes.java
data/filedefs/filetypes.javascript
data/filedefs/filetypes.latex
data/filedefs/filetypes.lisp
data/filedefs/filetypes.lua
data/filedefs/filetypes.makefile
data/filedefs/filetypes.matlab
data/filedefs/filetypes.nsis
data/filedefs/filetypes.objectivec
data/filedefs/filetypes.pascal
data/filedefs/filetypes.perl
data/filedefs/filetypes.php
data/filedefs/filetypes.po
data/filedefs/filetypes.powershell
data/filedefs/filetypes.python.in
data/filedefs/filetypes.r
data/filedefs/filetypes.restructuredtext
data/filedefs/filetypes.ruby
data/filedefs/filetypes.rust
data/filedefs/filetypes.sh
data/filedefs/filetypes.smalltalk
data/filedefs/filetypes.sql
data/filedefs/filetypes.tcl
data/filedefs/filetypes.vala
data/filedefs/filetypes.verilog
data/filedefs/filetypes.vhdl
data/filedefs/filetypes.xml
data/filedefs/filetypes.yaml
Modified: data/filedefs/filetypes.Arduino.conf
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -22,9 +22,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
# context action command (please see Geany's main documentation for details)
Modified: data/filedefs/filetypes.CUDA.conf
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -20,7 +20,8 @@ tag_parser=CUDA
# default extension used when saving files
extension=cu
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -31,9 +32,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.Clojure.conf
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -11,7 +11,8 @@ extension=clj
lexer_filetype=Lisp
tag_parser=Clojure
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -22,9 +23,9 @@ comment_single=;
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.Genie.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -19,7 +19,8 @@ tag_parser=Python
# default extension used when saving files
extension=gs
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Graphviz.conf
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -20,7 +20,8 @@ extension=gv
# MIME type
mime_type=text/vnd.graphviz
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -31,9 +32,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.Scala.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -21,7 +21,8 @@ extension=scala
# MIME type
mime_type=text/x-scala
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Swift.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -19,7 +19,8 @@ extension=swift
# MIME type
mime_type=text/x-swift
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.TypeScript.conf
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -20,7 +20,8 @@ tag_parser=TypeScript
# MIME type
mime_type=text/x-typescript
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -31,9 +32,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.abaqus
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -19,7 +19,8 @@ arguments=elset engineering inc input line material name nset pin tie type write
# default extension used when saving files
extension=inp
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -30,9 +31,9 @@ comment_single=**
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=false
Modified: data/filedefs/filetypes.actionscript
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -16,7 +16,8 @@ extension=as
# MIME type
mime_type=application/ecmascript
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -27,9 +28,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.ada
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -26,7 +26,8 @@ extension=adb
# MIME type
mime_type=text/x-adasrc
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -37,9 +38,9 @@ comment_single=--
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.asm
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -30,7 +30,8 @@ directives=org list nolist page equivalent word text
# default extension used when saving files
extension=asm
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -41,9 +42,9 @@ comment_single=;
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.batch
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -19,7 +19,8 @@ keywords_optional=
# default extension used when saving files
extension=bat
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -30,9 +31,9 @@ comment_single=REM\s
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.c
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -49,7 +49,8 @@ extension=c
# MIME type
mime_type=text/x-csrc
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -60,9 +61,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.caml
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -31,7 +31,8 @@ extension=ml
# MIME type
mime_type=text/x-ocaml
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -42,9 +43,9 @@ comment_close=*)
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.cmake
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -31,7 +31,8 @@ extension=cmake
# MIME type
mime_type=text/x-cmake
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -42,9 +43,9 @@ comment_single=#
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.cobol
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -25,7 +25,8 @@ extension=cob
# MIME type
mime_type=text/x-cobol
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -36,9 +37,9 @@ comment_single=*>
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=false
Modified: data/filedefs/filetypes.conf
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -17,7 +17,8 @@ lexer.props.allow.initial.spaces=0
# default extension used when saving files
extension=conf
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -28,9 +29,9 @@ comment_single=#
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.cpp
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -19,7 +19,8 @@ extension=cpp
# MIME type
mime_type=text/x-c++src
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -30,9 +31,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.cs
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -20,7 +20,8 @@
# MIME type
mime_type=text/x-csharp
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -31,9 +32,9 @@
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.css
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -46,7 +46,8 @@ extension=css
# MIME type
mime_type=text/css
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_-abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -57,9 +58,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.d
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -38,7 +38,8 @@ extension=d
# MIME type
mime_type=text/x-dsrc
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -52,9 +53,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.diff
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -26,7 +26,8 @@ extension=diff
# MIME type
mime_type=text/x-patch
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# only the text before the first --- is a comment
Modified: data/filedefs/filetypes.docbook
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -48,7 +48,8 @@ extension=docbook
# MIME type
mime_type=application/docbook+xml
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -59,9 +60,9 @@ comment_close=-->
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.erlang
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -48,7 +48,8 @@ extension=erl
# MIME type
mime_type=text/x-erlang
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -59,9 +60,9 @@ comment_single=%
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.f77
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -31,7 +31,8 @@ primary=access action advance allocatable allocate apostrophe assign assignment
# MIME type
mime_type=text/x-fortran
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -42,9 +43,9 @@ primary=access action advance allocatable allocate apostrophe assign assignment
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=false
Modified: data/filedefs/filetypes.forth
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -27,7 +27,8 @@ preword2=! c! @ c@ 2! 2@ and or xor invert negate / /mod mod rshift lshift
# default extension used when saving files
extension=fs
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -41,9 +42,9 @@ comment_close= )
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.fortran
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -15,7 +15,8 @@ extension=f90
# MIME type
mime_type=text/x-fortran
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -26,9 +27,9 @@ comment_single=!
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=false
Modified: data/filedefs/filetypes.freebasic
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -37,7 +37,8 @@ user2=
# default extension used when saving files
extension=bas
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -48,9 +49,9 @@ comment_close='/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.gdscript
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -42,9 +42,9 @@ comment_single=#\s
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.glsl
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -16,7 +16,8 @@ lexer_filetype=C
# default extension used when saving files
extension=glsl
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -27,9 +28,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.go
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -23,7 +23,8 @@ extension=go
# MIME type
mime_type=text/x-go
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -34,9 +35,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.haskell
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -47,7 +47,8 @@ extension=hs
# MIME type
mime_type=text/x-haskell
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -58,9 +59,9 @@ comment_close=-}
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.haxe
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -16,7 +16,8 @@ lexer.cpp.track.preprocessor=0
# default extension used when saving files
extension=hx
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -27,9 +28,9 @@ comment_single=//
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.html
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -99,7 +99,8 @@
# MIME type
mime_type=text/html
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
@@ -111,9 +112,9 @@
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.java
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -17,7 +17,8 @@
# MIME type
mime_type=text/x-java
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -28,9 +29,9 @@
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.javascript
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -17,7 +17,8 @@ extension=js
# MIME type
mime_type=application/javascript
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -28,9 +29,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.latex
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -28,7 +28,8 @@ extension=tex
# MIME type
mime_type=text/x-tex
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -39,9 +40,9 @@ comment_single=%
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.lisp
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -23,7 +23,8 @@ special_keywords=always and appending array-dimension-limit array-rank-limit arr
# default extension used when saving files
extension=lisp
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -34,9 +35,9 @@ comment_close=|#
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.lua
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -45,7 +45,8 @@ extension=lua
# MIME type
mime_type=text/x-lua
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -56,9 +57,9 @@ comment_close=--]]
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.makefile
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -16,7 +16,8 @@ extension=mak
# MIME type
mime_type=text/x-makefile
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -27,9 +28,9 @@ comment_single=#
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=false
Modified: data/filedefs/filetypes.matlab
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -22,7 +22,8 @@ extension=m
# MIME type
mime_type=text/x-matlab
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -33,9 +34,9 @@ comment_single=%
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.nsis
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -36,7 +36,8 @@ nsis.ignorecase=1
# default extension used when saving files
extension=nsi
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -47,9 +48,9 @@ comment_single=;
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.objectivec
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -18,7 +18,8 @@ extension=m
# MIME type
mime_type=text/x-objc
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -29,9 +30,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.pascal
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -33,7 +33,8 @@ extension=pas
# MIME type
mime_type=text/x-pascal
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -44,9 +45,9 @@ comment_close=}
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.perl
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -64,7 +64,8 @@
# MIME type
mime_type=application/x-perl
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -75,9 +76,9 @@
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.php
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -13,7 +13,8 @@
# MIME type
mime_type=application/x-php
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
@@ -25,9 +26,9 @@
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.po
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -25,7 +25,8 @@ extension=po
# MIME type
mime_type=text/x-gettext-translation
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -36,9 +37,9 @@ comment_single=#
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.powershell
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -32,7 +32,8 @@ user1=
# default extension used when saving files
extension=ps1
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -43,9 +44,9 @@ comment_close=#>
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.python.in
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -42,7 +42,8 @@ extension=py
# MIME type
mime_type=text/x-python
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comment char, like # in this file
@@ -53,9 +54,9 @@ comment_single=#\s
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.r
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -27,7 +27,8 @@ package_other=
# default extension used when saving files
extension=R
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -38,9 +39,9 @@ comment_single=#
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=false
Modified: data/filedefs/filetypes.restructuredtext
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -9,7 +9,8 @@ extension=rst
# MIME type
mime_type=text/x-rst
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -20,9 +21,9 @@ comment_single=..\s
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
#comment_use_indent=true
Modified: data/filedefs/filetypes.ruby
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -48,7 +48,8 @@ extension=rb
# MIME type
mime_type=application/x-ruby
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -59,9 +60,9 @@ comment_single=#
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.rust
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -48,9 +48,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.sh
9 lines changed, 5 insertions(+), 4 deletions(-)
===================================================================
@@ -27,7 +27,8 @@ extension=sh
# MIME type
mime_type=application/x-shellscript
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -36,11 +37,11 @@ comment_single=#
#comment_open=
#comment_close=
-# set to false if a comment character/string should start a column 0 of a line, true uses any
+# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.smalltalk
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -30,7 +30,8 @@ extension=st
# MIME type
mime_type=text/x-smalltalk
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -41,9 +42,9 @@ comment_close="
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.sql
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -32,7 +32,8 @@ extension=sql
# MIME type
mime_type=text/x-sql
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -43,9 +44,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.tcl
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -36,7 +36,8 @@ extension=tcl
# MIME type
mime_type=text/x-tcl
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -47,9 +48,9 @@ comment_single=#
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.vala
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -20,7 +20,8 @@ extension=vala
# MIME type
mime_type=text/x-vala
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -31,9 +32,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
#comment_use_indent=true
Modified: data/filedefs/filetypes.verilog
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -35,7 +35,8 @@ extension=v
# MIME type
mime_type=text/x-verilog
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -46,9 +47,9 @@ comment_close=*/
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.vhdl
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -35,7 +35,8 @@ extension=vhd
# MIME type
mime_type=text/x-vhdl
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -46,9 +47,9 @@ comment_single=--
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.xml
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -10,7 +10,8 @@ extension=xml
# MIME type
mime_type=application/xml
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -21,9 +22,9 @@ comment_close=-->
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
Modified: data/filedefs/filetypes.yaml
7 lines changed, 4 insertions(+), 3 deletions(-)
===================================================================
@@ -24,7 +24,8 @@ extension=yaml
# MIME type
mime_type=application/x-yaml
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
@@ -35,9 +36,9 @@ comment_single=#
# set to false if a comment character/string should start at column 0 of a line, true uses any
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
- #command_example();
+# #command_example();
# setting to false would generate this
-# command_example();
+# # command_example();
# This setting works only for single line comments
comment_use_indent=true
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Colomban Wendling <ban(a)herbesfolles.org>
Date: Mon, 13 Mar 2023 13:40:44 UTC
Commit: 6018c523948e50f645af10f5338a56cda1eccf0b
https://github.com/geany/geany/commit/6018c523948e50f645af10f5338a56cda1ecc…
Log Message:
-----------
Improve code commenting-out global config files
Right now, when a config file from Tools->Configuration Files is edited
for the first time, the global config file is taken and all lines in it are
commented-out. When modified, such a file is copied into the user's config
directory. The logic behind this is that the user typically wants to
modify just one or few config options while leaving the rest in the
default state.
However, commenting-out all lines is problemmatic. Consider for instance
the beginning of filetypes.common when all lines are commented-out by
the current code:
```
#~ # For complete documentation of this file, please see Geany's main documentation
#~ [styling]
#~ # use foreground;background;bold;italic or named_style,bold,italic
#~
#~ # used for filetype All/None
#~ #default=default
```
1. Already commented-out lines are commented out once more which is ugly
2. Sections are commented out. This is problematic because users don't
have to just comment-out the variable they want to modify, they must also
comment-out the section in which the variable is which is easy to forget.
3. Empty lines are commented out which is unnecessary
This patch goes through the config file line by line and keeps sections,
comments and empty lines unmodified so the result of the above example
is this:
```
# For complete documentation of this file, please see Geany's main documentation
[styling]
# use foreground;background;bold;italic or named_style,bold,italic
# used for filetype All/None
#default=default
```
The patch does this only for .conf filetype and uses the original code for
other file types.
Modified Paths:
--------------
src/ui_utils.c
Modified: src/ui_utils.c
38 lines changed, 35 insertions(+), 3 deletions(-)
===================================================================
@@ -2096,6 +2096,33 @@ void ui_table_add_row(GtkTable *table, gint row, ...)
}
+/* comment-out all lines that are not already commented out except sections */
+static void comment_conf_files(ScintillaObject *sci)
+{
+ gint line, line_count;
+
+ line_count = sci_get_line_count(sci);
+ for (line = 0; line < line_count; line++)
+ {
+ gint pos_start = sci_get_position_from_line(sci, line);
+ gint pos_end = sci_get_line_end_position(sci, line);
+ gint pos;
+
+ for (pos = pos_start; pos < pos_end; pos++)
+ {
+ gchar c = sci_get_char_at(sci, pos);
+ if (c == '[' || c == '#')
+ break;
+ if (!isspace(c))
+ {
+ sci_insert_text(sci, pos_start, "#");
+ break;
+ }
+ }
+ }
+}
+
+
static void on_config_file_clicked(GtkWidget *widget, gpointer user_data)
{
const gchar *file_name = user_data;
@@ -2135,9 +2162,14 @@ static void on_config_file_clicked(GtkWidget *widget, gpointer user_data)
doc = document_new_file(utf8_filename, ft, global_content);
if (global_content)
{
- sci_select_all(doc->editor->sci);
- keybindings_send_command(GEANY_KEY_GROUP_FORMAT,
- GEANY_KEYS_FORMAT_COMMENTLINETOGGLE);
+ if (doc->file_type->id == GEANY_FILETYPES_CONF)
+ comment_conf_files(doc->editor->sci);
+ else
+ {
+ sci_select_all(doc->editor->sci);
+ keybindings_send_command(GEANY_KEY_GROUP_FORMAT,
+ GEANY_KEYS_FORMAT_COMMENTLINETOGGLE);
+ }
sci_set_current_line(doc->editor->sci, 0);
document_set_text_changed(doc, FALSE);
sci_empty_undo_buffer(doc->editor->sci);
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Jiří Techet <techet(a)gmail.com>
Committer: Jiří Techet <techet(a)gmail.com>
Date: Sun, 12 Mar 2023 22:31:54 UTC
Commit: 04938a38ac5cab5963227132a75975dae192aafc
https://github.com/geany/geany/commit/04938a38ac5cab5963227132a75975dae192a…
Log Message:
-----------
Reword "wordchars" description using the description from the manual
Modified Paths:
--------------
data/filedefs/filetypes.CUDA.conf
data/filedefs/filetypes.Clojure.conf
data/filedefs/filetypes.Genie.conf
data/filedefs/filetypes.Graphviz.conf
data/filedefs/filetypes.Scala.conf
data/filedefs/filetypes.Swift.conf
data/filedefs/filetypes.TypeScript.conf
data/filedefs/filetypes.abaqus
data/filedefs/filetypes.actionscript
data/filedefs/filetypes.ada
data/filedefs/filetypes.asm
data/filedefs/filetypes.batch
data/filedefs/filetypes.c
data/filedefs/filetypes.caml
data/filedefs/filetypes.cmake
data/filedefs/filetypes.cobol
data/filedefs/filetypes.conf
data/filedefs/filetypes.cpp
data/filedefs/filetypes.cs
data/filedefs/filetypes.css
data/filedefs/filetypes.d
data/filedefs/filetypes.diff
data/filedefs/filetypes.docbook
data/filedefs/filetypes.erlang
data/filedefs/filetypes.f77
data/filedefs/filetypes.forth
data/filedefs/filetypes.fortran
data/filedefs/filetypes.freebasic
data/filedefs/filetypes.glsl
data/filedefs/filetypes.go
data/filedefs/filetypes.haskell
data/filedefs/filetypes.haxe
data/filedefs/filetypes.html
data/filedefs/filetypes.java
data/filedefs/filetypes.javascript
data/filedefs/filetypes.latex
data/filedefs/filetypes.lisp
data/filedefs/filetypes.lua
data/filedefs/filetypes.makefile
data/filedefs/filetypes.matlab
data/filedefs/filetypes.nsis
data/filedefs/filetypes.objectivec
data/filedefs/filetypes.pascal
data/filedefs/filetypes.perl
data/filedefs/filetypes.php
data/filedefs/filetypes.po
data/filedefs/filetypes.powershell
data/filedefs/filetypes.python.in
data/filedefs/filetypes.r
data/filedefs/filetypes.restructuredtext
data/filedefs/filetypes.ruby
data/filedefs/filetypes.sh
data/filedefs/filetypes.smalltalk
data/filedefs/filetypes.sql
data/filedefs/filetypes.tcl
data/filedefs/filetypes.vala
data/filedefs/filetypes.verilog
data/filedefs/filetypes.vhdl
data/filedefs/filetypes.xml
data/filedefs/filetypes.yaml
Modified: data/filedefs/filetypes.CUDA.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -20,7 +20,8 @@ tag_parser=CUDA
# default extension used when saving files
extension=cu
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Clojure.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -11,7 +11,8 @@ extension=clj
lexer_filetype=Lisp
tag_parser=Clojure
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Genie.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -19,7 +19,8 @@ tag_parser=Python
# default extension used when saving files
extension=gs
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Graphviz.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -20,7 +20,8 @@ extension=gv
# MIME type
mime_type=text/vnd.graphviz
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Scala.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -21,7 +21,8 @@ extension=scala
# MIME type
mime_type=text/x-scala
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Swift.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -19,7 +19,8 @@ extension=swift
# MIME type
mime_type=text/x-swift
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.TypeScript.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -20,7 +20,8 @@ tag_parser=TypeScript
# MIME type
mime_type=text/x-typescript
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.abaqus
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -19,7 +19,8 @@ arguments=elset engineering inc input line material name nset pin tie type write
# default extension used when saving files
extension=inp
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.actionscript
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -16,7 +16,8 @@ extension=as
# MIME type
mime_type=application/ecmascript
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.ada
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -26,7 +26,8 @@ extension=adb
# MIME type
mime_type=text/x-adasrc
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.asm
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -30,7 +30,8 @@ directives=org list nolist page equivalent word text
# default extension used when saving files
extension=asm
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.batch
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -19,7 +19,8 @@ keywords_optional=
# default extension used when saving files
extension=bat
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.c
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -49,7 +49,8 @@ extension=c
# MIME type
mime_type=text/x-csrc
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.caml
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -31,7 +31,8 @@ extension=ml
# MIME type
mime_type=text/x-ocaml
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.cmake
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -31,7 +31,8 @@ extension=cmake
# MIME type
mime_type=text/x-cmake
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.cobol
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -25,7 +25,8 @@ extension=cob
# MIME type
mime_type=text/x-cobol
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.conf
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -17,7 +17,8 @@ lexer.props.allow.initial.spaces=0
# default extension used when saving files
extension=conf
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.cpp
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -19,7 +19,8 @@ extension=cpp
# MIME type
mime_type=text/x-c++src
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.cs
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -20,7 +20,8 @@
# MIME type
mime_type=text/x-csharp
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.css
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -46,7 +46,8 @@ extension=css
# MIME type
mime_type=text/css
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_-abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.d
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -38,7 +38,8 @@ extension=d
# MIME type
mime_type=text/x-dsrc
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.diff
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -26,7 +26,8 @@ extension=diff
# MIME type
mime_type=text/x-patch
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# only the text before the first --- is a comment
Modified: data/filedefs/filetypes.docbook
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -48,7 +48,8 @@ extension=docbook
# MIME type
mime_type=application/docbook+xml
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.erlang
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -48,7 +48,8 @@ extension=erl
# MIME type
mime_type=text/x-erlang
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.f77
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -31,7 +31,8 @@ primary=access action advance allocatable allocate apostrophe assign assignment
# MIME type
mime_type=text/x-fortran
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.forth
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -27,7 +27,8 @@ preword2=! c! @ c@ 2! 2@ and or xor invert negate / /mod mod rshift lshift
# default extension used when saving files
extension=fs
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.fortran
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -15,7 +15,8 @@ extension=f90
# MIME type
mime_type=text/x-fortran
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.freebasic
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -37,7 +37,8 @@ user2=
# default extension used when saving files
extension=bas
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.glsl
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -16,7 +16,8 @@ lexer_filetype=C
# default extension used when saving files
extension=glsl
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.go
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -23,7 +23,8 @@ extension=go
# MIME type
mime_type=text/x-go
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.haskell
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -47,7 +47,8 @@ extension=hs
# MIME type
mime_type=text/x-haskell
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.haxe
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -16,7 +16,8 @@ lexer.cpp.track.preprocessor=0
# default extension used when saving files
extension=hx
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.html
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -99,7 +99,8 @@
# MIME type
mime_type=text/html
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
Modified: data/filedefs/filetypes.java
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -17,7 +17,8 @@
# MIME type
mime_type=text/x-java
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.javascript
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -17,7 +17,8 @@ extension=js
# MIME type
mime_type=application/javascript
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.latex
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -28,7 +28,8 @@ extension=tex
# MIME type
mime_type=text/x-tex
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.lisp
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -23,7 +23,8 @@ special_keywords=always and appending array-dimension-limit array-rank-limit arr
# default extension used when saving files
extension=lisp
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.lua
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -45,7 +45,8 @@ extension=lua
# MIME type
mime_type=text/x-lua
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.makefile
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -16,7 +16,8 @@ extension=mak
# MIME type
mime_type=text/x-makefile
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.matlab
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -22,7 +22,8 @@ extension=m
# MIME type
mime_type=text/x-matlab
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.nsis
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -36,7 +36,8 @@ nsis.ignorecase=1
# default extension used when saving files
extension=nsi
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.objectivec
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -18,7 +18,8 @@ extension=m
# MIME type
mime_type=text/x-objc
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.pascal
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -33,7 +33,8 @@ extension=pas
# MIME type
mime_type=text/x-pascal
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.perl
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -64,7 +64,8 @@
# MIME type
mime_type=application/x-perl
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.php
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -13,7 +13,8 @@
# MIME type
mime_type=application/x-php
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
Modified: data/filedefs/filetypes.po
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -25,7 +25,8 @@ extension=po
# MIME type
mime_type=text/x-gettext-translation
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.powershell
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -32,7 +32,8 @@ user1=
# default extension used when saving files
extension=ps1
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.python.in
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -42,7 +42,8 @@ extension=py
# MIME type
mime_type=text/x-python
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comment char, like # in this file
Modified: data/filedefs/filetypes.r
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -27,7 +27,8 @@ package_other=
# default extension used when saving files
extension=R
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.restructuredtext
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -9,7 +9,8 @@ extension=rst
# MIME type
mime_type=text/x-rst
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.ruby
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -48,7 +48,8 @@ extension=rb
# MIME type
mime_type=application/x-ruby
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.sh
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -27,7 +27,8 @@ extension=sh
# MIME type
mime_type=application/x-shellscript
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.smalltalk
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -30,7 +30,8 @@ extension=st
# MIME type
mime_type=text/x-smalltalk
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.sql
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -32,7 +32,8 @@ extension=sql
# MIME type
mime_type=text/x-sql
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.tcl
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -36,7 +36,8 @@ extension=tcl
# MIME type
mime_type=text/x-tcl
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.vala
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -20,7 +20,8 @@ extension=vala
# MIME type
mime_type=text/x-vala
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.verilog
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -35,7 +35,8 @@ extension=v
# MIME type
mime_type=text/x-verilog
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.vhdl
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -35,7 +35,8 @@ extension=vhd
# MIME type
mime_type=text/x-vhdl
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.xml
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -10,7 +10,8 @@ extension=xml
# MIME type
mime_type=application/xml
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.yaml
3 lines changed, 2 insertions(+), 1 deletions(-)
===================================================================
@@ -24,7 +24,8 @@ extension=yaml
# MIME type
mime_type=application/x-yaml
-# the following characters are these which a "word" can contains, see documentation
+# these characters define word boundaries when making selections and searching
+# using word matching options
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).