rmthemegen 0.0.38 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.project +18 -0
- data/bin/geanyfy.rb +4 -41
- data/lib/rmthemegen/basis_theme.tmTheme +971 -0
- data/lib/rmthemegen/geany.filetypes.all +2945 -0
- data/lib/rmthemegen/plist.html +246 -0
- data/lib/rmthemegen/plist_to_tokenlist.rb +242 -0
- data/lib/rmthemegen/rmtg_rubymine.rb +196 -0
- data/lib/rmthemegen/rmtg_textmate.rb +262 -0
- data/lib/rmthemegen/rmthemegen_187.rb +32 -233
- data/lib/rmthemegen/rmthemegen_parent.rb +235 -0
- data/lib/rmthemegen/rmthemegen_to_css.rb +1 -0
- data/lib/rmthemegen/syntaxes/Apache.plist +544 -0
- data/lib/rmthemegen/syntaxes/Bibtex.plist +406 -0
- data/lib/rmthemegen/syntaxes/Blog___HTML__.plist +88 -0
- data/lib/rmthemegen/syntaxes/Blog___Markdown__.plist +89 -0
- data/lib/rmthemegen/syntaxes/Blog___Text__.plist +74 -0
- data/lib/rmthemegen/syntaxes/Blog___Textile__.plist +74 -0
- data/lib/rmthemegen/syntaxes/C.plist +1126 -0
- data/lib/rmthemegen/syntaxes/CSS.plist +543 -0
- data/lib/rmthemegen/syntaxes/C____.plist +521 -0
- data/lib/rmthemegen/syntaxes/ClojureRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Diff.plist +229 -0
- data/lib/rmthemegen/syntaxes/GroovyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/HTML.plist +960 -0
- data/lib/rmthemegen/syntaxes/HTML___Rails__.plist +92 -0
- data/lib/rmthemegen/syntaxes/Haskell.plist +646 -0
- data/lib/rmthemegen/syntaxes/Io.plist +225 -0
- data/lib/rmthemegen/syntaxes/Java.plist +1156 -0
- data/lib/rmthemegen/syntaxes/JavaProperties.plist +70 -0
- data/lib/rmthemegen/syntaxes/JavaScript.plist +712 -0
- data/lib/rmthemegen/syntaxes/LaTeX.plist +1601 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Beamer.plist +106 -0
- data/lib/rmthemegen/syntaxes/LaTeX_Log.plist +141 -0
- data/lib/rmthemegen/syntaxes/Lisp.plist +160 -0
- data/lib/rmthemegen/syntaxes/Literate_Haskell.plist +90 -0
- data/lib/rmthemegen/syntaxes/Makefile.plist +103 -0
- data/lib/rmthemegen/syntaxes/Markdown.plist +1192 -0
- data/lib/rmthemegen/syntaxes/Mirah.plist +22 -0
- data/lib/rmthemegen/syntaxes/PHP.plist +3481 -0
- data/lib/rmthemegen/syntaxes/PHP.xml +3481 -0
- data/lib/rmthemegen/syntaxes/Perl.plist +3209 -0
- data/lib/rmthemegen/syntaxes/Plain_text.plist +83 -0
- data/lib/rmthemegen/syntaxes/Processing.plist +296 -0
- data/lib/rmthemegen/syntaxes/Rez.plist +219 -0
- data/lib/rmthemegen/syntaxes/Ruby.plist +2891 -0
- data/lib/rmthemegen/syntaxes/RubyRepl.plist +40 -0
- data/lib/rmthemegen/syntaxes/Ruby_on_Rails.plist +288 -0
- data/lib/rmthemegen/syntaxes/SQL.plist +705 -0
- data/lib/rmthemegen/syntaxes/SQL___Rails__.plist +51 -0
- data/lib/rmthemegen/syntaxes/Shell__Unix__Generic.plist +1855 -0
- data/lib/rmthemegen/syntaxes/TeX.plist +246 -0
- data/lib/rmthemegen/syntaxes/TeX_Math.plist +132 -0
- data/lib/rmthemegen/syntaxes/Textile.plist +490 -0
- data/lib/rmthemegen/syntaxes/Vala.plist +285 -0
- data/lib/rmthemegen/syntaxes/XML.plist +576 -0
- data/lib/rmthemegen/syntaxes/XSL.plist +157 -0
- data/lib/rmthemegen/syntaxes/YAML.plist +467 -0
- data/lib/rmthemegen/textmate_themes/Active4D.tmTheme +407 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve Custom.tmTheme +273 -0
- data/lib/rmthemegen/textmate_themes/All Hallow's Eve.tmTheme +277 -0
- data/lib/rmthemegen/textmate_themes/Amy.tmTheme +557 -0
- data/lib/rmthemegen/textmate_themes/BBEdit.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl II.tmTheme +496 -0
- data/lib/rmthemegen/textmate_themes/Black Pearl.tmTheme +400 -0
- data/lib/rmthemegen/textmate_themes/Blackboard Black.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Blackboard.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Bongzilla.tmTheme +223 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Black.tmTheme +2619 -0
- data/lib/rmthemegen/textmate_themes/Brilliance Dull.tmTheme +2243 -0
- data/lib/rmthemegen/textmate_themes/CSSEdit.tmTheme +203 -0
- data/lib/rmthemegen/textmate_themes/Clouds Midnight.tmTheme +361 -0
- data/lib/rmthemegen/textmate_themes/Clouds.tmTheme +348 -0
- data/lib/rmthemegen/textmate_themes/Cobalt.tmTheme +559 -0
- data/lib/rmthemegen/textmate_themes/Coda.tmTheme +313 -0
- data/lib/rmthemegen/textmate_themes/Cool Glow.tmTheme +350 -0
- data/lib/rmthemegen/textmate_themes/Dawn.tmTheme +437 -0
- data/lib/rmthemegen/textmate_themes/Django (Smoothy).tmTheme +453 -0
- data/lib/rmthemegen/textmate_themes/Django.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Eiffel.tmTheme +439 -0
- data/lib/rmthemegen/textmate_themes/Emacs Strict.tmTheme +241 -0
- data/lib/rmthemegen/textmate_themes/Espresso Libre.tmTheme +402 -0
- data/lib/rmthemegen/textmate_themes/Espresso Tutti.tmTheme +392 -0
- data/lib/rmthemegen/textmate_themes/Espresso.tmTheme +329 -0
- data/lib/rmthemegen/textmate_themes/Fade to Grey.tmTheme +308 -0
- data/lib/rmthemegen/textmate_themes/Fluidvision.tmTheme +443 -0
- data/lib/rmthemegen/textmate_themes/ForLaTeX.tmTheme +214 -0
- data/lib/rmthemegen/textmate_themes/Freckle.tmTheme +279 -0
- data/lib/rmthemegen/textmate_themes/Friendship Bracelet.tmTheme +303 -0
- data/lib/rmthemegen/textmate_themes/GitHub.tmTheme +653 -0
- data/lib/rmthemegen/textmate_themes/GlitterBomb.tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/Happy happy joy joy 2.tmTheme +841 -0
- data/lib/rmthemegen/textmate_themes/IDLE.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/IR_Black.tmTheme +810 -0
- data/lib/rmthemegen/textmate_themes/IR_White.tmTheme +792 -0
- data/lib/rmthemegen/textmate_themes/LAZY.tmTheme +291 -0
- data/lib/rmthemegen/textmate_themes/Lowlight.tmTheme +605 -0
- data/lib/rmthemegen/textmate_themes/Mac Classic.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Made of Code.tmTheme +695 -0
- data/lib/rmthemegen/textmate_themes/MagicWB (Amiga).tmTheme +376 -0
- data/lib/rmthemegen/textmate_themes/Merbivore Soft.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Merbivore.tmTheme +285 -0
- data/lib/rmthemegen/textmate_themes/Monokai.tmTheme +289 -0
- data/lib/rmthemegen/textmate_themes/MultiMarkdown.tmTheme +183 -0
- data/lib/rmthemegen/textmate_themes/Pastels on Dark.tmTheme +701 -0
- data/lib/rmthemegen/textmate_themes/Pastie.tmTheme +321 -0
- data/lib/rmthemegen/textmate_themes/Putty.tmTheme +275 -0
- data/lib/rmthemegen/textmate_themes/RDark.tmTheme +235 -0
- data/lib/rmthemegen/textmate_themes/Rails Envy.tmTheme +299 -0
- data/lib/rmthemegen/textmate_themes/Railscasts.tmTheme +278 -0
- data/lib/rmthemegen/textmate_themes/Ryan Light.tmTheme +232 -0
- data/lib/rmthemegen/textmate_themes/Slush & Poppies.tmTheme +336 -0
- data/lib/rmthemegen/textmate_themes/Smoothy.tmTheme +623 -0
- data/lib/rmthemegen/textmate_themes/SpaceCadet.tmTheme +212 -0
- data/lib/rmthemegen/textmate_themes/Spectacular.tmTheme +436 -0
- data/lib/rmthemegen/textmate_themes/Starlight.tmTheme +111 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp Mod.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Summer Camp.tmTheme +229 -0
- data/lib/rmthemegen/textmate_themes/Sunburst.tmTheme +665 -0
- data/lib/rmthemegen/textmate_themes/Swyphs II.tmTheme +306 -0
- data/lib/rmthemegen/textmate_themes/Tango.tmTheme +450 -0
- data/lib/rmthemegen/textmate_themes/Text Ex Machina.tmTheme +295 -0
- data/lib/rmthemegen/textmate_themes/Tubster.tmTheme +280 -0
- data/lib/rmthemegen/textmate_themes/Twilight.tmTheme +518 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Fin.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Ink.tmTheme +447 -0
- data/lib/rmthemegen/textmate_themes/Vibrant Tango.tmTheme +438 -0
- data/lib/rmthemegen/textmate_themes/WhysPoignant.tmTheme +191 -0
- data/lib/rmthemegen/textmate_themes/Zenburnesque.tmTheme +343 -0
- data/lib/rmthemegen/textmate_themes/[ Argonaut ].tmTheme +387 -0
- data/lib/rmthemegen/textmate_themes/choco.tmTheme +542 -0
- data/lib/rmthemegen/textmate_themes/fake.tmTheme +669 -0
- data/lib/rmthemegen/textmate_themes/iLife 05.tmTheme +619 -0
- data/lib/rmthemegen/textmate_themes/iPlastic.tmTheme +286 -0
- data/lib/rmthemegen/textmate_themes/idleFingers.tmTheme +380 -0
- data/lib/rmthemegen/textmate_themes/krTheme.tmTheme +551 -0
- data/lib/rmthemegen/textmate_themes/monoindustrial.tmTheme +451 -0
- data/lib/rmthemegen/token_list.rb +171 -101
- data/lib/rmthemegen/uv_addons.rb +176 -0
- data/rmthemegen.gemspec +4 -1
- data/spec/rmthemegen/plist_to_tokenlist_spec.rb +0 -0
- data/test/choco.css +138 -0
- data/test/choco.render +136 -0
- data/test/get_tm_scopes.rb +79 -0
- data/test/get_tm_tokens.rb +0 -3
- data/test/newtheme.sh +6 -0
- data/test/output +14 -0
- data/test/rexml.element.methods +100 -0
- data/test/scopes_harvested +61 -0
- data/test/scopes_harvested.rb +15 -0
- data/test/test_generate_themes.rb +75 -38
- metadata +198 -13
- data/lib/rmthemegen/index.html +0 -2
- data/lib/rmthemegen/rmthemegen_187_textmate.rb +0 -155
- data/test/rmt_beautiful_quality.tmTheme +0 -399
- data/test/rmt_beautiful_quality.xml +0 -2089
@@ -0,0 +1,2945 @@
|
|
1
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2
|
+
[styling]
|
3
|
+
# foreground;background;bold;italic
|
4
|
+
default=default
|
5
|
+
comment=comment
|
6
|
+
commentline=comment
|
7
|
+
commentdoc=commentdoc
|
8
|
+
number=number
|
9
|
+
word=word
|
10
|
+
word2=word2
|
11
|
+
string=string
|
12
|
+
character=string
|
13
|
+
uuid=0xF1BE3B;0x000000;false;false
|
14
|
+
#uuid=0xffffff
|
15
|
+
preprocessor=preprocessor
|
16
|
+
operator=operator
|
17
|
+
identifier=default
|
18
|
+
stringeol=stringeol
|
19
|
+
# @"verbatim"
|
20
|
+
verbatim=0x09EB56;0x000000;false;false
|
21
|
+
# (/regex/)
|
22
|
+
regex=0x0F9E4D;0x000000;false;false
|
23
|
+
commentlinedoc=commentdoc,bold
|
24
|
+
commentdockeyword=commentdoc,bold,italic
|
25
|
+
commentdockeyworderror=commentdoc
|
26
|
+
globalclass=type
|
27
|
+
|
28
|
+
[keywords]
|
29
|
+
# all items must be in one line
|
30
|
+
primary=arguments break case catch class const continue default do dynamic each else extends false final finally for function get if implements import in include Infinity interface internal label namespace NaN native new null override package private protected public return set static super switch this throw true try typeof undefined var while with
|
31
|
+
secondary=decodeURI decodeURIcomponent encodeURI encodeURIcomponent escape isFinite isNaN isXMLName parseFloat parseInt trace unescape
|
32
|
+
classes=ArgumentError Array Boolean Class Date DefinitionError Error EvalError Function int Math NameSpace Null Number Object QName RangeError ReferenceError RegExp SecurityError String SyntaxError TypeError uint URIError Vector VerifyError void XML XMLList
|
33
|
+
|
34
|
+
[settings]
|
35
|
+
# default extension used when saving files
|
36
|
+
#extension=as
|
37
|
+
|
38
|
+
# the following characters are these which a "word" can contains, see documentation
|
39
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
40
|
+
|
41
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
42
|
+
comment_open=//
|
43
|
+
comment_close=
|
44
|
+
|
45
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
46
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
47
|
+
#command_example();
|
48
|
+
# setting to false would generate this
|
49
|
+
# command_example();
|
50
|
+
# This setting works only for single line comments
|
51
|
+
comment_use_indent=true
|
52
|
+
|
53
|
+
# context action command (please see Geany's main documentation for details)
|
54
|
+
context_action_cmd=
|
55
|
+
|
56
|
+
[build_settings]
|
57
|
+
# %f will be replaced by the complete filename
|
58
|
+
# %e will be replaced by the filename without extension
|
59
|
+
# (use only one of it at one time)
|
60
|
+
compiler=
|
61
|
+
run_cmd=
|
62
|
+
|
63
|
+
|
64
|
+
# For complete documentation of this file, please see Geany's main documentation
|
65
|
+
[styling]
|
66
|
+
# foreground;background;bold;italic
|
67
|
+
default=default
|
68
|
+
word=0xF7A59E;0x000000;true;false
|
69
|
+
identifier=0xBFD8E2;0x000000;false;false
|
70
|
+
number=0x7AE037;0x000000;false;false
|
71
|
+
delimiter=0xA50E9A;0x000000;false;false
|
72
|
+
character=0x88E081;0x000000;false;false
|
73
|
+
charactereol=0xF8AA33;0x000000;false;false
|
74
|
+
string=0x6EBAB9;0x000000;false;false
|
75
|
+
stringeol=0xA49294;0x000000;false;false
|
76
|
+
label=0xB13371;0x000000;false;true
|
77
|
+
commentline=0x70180F;0x000000;false;false
|
78
|
+
|
79
|
+
pod=0x6E6B6F;0x000000;false;false
|
80
|
+
|
81
|
+
pod=0x1A89D2;0x000000;false;false
|
82
|
+
|
83
|
+
pod=0x5515FA;0x000000;false;false
|
84
|
+
|
85
|
+
pod=0xA66258;0x000000;false;false
|
86
|
+
|
87
|
+
pod=0x469A2A;0x000000;false;false
|
88
|
+
|
89
|
+
pod=0xF0F7B1;0x000000;false;false
|
90
|
+
illegal=0xD5F619;0x000000;false;true
|
91
|
+
|
92
|
+
[keywords]
|
93
|
+
# all items must be in one line
|
94
|
+
primary=abort abs abstract accept access aliased all and array at begin body case constant declare delay delta digits do else elsif end entry exception exit for function generic goto if in interface is limited loop mod new not null of or others out overriding package pragma private procedure protected raise range record rem renames requeue return reverse select separate subtype synchronized tagged task terminate then type until use when while with xor
|
95
|
+
|
96
|
+
|
97
|
+
[settings]
|
98
|
+
# default extension used when saving files
|
99
|
+
#extension=adb
|
100
|
+
|
101
|
+
# the following characters are these which a "word" can contains, see documentation
|
102
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
103
|
+
|
104
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
105
|
+
comment_open=#
|
106
|
+
comment_close=
|
107
|
+
|
108
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
109
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
110
|
+
#command_example();
|
111
|
+
# setting to false would generate this
|
112
|
+
# command_example();
|
113
|
+
# This setting works only for single line comments
|
114
|
+
comment_use_indent=true
|
115
|
+
|
116
|
+
# context action command (please see Geany's main documentation for details)
|
117
|
+
context_action_cmd=
|
118
|
+
|
119
|
+
|
120
|
+
[build_settings]
|
121
|
+
# %f will be replaced by the complete filename
|
122
|
+
# %e will be replaced by the filename without extension
|
123
|
+
# (use only one of it at one time)
|
124
|
+
compiler=gcc -Wall -c "%f"
|
125
|
+
linker=gnatmake "%e"
|
126
|
+
run_cmd="./%e"
|
127
|
+
|
128
|
+
|
129
|
+
# For complete documentation of this file, please see Geany's main documentation
|
130
|
+
[styling]
|
131
|
+
# foreground;background;bold;italic
|
132
|
+
default=0x86A499;0x000000;false;false
|
133
|
+
comment=0x422D54;0x000000;false;false
|
134
|
+
|
135
|
+
pod=0xD997CA;0x000000;false;false
|
136
|
+
|
137
|
+
pod=0xA76821;0x000000;false;false
|
138
|
+
|
139
|
+
pod=0xEB162F;0x000000;false;false
|
140
|
+
|
141
|
+
pod=0x7BFFEC;0x000000;false;false
|
142
|
+
number=0x85B52B;0x000000;false;false
|
143
|
+
string=0xC9117E;0x000000;false;false
|
144
|
+
operator=0x07CE25;0x000000;false;false
|
145
|
+
identifier=0x6BAF2C;0x000000;false;false
|
146
|
+
cpuinstruction=0x288E98;0x000000;true;false
|
147
|
+
mathinstruction=0xC68462;0x000000;true;false
|
148
|
+
register=0x4460D4;0x000000;true;false
|
149
|
+
directive=0xC5A8E8;0x000000;true;false
|
150
|
+
directiveoperand=0xC723C8;0x000000;false;false
|
151
|
+
commentblock=0x391F53;0x000000;false;false
|
152
|
+
|
153
|
+
pod=0x15F40E;0x000000;false;false
|
154
|
+
|
155
|
+
pod=0x11E4C9;0x000000;false;false
|
156
|
+
|
157
|
+
pod=0xF7C62E;0x000000;false;false
|
158
|
+
|
159
|
+
pod=0xAE0BBB;0x000000;false;false
|
160
|
+
character=0xD48CF3;0x000000;false;false
|
161
|
+
stringeol=0x9E73BF;0x000000;false;false
|
162
|
+
extinstruction=0x1567D3;0x000000;false;false
|
163
|
+
|
164
|
+
[keywords]
|
165
|
+
# all items must be in one line
|
166
|
+
# this is by default a very simple instruction set; not of Intel or so
|
167
|
+
instructions=hlt lad spi add sub mul div jmp jez jgz jlz swap jsr ret pushac popac addst subst mulst divst lsa lds push pop cli ldi ink lia dek ldx
|
168
|
+
registers=
|
169
|
+
directives=org list nolist page equivalent word text
|
170
|
+
|
171
|
+
|
172
|
+
[settings]
|
173
|
+
# default extension used when saving files
|
174
|
+
#extension=asm
|
175
|
+
|
176
|
+
# the following characters are these which a "word" can contains, see documentation
|
177
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
178
|
+
|
179
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
180
|
+
comment_open=;
|
181
|
+
comment_close=
|
182
|
+
|
183
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
184
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
185
|
+
#command_example();
|
186
|
+
# setting to false would generate this
|
187
|
+
# command_example();
|
188
|
+
# This setting works only for single line comments
|
189
|
+
comment_use_indent=true
|
190
|
+
|
191
|
+
# context action command (please see Geany's main documentation for details)
|
192
|
+
context_action_cmd=
|
193
|
+
|
194
|
+
[build_settings]
|
195
|
+
# %f will be replaced by the complete filename
|
196
|
+
# %e will be replaced by the filename without extension
|
197
|
+
# (use only one of it at one time)
|
198
|
+
compiler=nasm "%f"
|
199
|
+
|
200
|
+
# For complete documentation of this file, please see Geany's main documentation
|
201
|
+
[styling]
|
202
|
+
# foreground;background;bold;italic
|
203
|
+
default=default
|
204
|
+
comment=comment
|
205
|
+
commentline=comment
|
206
|
+
commentdoc=commentdoc
|
207
|
+
number=number
|
208
|
+
word=word
|
209
|
+
word2=word2
|
210
|
+
string=string
|
211
|
+
character=string
|
212
|
+
uuid=0x25EB8F;0x000000;false;false
|
213
|
+
preprocessor=preprocessor
|
214
|
+
operator=operator
|
215
|
+
identifier=default
|
216
|
+
stringeol=stringeol
|
217
|
+
# @"verbatim"
|
218
|
+
verbatim=0xDAEF7D;0x000000;false;false
|
219
|
+
# (/regex/)
|
220
|
+
regex=0x2D50C4;0x000000;false;false
|
221
|
+
commentlinedoc=commentdoc,bold
|
222
|
+
commentdockeyword=commentdoc,bold,italic
|
223
|
+
commentdockeyworderror=commentdoc
|
224
|
+
globalclass=type
|
225
|
+
# whether arguments of preprocessor commands should be styled (only first argument is used)
|
226
|
+
# 1 to enable, 0 to disable
|
227
|
+
styling_within_preprocessor=1;0;false;false
|
228
|
+
|
229
|
+
[keywords]
|
230
|
+
# all items must be in one line
|
231
|
+
primary=asm auto break case char const continue default do double else enum extern float for goto if inline int long register return short signed sizeof static struct switch typedef union unsigned void volatile while FALSE NULL TRUE
|
232
|
+
secondary=
|
233
|
+
# these are some doxygen keywords (incomplete)
|
234
|
+
docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union
|
235
|
+
|
236
|
+
[settings]
|
237
|
+
# default extension used when saving files
|
238
|
+
#extension=c
|
239
|
+
|
240
|
+
# the following characters are these which a "word" can contains, see documentation
|
241
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
242
|
+
|
243
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
244
|
+
comment_open=//
|
245
|
+
comment_close=
|
246
|
+
# this is an alternative way, so multiline comments are used
|
247
|
+
#comment_open=/*
|
248
|
+
#comment_close=*/
|
249
|
+
|
250
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
251
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
252
|
+
#command_example();
|
253
|
+
# setting to false would generate this
|
254
|
+
# command_example();
|
255
|
+
# This setting works only for single line comments
|
256
|
+
comment_use_indent=true
|
257
|
+
|
258
|
+
# context action command (please see Geany's main documentation for details)
|
259
|
+
context_action_cmd=
|
260
|
+
|
261
|
+
[build_settings]
|
262
|
+
# %f will be replaced by the complete filename
|
263
|
+
# %e will be replaced by the filename without extension
|
264
|
+
# (use only one of it at one time)
|
265
|
+
compiler=gcc -Wall -c "%f"
|
266
|
+
linker=gcc -Wall -o "%e" "%f"
|
267
|
+
run_cmd="./%e"
|
268
|
+
|
269
|
+
|
270
|
+
# For complete documentation of this file, please see Geany's main documentation
|
271
|
+
[styling]
|
272
|
+
# foreground;background;bold;italic
|
273
|
+
default=0xF7F838;0x000000;false;false
|
274
|
+
comment=0x053083;0x000000;false;false
|
275
|
+
|
276
|
+
pod=0xD3F049;0x000000;false;false
|
277
|
+
|
278
|
+
pod=0xCA1995;0x000000;false;false
|
279
|
+
|
280
|
+
pod=0x8CC3FC;0x000000;false;false
|
281
|
+
|
282
|
+
pod=0x2D983D;0x000000;false;false
|
283
|
+
comment1=0x5B023C;0x000000;false;false
|
284
|
+
|
285
|
+
pod=0xA3F80D;0x000000;false;false
|
286
|
+
|
287
|
+
pod=0x72D3A0;0x000000;false;false
|
288
|
+
|
289
|
+
pod=0x4043D7;0x000000;false;false
|
290
|
+
|
291
|
+
pod=0xC0741E;0x000000;false;false
|
292
|
+
comment2=0x212B09;0x000000;false;false
|
293
|
+
|
294
|
+
pod=0x58DB89;0x000000;false;false
|
295
|
+
|
296
|
+
pod=0x81C169;0x000000;false;false
|
297
|
+
|
298
|
+
pod=0x37B9B3;0x000000;false;false
|
299
|
+
|
300
|
+
pod=0x34D91F;0x000000;false;false
|
301
|
+
comment3=0x254E09;0x000000;false;false
|
302
|
+
|
303
|
+
pod=0x5CD6BB;0x000000;false;false
|
304
|
+
|
305
|
+
pod=0x90EFB9;0x000000;false;false
|
306
|
+
|
307
|
+
pod=0xC75C9D;0x000000;false;false
|
308
|
+
|
309
|
+
pod=0x9EB69E;0x000000;false;false
|
310
|
+
number=0xBB01EE;0x000000;false;false
|
311
|
+
keyword=0x53A457;0x000000;true;false
|
312
|
+
keyword2=0x5E7CB3;0x000000;true;false
|
313
|
+
string=0xF1A053;0x000000;false;false
|
314
|
+
char=0x0BC13E;0x000000;false;false
|
315
|
+
operator=0xCC7911;0x000000;false;false
|
316
|
+
identifier=0xD50D8B;0x000000;false;false
|
317
|
+
tagname=0xE7BBF9;0x000000;true;false
|
318
|
+
linenum=0x16BD31;0x000000;false;false
|
319
|
+
|
320
|
+
[keywords]
|
321
|
+
# all items must be in one line
|
322
|
+
keywords=and as assert asr begin class constraint do done downto else end exception external false for fun function functor if in include inherit initializer land lazy let lor lsl lsr lxor match method mod module mutable new object of open or private rec sig struct then to true try type val virtual when while with
|
323
|
+
keywords_optional=option Some None ignore ref
|
324
|
+
|
325
|
+
|
326
|
+
[settings]
|
327
|
+
# default extension used when saving files
|
328
|
+
#extension=ml
|
329
|
+
|
330
|
+
# the following characters are these which a "word" can contains, see documentation
|
331
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
332
|
+
|
333
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
334
|
+
comment_open=(*
|
335
|
+
comment_close=*)
|
336
|
+
|
337
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
338
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
339
|
+
#command_example();
|
340
|
+
# setting to false would generate this
|
341
|
+
# command_example();
|
342
|
+
# This setting works only for single line comments
|
343
|
+
comment_use_indent=true
|
344
|
+
|
345
|
+
# context action command (please see Geany's main documentation for details)
|
346
|
+
context_action_cmd=
|
347
|
+
|
348
|
+
[build_settings]
|
349
|
+
# %f will be replaced by the complete filename
|
350
|
+
# %e will be replaced by the filename without extension
|
351
|
+
# (use only one of it at one time)
|
352
|
+
compiler=ocamlc -c "%f"
|
353
|
+
linker=ocamlc -o "%e" "%f"
|
354
|
+
run_cmd="./%e"
|
355
|
+
# For complete documentation of this file, please see Geany's main documentation
|
356
|
+
[styling]
|
357
|
+
# foreground;background;bold;italic
|
358
|
+
default=0xAA4F33;0x000000;false;false
|
359
|
+
comment=0x5D101F;0x000000;false;false
|
360
|
+
|
361
|
+
pod=0xCBC2D7;0x000000;false;false
|
362
|
+
|
363
|
+
pod=0x5FF82F;0x000000;false;false
|
364
|
+
|
365
|
+
pod=0x42A383;0x000000;false;false
|
366
|
+
pod=0xCCF781;0x000000;false;false
|
367
|
+
stringdq=0x7EBD0B;0x000000;false;false
|
368
|
+
stringlq=0xE9F03A;0x000000;false;false
|
369
|
+
stringrq=0xBFD46A;0x000000;false;false
|
370
|
+
command=0xB2AAE4;0x000000;false;false
|
371
|
+
parameters=0xDDEFCF;0x000000;false;false
|
372
|
+
variable=0x6E5987;0x000000;false;false
|
373
|
+
userdefined=0xA4A15B;0x000000;true;false
|
374
|
+
whiledef=0xBE583F;0x000000;true;false
|
375
|
+
foreachdef=0xBBB49C;0x000000;true;false
|
376
|
+
ifdefinedef=0x24FC53;0x000000;true;false
|
377
|
+
macrodef=0xC89C59;0x000000;true;false
|
378
|
+
stringvar=0x85EC42;0x000000;false;false
|
379
|
+
number=0x69FCDF;0x000000;false;false
|
380
|
+
|
381
|
+
[keywords]
|
382
|
+
# all items must be in one line
|
383
|
+
commands=add_custom_command add_custom_target add_definitions add_dependencies add_executable add_library add_subdirectory add_test aux_source_directory build_command build_name cmake_minimum_required configure_file create_test_sourcelist else elseif enable_language enable_testing endforeach endif endmacro endwhile exec_program execute_process export_library_dependencies file find_file find_library find_package find_path find_program fltk_wrap_ui foreach get_cmake_property get_directory_property get_filename_component get_source_file_property get_target_property get_test_property if include include_directories include_external_msproject include_regular_expression install install_files install_programs install_targets link_directories link_libraries list load_cache load_command macro make_directory mark_as_advanced math message option output_required_files project qt_wrap_cpp qt_wrap_ui remove remove_definitions separate_arguments set set_directory_properties set_source_files_properties set_target_properties set_tests_properties site_name source_group string subdir_depends subdirs target_link_libraries try_compile try_run use_mangled_mesa utility_source variable_requires vtk_make_instantiator vtk_wrap_java vtk_wrap_python vtk_wrap_tcl while write_file
|
384
|
+
parameters=ABSOLUTE ABSTRACT ADDITIONAL_MAKE_CLEAN_FILES ALL AND APPEND APPLE ARGS ASCII BEFORE BORLAND CACHE CACHE_VARIABLES CLEAR CMAKE_COMPILER_2005 COMMAND COMMAND_NAME COMMANDS COMMENT COMPARE COMPILE_FLAGS COPYONLY CYGWIN DEFINED DEFINE_SYMBOL DEPENDS DOC EQUAL ESCAPE_QUOTES EXCLUDE EXCLUDE_FROM_ALL EXISTS EXPORT_MACRO EXT EXTRA_INCLUDE FATAL_ERROR FILE FILES FORCE FUNCTION GENERATED GLOB GLOB_RECURSE GREATER GROUP_SIZE HEADER_FILE_ONLY HEADER_LOCATION IMMEDIATE INCLUDE_DIRECTORIES INCLUDE_INTERNALS INCLUDE_REGULAR_EXPRESSION INCLUDES LESS LINK_DIRECTORIES LINK_FLAGS LOCATION MACOSX_BUNDLE MACROS MAIN_DEPENDENCY MAKE_DIRECTORY MATCH MATCHALL MATCHES MINGW MODULE MSVC MSVC60 MSVC70 MSVC71 MSVC80 MSVC_IDE MSYS NAME NAME_WE NO_SYSTEM_PATH NOT NOTEQUAL OBJECT_DEPENDS OFF ON OPTIONAL OR OUTPUT OUTPUT_VARIABLE PATH PATHS POST_BUILD POST_INSTALL_SCRIPT PRE_BUILD PREFIX PRE_INSTALL_SCRIPT PRE_LINK PREORDER PROGRAM PROGRAM_ARGS PROPERTIES QUIET RANGE READ REGEX REGULAR_EXPRESSION REPLACE REQUIRED RETURN_VALUE RUNTIME_DIRECTORY SEND_ERROR SHARED SOURCES STATIC STATUS STREQUAL STRGREATER STRLESS SUFFIX TARGET TOLOWER TOUPPER VAR VARIABLES VERSION WATCOM WIN32 WRAP_EXCLUDE WRITE
|
385
|
+
userdefined=
|
386
|
+
|
387
|
+
|
388
|
+
[settings]
|
389
|
+
# default extension used when saving files
|
390
|
+
#extension=cmake
|
391
|
+
|
392
|
+
# the following characters are these which a "word" can contains, see documentation
|
393
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
394
|
+
|
395
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
396
|
+
comment_open=#
|
397
|
+
comment_close=
|
398
|
+
|
399
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
400
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
401
|
+
#command_example();
|
402
|
+
# setting to false would generate this
|
403
|
+
# command_example();
|
404
|
+
# This setting works only for single line comments
|
405
|
+
comment_use_indent=true
|
406
|
+
|
407
|
+
# context action command (please see Geany's main documentation for details)
|
408
|
+
context_action_cmd=
|
409
|
+
# For complete documentation of this file, please see Geany's main documentation
|
410
|
+
[styling]
|
411
|
+
# use foreground;background;bold;italic or named_style,bold,italic
|
412
|
+
|
413
|
+
# used for filetype All/None
|
414
|
+
# default=default commented out since this breaks geany 0.16
|
415
|
+
default=0x48ED08;0x000000;false;false
|
416
|
+
|
417
|
+
# 3rd selection argument is true to override default foreground
|
418
|
+
# 4th selection argument is true to override default background
|
419
|
+
selection=0xD7A6DC;0x164014;false;true
|
420
|
+
|
421
|
+
# style for a matching brace
|
422
|
+
brace_good=0x50803E;0x51F0EB;true;false
|
423
|
+
# style for a non-matching brace (a brace without a counterpart)
|
424
|
+
brace_bad=0xE3D6BD;0x8D9408;true;false
|
425
|
+
|
426
|
+
# the following settings define the colours of the margins on the left side
|
427
|
+
margin_linenumber=0x9EAF5D;0x000000;false;false
|
428
|
+
margin_folding=0xBCC0A5;0x000000;false;false # 0x000000
|
429
|
+
|
430
|
+
# background colour of the current line, only the second and third argument is interpreted
|
431
|
+
# use the third argument to enable or disable the highlighting of the current line (has to be true/false)
|
432
|
+
current_line=0x71BD64;0x0E0734;true;false
|
433
|
+
|
434
|
+
# translucency for the current line(first argument) and the selection (second argument)
|
435
|
+
# values between 0 and 256 are accepted. Note for Windows 95, 98 and ME users:
|
436
|
+
# keep this value at 256 to disable translucency otherwise Geany might crash
|
437
|
+
# only the first and second argument is interpreted
|
438
|
+
translucency=256;256;false;false
|
439
|
+
|
440
|
+
# style for a highlighted line (e.g when using Goto line or goto tag)
|
441
|
+
# only the first and second argument is interpreted
|
442
|
+
marker_line=0x4B8A78;0x000000;false;false
|
443
|
+
|
444
|
+
# style for a marked search results (when using "Mark" in Search dialogs)
|
445
|
+
# the second argument sets the background colour for the drawn rectangle
|
446
|
+
# only the second argument is interpreted
|
447
|
+
marker_search=0x3589CE;0x5DB3FF;true;true
|
448
|
+
|
449
|
+
# style for a marked line (e.g when using the "Toggle Marker" keybinding (Ctrl-M))
|
450
|
+
# only the first and second argument is interpreted
|
451
|
+
marker_mark=0x917D27;0x000000;false;false
|
452
|
+
|
453
|
+
# translucency for the line marker(first argument) and the search marker (second argument)
|
454
|
+
# only the first and second argument is interpreted
|
455
|
+
marker_translucency=256;256;false;false
|
456
|
+
|
457
|
+
# colour of the caret(the blinking cursor), only first and third argument is interpreted
|
458
|
+
# set the third argument to true to change the caret into a block caret
|
459
|
+
caret=0xFFFFFF;0x178393;false;false
|
460
|
+
|
461
|
+
# width of the caret(the blinking cursor), only first argument is interpreted
|
462
|
+
# width in pixels, use 0 to make it invisible, maximum width is 3
|
463
|
+
caret_width=2;0;false;false
|
464
|
+
|
465
|
+
# set foreground and background colour of indentation guides
|
466
|
+
indent_guide=0xffffff;0xffffff;true;true
|
467
|
+
|
468
|
+
# third argument: if true, use this foreground color. If false, use the default value defined by the filetypes.
|
469
|
+
# fourth argument: if true, use this background color. If false, use the default value defined by the filetypes.
|
470
|
+
white_space=0x9EBF69;0x000000;true;false
|
471
|
+
|
472
|
+
# style of folding icons, only first and second arguments are used, valid values are:
|
473
|
+
# first argument: 1 for boxes, 2 for circles
|
474
|
+
# second argument: 1 for straight lines, 2 for curved lines
|
475
|
+
folding_style=1;1;false;false
|
476
|
+
|
477
|
+
# should an horizontal line be drawn at the line where text is folded (only first argument is interpreted)
|
478
|
+
# 0 to disable
|
479
|
+
# 1 to draw the line above folded text
|
480
|
+
# 2 to draw the line below folded text
|
481
|
+
folding_horiz_line=2;0;false;false
|
482
|
+
|
483
|
+
# only first argument is interpreted, sets whether all defined colours should be inverted
|
484
|
+
invert_all=0;0;false;false
|
485
|
+
|
486
|
+
# only first and second argument is interpreted
|
487
|
+
# first argument: drawing of visual flags to indicate a line is wrapped. This is a bitmask of the
|
488
|
+
# values: 0 - No visual flags, 1 - Visual flag at end of subline of a wrapped line, 2 - Visual flag
|
489
|
+
# at begin of subline of a wrapped line, Subline is indented by at least 1 to make room for the flag.
|
490
|
+
# second argument: wether the visual flags to indicate a line is wrapped are drawn near the border
|
491
|
+
# or near the text. This is a bitmask of the values: 0 - Visual flags drawn near border,
|
492
|
+
# 1 - Visual flag at end of subline drawn near text, 2 - Visual flag at begin of subline drawn near text
|
493
|
+
line_wrap_visuals=3;0;false;false
|
494
|
+
|
495
|
+
# only first and second argument is interpreted
|
496
|
+
# first argument: sets the size of indentation of sublines for wrapped lines in terms of
|
497
|
+
# the width of a space, only used when the second argument is 0
|
498
|
+
# second argument: wrapped sublines can be indented to the position of their first subline or
|
499
|
+
# one more indent level, possible values:
|
500
|
+
# 0 - Wrapped sublines aligned to left of window plus amount set by the first argument
|
501
|
+
# 1 - Wrapped sublines are aligned to first subline indent (use the same indentation)
|
502
|
+
# 2 - Wrapped sublines are aligned to first subline indent plus one more level of indentation
|
503
|
+
line_wrap_indent=0;1;false;false
|
504
|
+
|
505
|
+
# only first and second argument is interpreted
|
506
|
+
# first argument: amount of space to be drawn above the line's baseline
|
507
|
+
# second argument: amount of space to be drawn below the line's baseline
|
508
|
+
line_height=0;0;false;false
|
509
|
+
|
510
|
+
[settings]
|
511
|
+
# which characters should be skipped when moving (or included when deleting) to word boundaries
|
512
|
+
# should always include space and tab (\s\t)
|
513
|
+
whitespace_chars=\s\t!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~
|
514
|
+
|
515
|
+
[named_styles]
|
516
|
+
# style names to use in filetypes.* [styling] sections
|
517
|
+
# use foreground;background;bold;italic
|
518
|
+
# normally background should be left blank to use the "default" style
|
519
|
+
|
520
|
+
default=0xEB8032;0x000000;false;false
|
521
|
+
comment=0xD83EE0;0x000000;false;false
|
522
|
+
commentdoc=0xA3BD03;0x000000;false;false
|
523
|
+
number=0xA32A7F;0x000000;false;false
|
524
|
+
# keyword
|
525
|
+
word=0x699D32;0x000000;true;false
|
526
|
+
# e.g. global types from a *.c.tags file
|
527
|
+
word2=0xE7BCF3;0x000000;true;false
|
528
|
+
string=0xFB05E4;0x000000;false;false
|
529
|
+
preprocessor=0x8AA02C;0x000000;false;false
|
530
|
+
operator=0xAD49C9;0x000000;false;false
|
531
|
+
# unterminated string
|
532
|
+
stringeol=0x156DAD;0x000000;false;false
|
533
|
+
type=0x02C933;0x000000;true;false
|
534
|
+
# For complete documentation of this file, please see Geany's main documentation
|
535
|
+
[styling]
|
536
|
+
# foreground;background;bold;italic
|
537
|
+
default=0x2CC166;0x000000;false;false
|
538
|
+
comment=0x22472F;0x000000;false;false
|
539
|
+
|
540
|
+
pod=0x6FB6A4;0x000000;false;false
|
541
|
+
|
542
|
+
pod=0x2FDEB1;0x000000;false;false
|
543
|
+
|
544
|
+
pod=0xD0C2B5;0x000000;false;false
|
545
|
+
|
546
|
+
pod=0x226A8D;0x000000;false;false
|
547
|
+
section=0x0ACE01;0x000000;true;false
|
548
|
+
key=0xBBE87B;0x000000;false;false
|
549
|
+
assignment=0xE7A803;0x000000;false;false
|
550
|
+
defval=0x4944D8;0x000000;false;false
|
551
|
+
|
552
|
+
# the lexer don't support keywords
|
553
|
+
|
554
|
+
|
555
|
+
[settings]
|
556
|
+
# default extension used when saving files
|
557
|
+
#extension=conf
|
558
|
+
|
559
|
+
# the following characters are these which a "word" can contains, see documentation
|
560
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
561
|
+
|
562
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
563
|
+
comment_open=#
|
564
|
+
comment_close=
|
565
|
+
|
566
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
567
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
568
|
+
#command_example();
|
569
|
+
# setting to false would generate this
|
570
|
+
# command_example();
|
571
|
+
# This setting works only for single line comments
|
572
|
+
comment_use_indent=true
|
573
|
+
|
574
|
+
# context action command (please see Geany's main documentation for details)
|
575
|
+
context_action_cmd=
|
576
|
+
# For complete documentation of this file, please see Geany's main documentation
|
577
|
+
[styling]
|
578
|
+
# foreground;background;bold;italic
|
579
|
+
default=default
|
580
|
+
comment=comment
|
581
|
+
commentline=comment
|
582
|
+
commentdoc=commentdoc
|
583
|
+
number=number
|
584
|
+
word=word
|
585
|
+
word2=word2
|
586
|
+
string=string
|
587
|
+
character=string
|
588
|
+
uuid=0x99698C;0x000000;false;false
|
589
|
+
preprocessor=preprocessor
|
590
|
+
operator=operator
|
591
|
+
identifier=default
|
592
|
+
stringeol=stringeol
|
593
|
+
# @"verbatim"
|
594
|
+
verbatim=0x97581D;0x000000;false;false
|
595
|
+
# (/regex/)
|
596
|
+
regex=0xB3BB84;0x000000;false;false
|
597
|
+
commentlinedoc=commentdoc,bold
|
598
|
+
commentdockeyword=commentdoc,bold,italic
|
599
|
+
commentdockeyworderror=commentdoc
|
600
|
+
globalclass=type
|
601
|
+
# whether arguments of preprocessor commands should be styled (only first argument is used)
|
602
|
+
# 1 to enable, 0 to disable
|
603
|
+
styling_within_preprocessor=1;0;false;false
|
604
|
+
|
605
|
+
[keywords]
|
606
|
+
# all items must be in one line
|
607
|
+
primary=and and_eq asm auto bitand bitor bool break case catch char class compl const const_cast continue default delete do double dynamic_cast else enum explicit export extern false float for friend goto if inline int long mutable namespace new not not_eq operator or or_eq private protected public register reinterpret_cast return short signed sizeof static static_cast struct switch template this throw true try typedef typeid typename union unsigned using virtual void volatile wchar_t while xor xor_eq
|
608
|
+
secondary=
|
609
|
+
# these are some doxygen keywords (incomplete)
|
610
|
+
docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union
|
611
|
+
|
612
|
+
[settings]
|
613
|
+
# default extension used when saving files
|
614
|
+
#extension=cpp
|
615
|
+
|
616
|
+
# the following characters are these which a "word" can contains, see documentation
|
617
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
618
|
+
|
619
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
620
|
+
comment_open=//
|
621
|
+
comment_close=
|
622
|
+
# this is an alternative way, so multiline comments are used
|
623
|
+
#comment_open=/*
|
624
|
+
#comment_close=*/
|
625
|
+
|
626
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
627
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
628
|
+
#command_example();
|
629
|
+
# setting to false would generate this
|
630
|
+
# command_example();
|
631
|
+
# This setting works only for single line comments
|
632
|
+
comment_use_indent=true
|
633
|
+
|
634
|
+
# context action command (please see Geany's main documentation for details)
|
635
|
+
context_action_cmd=
|
636
|
+
|
637
|
+
[build_settings]
|
638
|
+
# %f will be replaced by the complete filename
|
639
|
+
# %e will be replaced by the filename without extension
|
640
|
+
# (use only one of it at one time)
|
641
|
+
compiler=g++ -Wall -c "%f"
|
642
|
+
linker=g++ -Wall -o "%e" "%f"
|
643
|
+
run_cmd="./%e"
|
644
|
+
|
645
|
+
# For complete documentation of this file, please see Geany's main documentation
|
646
|
+
[styling]
|
647
|
+
# foreground;background;bold;italic
|
648
|
+
default=default
|
649
|
+
comment=comment
|
650
|
+
commentline=comment
|
651
|
+
commentdoc=commentdoc
|
652
|
+
number=number
|
653
|
+
word=word
|
654
|
+
word2=word2
|
655
|
+
string=string
|
656
|
+
character=string
|
657
|
+
uuid=0x0BA09B;0x000000;false;false
|
658
|
+
preprocessor=preprocessor
|
659
|
+
operator=operator
|
660
|
+
identifier=default
|
661
|
+
stringeol=stringeol
|
662
|
+
# @"verbatim"
|
663
|
+
verbatim=0xD89C9E;0x000000;false;false
|
664
|
+
# (/regex/)
|
665
|
+
regex=0x928B47;0x000000;false;false
|
666
|
+
commentlinedoc=commentdoc,bold
|
667
|
+
commentdockeyword=commentdoc,bold,italic
|
668
|
+
commentdockeyworderror=commentdoc
|
669
|
+
globalclass=type
|
670
|
+
# whether arguments of preprocessor commands should be styled (only first argument is used)
|
671
|
+
# 1 to enable, 0 to disable
|
672
|
+
styling_within_preprocessor=1;0;false;false
|
673
|
+
|
674
|
+
[keywords]
|
675
|
+
# all items must be in one line
|
676
|
+
primary=abstract as base bool break byte case catch char checked class const continue decimal default delegate do double else enum event explicit extern false finally fixed float for foreach goto if implicit in int interface internal is lock long namespace new null object operator out override params private protected public readonly ref return sbyte sealed short sizeof stackalloc static string struct switch this throw true try typeof uint ulong unchecked unsafe ushort using virtual void volatile while
|
677
|
+
secondary=
|
678
|
+
# these are some doxygen keywords (incomplete)
|
679
|
+
docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union
|
680
|
+
|
681
|
+
[settings]
|
682
|
+
# default extension used when saving files
|
683
|
+
#extension=cs
|
684
|
+
|
685
|
+
# the following characters are these which a "word" can contains, see documentation
|
686
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
687
|
+
|
688
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
689
|
+
comment_open=//
|
690
|
+
comment_close=
|
691
|
+
# this is an alternative way, so multiline comments are used
|
692
|
+
#comment_open=/*
|
693
|
+
#comment_close=*/
|
694
|
+
|
695
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
696
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
697
|
+
#command_example();
|
698
|
+
# setting to false would generate this
|
699
|
+
# command_example();
|
700
|
+
# This setting works only for single line comments
|
701
|
+
comment_use_indent=true
|
702
|
+
|
703
|
+
# context action command (please see Geany's main documentation for details)
|
704
|
+
context_action_cmd=
|
705
|
+
|
706
|
+
[build_settings]
|
707
|
+
# %f will be replaced by the complete filename
|
708
|
+
# %e will be replaced by the filename without extension
|
709
|
+
# (use only one of it at one time)
|
710
|
+
# be careful following settings are untested
|
711
|
+
compiler=mcs /t:winexe "%f" /r:System,System.Drawing
|
712
|
+
run_cmd=mono "%e.exe"
|
713
|
+
# For complete documentation of this file, please see Geany's main documentation
|
714
|
+
[styling]
|
715
|
+
# foreground;background;bold;italic
|
716
|
+
default=0x23BF09;0x000000;false;false
|
717
|
+
comment=0x3A0A54;0x000000;false;false
|
718
|
+
|
719
|
+
pod=0x7EA090;0x000000;false;false
|
720
|
+
|
721
|
+
pod=0x9EC267;0x000000;false;false
|
722
|
+
|
723
|
+
pod=0x5DC82D;0x000000;false;false
|
724
|
+
|
725
|
+
pod=0xE77FAA;0x000000;false;false
|
726
|
+
tag=0xA1CEC6;0x000000;true;false
|
727
|
+
class=0x9B8CD7;0x000000;true;false
|
728
|
+
pseudoclass=0xCED096;0x000000;true;true
|
729
|
+
unknown_pseudoclass=0x5CFBC7;0x000000;false;false
|
730
|
+
unknown_identifier=0xF8D8E8;0x000000;false;false
|
731
|
+
operator=0x78B00C;0x000000;false;false
|
732
|
+
identifier=0x66909A;0x000000;true;false
|
733
|
+
doublestring=0xC47AA9;0x000000;false;false
|
734
|
+
singlestring=0xE10666;0x000000;false;false
|
735
|
+
attribute=0x37C2B6;0x000000;false;false
|
736
|
+
value=0xFEFA2E;0x000000;false;false
|
737
|
+
id=0x9AE49B;0x000000;true;false
|
738
|
+
#identifier2=0x996699;0x000000;true;false # not in np++
|
739
|
+
identifier2=0x761ACB;0x000000;true;false
|
740
|
+
important=0x3CCBA0;0x000000;true;false
|
741
|
+
directive=0x5745F2;0x000000;false;true
|
742
|
+
#identifier3=0x669999;0x000000;true;false # not in np++
|
743
|
+
identifier2=0xA7C8F4;0x000000;true;false
|
744
|
+
pseudoelement=0x85F457;0x000000;true;true # not in np++
|
745
|
+
extended_identifier=0x51DBA6;0x000000;true;false # not in np++
|
746
|
+
extended_pseudoclass=0x007D92;0x000000;true;true # not in np++
|
747
|
+
extended_pseudoelement=0x636798;0x000000;true;true # not in np++
|
748
|
+
|
749
|
+
[keywords]
|
750
|
+
# CSS 1 properties
|
751
|
+
primary=background background-attachment background-color background-image background-position background-repeat border border-bottom border-bottom-width border-color border-left border-left-width border-right border-right-width border-style border-top border-top-width border-width clear color display float font font-family font-size font-style font-variant font-weight height letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-bottom margin-left margin-right margin-top padding padding-bottom padding-left padding-right padding-top text-align text-decoration text-indent text-transform vertical-align white-space width word-spacing
|
752
|
+
# CSS 2 properties
|
753
|
+
secondary=azimuth border-bottom-color border-bottom-style border-collapse border-left-color border-left-style border-right-color border-right-style border-spacing border-top-color border-top-style bottom caption-side clip content counter-increment counter-reset cue cue-after cue-before cursor direction elevation empty-cells font-size-adjust font-stretch left max-height max-width min-height min-width orphans outline outline-color outline-style outline-width overflow page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes richness right speak speak-header speak-numeral speak-punctuation speech-rate stress table-layout top unicode-bidi visibility voice-family volume widows z-index
|
754
|
+
css3_properties=alignment-adjust alignment-baseline appearance ascent background-break background-clip background-origin background-size baseline baseline-shift bbox bookmark-label bookmark-level bookmark-target border-bottom-left-radius border-bottom-right-radius border-break border-image border-length border-radius border-top-left-radius border-top-right-radius box-align box-direction box-flex box-flex-group box-lines box-orient box-pack box-shadow box-sizing box-sizing cap-height centerline column-break-after column-break-before column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width columns column-span column-width crop definition-src descent dominant-baseline drop-initial-after-adjust drop-initial-after-align drop-initial-before-adjust drop-initial-before-align drop-initial-size drop-initial-value fit fit-position float-offset font-effect font-emphasize font-emphasize-position font-emphasize-style font-size-adjust font-smooth hanging-punctuation hyphenate-after hyphenate-before hyphenate-character hyphenate-lines hyphenate-resource hyphens icon image-orientation image-resolution inline-box-align line-stacking line-stacking-ruby line-stacking-shift line-stacking-strategy mark mark-after mark-before marks marquee-direction marquee-loop marquee-speed marquee-style mathline move-to nav-down nav-index nav-left nav-right nav-up opacity outline-offset overflow-style overflow-x overflow-y page page-policy panose-1 phonemes presentation-level punctuation-trim resize rest rest-after rest-before rotation rotation-point ruby-align ruby-overhang ruby-position ruby-span size slope src stemh stemv string-set tab-side target target-name target-new target-position text-align-last text-emphasis text-height text-indent text-justify text-outline text-replace text-shadow text-wrap topline unicode-range units-per-em voice-balance voice-duration voice-pitch voice-pitch-range voice-rate voice-stress voice-volume white-space-collapse widths word-break word-wrap x-height
|
755
|
+
pseudoclasses=active after before checked current disabled empty enabled first-child first-letter first-line first-of-type focus hover lang last-of-type link not nth-child nth-last-child nth-last-of-type nth-of-type only-child only-of-type root target visited
|
756
|
+
pseudo_elements=after before choices first-letter first-line line-marker marker outside repeat-index repeat-item selection slot value
|
757
|
+
browser_css_properties=
|
758
|
+
browser_pseudo_classes=
|
759
|
+
browser_pseudo_elements=
|
760
|
+
|
761
|
+
|
762
|
+
[settings]
|
763
|
+
# default extension used when saving files
|
764
|
+
#extension=css
|
765
|
+
|
766
|
+
# the following characters are these which a "word" can contains, see documentation
|
767
|
+
#wordchars=_-abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
768
|
+
|
769
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
770
|
+
comment_open=/*
|
771
|
+
comment_close=*/
|
772
|
+
|
773
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
774
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
775
|
+
#command_example();
|
776
|
+
# setting to false would generate this
|
777
|
+
# command_example();
|
778
|
+
# This setting works only for single line comments
|
779
|
+
comment_use_indent=true
|
780
|
+
|
781
|
+
# context action command (please see Geany's main documentation for details)
|
782
|
+
context_action_cmd=
|
783
|
+
# For complete documentation of this file, please see Geany's main documentation
|
784
|
+
[styling]
|
785
|
+
# foreground;background;bold;italic
|
786
|
+
default=default
|
787
|
+
comment=comment
|
788
|
+
commentline=comment
|
789
|
+
commentdoc=commentdoc
|
790
|
+
commentdocnested=commentdoc
|
791
|
+
number=number
|
792
|
+
word=word
|
793
|
+
word2=word2
|
794
|
+
word3=word2
|
795
|
+
typedef=type
|
796
|
+
string=string
|
797
|
+
stringeol=stringeol
|
798
|
+
character=string
|
799
|
+
operator=operator
|
800
|
+
identifier=default
|
801
|
+
commentlinedoc=commentdoc,bold
|
802
|
+
commentdockeyword=commentdoc,bold,italic
|
803
|
+
commentdockeyworderror=commentdoc
|
804
|
+
|
805
|
+
[keywords]
|
806
|
+
# all items must be in one line
|
807
|
+
primary=__FILE__ __LINE__ __DATA__ __TIME__ __TIMESTAMP__ abstract alias align asm assert auto body bool break byte case cast catch cdouble cent cfloat char class const continue creal dchar debug default delegate delete deprecated do double else enum export extern false final finally float for foreach function goto idouble if ifloat import in inout int interface invariant ireal is long mixin module new null out override package pragma private protected public real return scope short static struct super switch synchronized template this throw true try typedef typeof ubyte ucent uint ulong union unittest ushort version void volatile wchar while with
|
808
|
+
secondary=
|
809
|
+
# documentation keywords for D, currently not working
|
810
|
+
docComment=Authors Bugs Copyright Date Deprecated Examples History License Macros Params Returns See_Also Standards Throws Version
|
811
|
+
types=
|
812
|
+
|
813
|
+
[settings]
|
814
|
+
# default extension used when saving files
|
815
|
+
#extension=d
|
816
|
+
|
817
|
+
# the following characters are these which a "word" can contains, see documentation
|
818
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
819
|
+
|
820
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
821
|
+
comment_open=//
|
822
|
+
comment_close=
|
823
|
+
# this is an alternative way, so multiline comments are used
|
824
|
+
#comment_open=/*
|
825
|
+
#comment_close=*/
|
826
|
+
# this is alternative way, so multiline comments are used
|
827
|
+
#comment_open=/+
|
828
|
+
#comment_close=+/
|
829
|
+
|
830
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
831
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
832
|
+
#command_example();
|
833
|
+
# setting to false would generate this
|
834
|
+
# command_example();
|
835
|
+
# This setting works only for single line comments
|
836
|
+
comment_use_indent=true
|
837
|
+
|
838
|
+
# context action command (please see Geany's main documentation for details)
|
839
|
+
context_action_cmd=
|
840
|
+
|
841
|
+
[build_settings]
|
842
|
+
# %f will be replaced by the complete filename
|
843
|
+
# %e will be replaced by the filename without extension
|
844
|
+
# (use only one of it at one time)
|
845
|
+
compiler=dmd -w -c "%f"
|
846
|
+
linker=dmd -w -of"%e" "%f"
|
847
|
+
# you can also use the gdc compiler, please use the "gdmd" wrapper script(included with gdc)
|
848
|
+
#compiler=gdmd -w -c "%f"
|
849
|
+
#linker=gdmd -w -of"%e" "%f"
|
850
|
+
|
851
|
+
run_cmd="./%e"
|
852
|
+
|
853
|
+
|
854
|
+
# For complete documentation of this file, please see Geany's main documentation
|
855
|
+
[styling]
|
856
|
+
# foreground;background;bold;italic
|
857
|
+
default=0x667825;0x000000;false;false
|
858
|
+
comment=0x155122;0x000000;false;false
|
859
|
+
|
860
|
+
pod=0x3F833D;0x000000;false;false
|
861
|
+
|
862
|
+
pod=0xA263A3;0x000000;false;false
|
863
|
+
|
864
|
+
pod=0x6098C4;0x000000;false;false
|
865
|
+
|
866
|
+
pod=0x2470D4;0x000000;false;false
|
867
|
+
command=0xCE2547;0x000000;false;false
|
868
|
+
header=0x4EBF45;0x000000;false;false
|
869
|
+
position=0x289E80;0x000000;false;false
|
870
|
+
deleted=0x1BBBA4;0x000000;false;false
|
871
|
+
added=0xFD0EB0;0x000000;false;false
|
872
|
+
changed=0xA79858;0x000000;false;false # not in np++
|
873
|
+
|
874
|
+
|
875
|
+
[settings]
|
876
|
+
# default extension used when saving files
|
877
|
+
#extension=diff
|
878
|
+
|
879
|
+
# the following characters are these which a "word" can contains, see documentation
|
880
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
881
|
+
|
882
|
+
# only the text before the first --- is a comment
|
883
|
+
comment_open=
|
884
|
+
comment_close=
|
885
|
+
|
886
|
+
# context action command (please see Geany's main documentation for details)
|
887
|
+
context_action_cmd=
|
888
|
+
|
889
|
+
# For complete documentation of this file, please see Geany's main documentation
|
890
|
+
[styling]
|
891
|
+
# foreground;background;bold;italic
|
892
|
+
default=0x099E9D;0x000000;false;false
|
893
|
+
tag=0xE4993F;0x000000;false;false
|
894
|
+
tagunknown=0x65D21E;0x000000;false;false
|
895
|
+
attribute=0x2F42F3;0x000000;false;false
|
896
|
+
attributeunknown=0xA3FFDE;0x000000;false;false
|
897
|
+
number=0xDBA79E;0x000000;false;false
|
898
|
+
doublestring=0xFE5C00;0x000000;false;false
|
899
|
+
singlestring=0x0394A1;0x000000;false;false
|
900
|
+
other=0x906EF0;0x000000;false;false
|
901
|
+
comment=0x140C61;0x000000;false;false
|
902
|
+
|
903
|
+
pod=0xE92D19;0x000000;false;false
|
904
|
+
|
905
|
+
pod=0x025AF9;0x000000;false;false
|
906
|
+
|
907
|
+
pod=0xFDDF9D;0x000000;false;false
|
908
|
+
|
909
|
+
pod=0xDA40D7;0x000000;false;false
|
910
|
+
entity=0x526698;0x000000;false;false
|
911
|
+
tagend=0xA541A7;0x000000;false;false
|
912
|
+
xmlstart=0xAD5653;0x000000;false;false
|
913
|
+
xmlend=0xE42AAF;0x000000;false;false
|
914
|
+
cdata=0x95A32E;0x000000;false;false
|
915
|
+
question=0xD1D4F9;0x000000;false;false
|
916
|
+
value=0x4D9C10;0x000000;false;false
|
917
|
+
xccomment=0x3C0079;0x000000;false;false
|
918
|
+
|
919
|
+
pod=0x7D6410;0x000000;false;false
|
920
|
+
|
921
|
+
pod=0xFC5134;0x000000;false;false
|
922
|
+
|
923
|
+
pod=0xD8B028;0x000000;false;false
|
924
|
+
|
925
|
+
pod=0xA47B32;0x000000;false;false
|
926
|
+
sgml_default=0x6BCC33;0x000000;false;false
|
927
|
+
sgml_comment=0x153A42;0x000000;false;false
|
928
|
+
|
929
|
+
pod=0xCD26A3;0x000000;false;false
|
930
|
+
|
931
|
+
pod=0xA85D4D;0x000000;false;false
|
932
|
+
|
933
|
+
pod=0x773B83;0x000000;false;false
|
934
|
+
|
935
|
+
pod=0x78CFAD;0x000000;false;false
|
936
|
+
sgml_special=0xD1E4DE;0x000000;false;false
|
937
|
+
sgml_command=0x09C14D;0x000000;true;false
|
938
|
+
sgml_doublestring=0x616FF2;0x000000;false;false
|
939
|
+
sgml_simplestring=0xC41ADF;0x000000;false;false
|
940
|
+
sgml_1st_param=0x919792;0x000000;false;false
|
941
|
+
sgml_entity=0xD46358;0x000000;false;false
|
942
|
+
sgml_block_default=0x8FDFFF;0x000000;false;false
|
943
|
+
sgml_1st_param_comment=0x231C82;0x000000;false;false
|
944
|
+
|
945
|
+
pod=0xDC5C9C;0x000000;false;false
|
946
|
+
|
947
|
+
pod=0xACB43E;0x000000;false;false
|
948
|
+
|
949
|
+
pod=0x3D6881;0x000000;false;false
|
950
|
+
|
951
|
+
pod=0x976DC8;0x000000;false;false
|
952
|
+
sgml_error=0x81BBCF;0x000000;false;false
|
953
|
+
|
954
|
+
[keywords]
|
955
|
+
# all items must be in one line
|
956
|
+
elements=abbrev abstract accel ackno acronym action address affiliation alt anchor answer appendix appendixinfo application area areaset areaspec arg article articleinfo artpagenums attribution audiodata audioobject author authorblurb authorgroup authorinitials beginpage bibliocoverage bibliodiv biblioentry bibliography bibliographyinfo biblioid bibliomisc bibliomixed bibliomset bibliorelation biblioset bibliosource blockinfo blockquote book bookinfo bridgehead callout calloutlist caption caution chapter chapterinfo citation citebiblioid citerefentry citetitle city classname classsynopsis classsynopsisinfo cmdsynopsis co collab cols colnum nameend namest align spanname colname collabname colophon colspec command computeroutput confdates confgroup confnum confsponsor conftitle constant constraint constraintdef constructorsynopsis contractnum contractsponsor contrib copyright coref corpauthor corpname country database date dedication destructorsynopsis edition editor email emphasis entry entrytbl envar epigraph equation errorcode errorname errortext errortype example exceptionname fax fieldsynopsis figure filename fileref firstname firstterm footnote footnoteref foreignphrase formalpara frame funcdef funcparams funcprototype funcsynopsis funcsynopsisinfo function glossary glossaryinfo glossdef glossdiv glossentry glosslist glosssee glossseealso glossterm graphic graphicco group guibutton guiicon guilabel guimenu guimenuitem guisubmenu hardware highlights holder honorific htm imagedata imageobject imageobjectco important index indexdiv indexentry indexinfo indexterm informalequation informalexample informalfigure informaltable initializer inlineequation inlinegraphic inlinemediaobject interface interfacename invpartnumber isbn issn issuenum itemizedlist itermset jobtitle keycap keycode keycombo keysym keyword keywordset label legalnotice lhs lineage lineannotation link listitem iteral literallayout lot lotentry manvolnum markup medialabel mediaobject mediaobjectco member menuchoice methodname methodparam methodsynopsis mm modespec modifier ousebutton msg msgaud msgentry msgexplan msginfo msglevel msgmain msgorig msgrel msgset msgsub msgtext nonterminal note objectinfo olink ooclass ooexception oointerface option optional orderedlist orgdiv orgname otheraddr othercredit othername pagenums para paramdef parameter part partinfo partintro personblurb personname phone phrase pob postcode preface prefaceinfo primary primaryie printhistory procedure production productionrecap productionset productname productnumber programlisting programlistingco prompt property pubdate publisher publishername pubsnumber qandadiv qandaentry qandaset question quote refclass refdescriptor refentry refentryinfo refentrytitle reference referenceinfo refmeta refmiscinfo refname refnamediv refpurpose refsect1 refsect1info refsect2 refsect2info refsect3 refsect3info refsection refsectioninfo refsynopsisdiv refsynopsisdivinfo releaseinfo remark replaceable returnvalue revdescription revhistory revision revnumber revremark rhs row sbr screen screenco screeninfo screenshot secondary secondaryie sect1 sect1info sect2 sect2info sect3 sect3info sect4 sect4info sect5 sect5info section sectioninfo see seealso seealsoie seeie seg seglistitem segmentedlist segtitle seriesvolnums set setindex setindexinfo setinfo sgmltag shortaffil shortcut sidebar sidebarinfo simpara simplelist simplemsgentry simplesect spanspec state step street structfield structname subject subjectset subjectterm subscript substeps subtitle superscript surname sv symbol synopfragment synopfragmentref synopsis systemitem table tbody term tertiary tertiaryie textdata textobject tfoot tgroup thead tip title titleabbrev toc tocback tocchap tocentry tocfront toclevel1 toclevel2 toclevel3 toclevel4 toclevel5 tocpart token trademark type ulink userinput varargs variablelist varlistentry varname videodata videoobject void volumenum warning wordasword xref year arch condition conformance id lang os remap role revision revisionflag security userlevel url vendor xreflabel status label endterm linkend space width
|
957
|
+
dtd=ELEMENT DOCTYPE ATTLIST ENTITY NOTATION
|
958
|
+
|
959
|
+
|
960
|
+
[settings]
|
961
|
+
# default extension used when saving files
|
962
|
+
#extension=docbook
|
963
|
+
|
964
|
+
# the following characters are these which a "word" can contains, see documentation
|
965
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
966
|
+
|
967
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
968
|
+
comment_open=<!--
|
969
|
+
comment_close=-->
|
970
|
+
|
971
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
972
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
973
|
+
#command_example();
|
974
|
+
# setting to false would generate this
|
975
|
+
# command_example();
|
976
|
+
# This setting works only for single line comments
|
977
|
+
comment_use_indent=true
|
978
|
+
|
979
|
+
# context action command (please see Geany's main documentation for details)
|
980
|
+
context_action_cmd=
|
981
|
+
# For complete documentation of this file, please see Geany's main documentation
|
982
|
+
[styling]
|
983
|
+
# foreground;background;bold;italic
|
984
|
+
default=0xCE4FEC;0x000000;false;false
|
985
|
+
comment=0x6F0E3A;0x000000;false;false
|
986
|
+
|
987
|
+
pod=0xF3770F;0x000000;false;false
|
988
|
+
|
989
|
+
pod=0xB4FEA5;0x000000;false;false
|
990
|
+
|
991
|
+
pod=0xDC8EF0;0x000000;false;false
|
992
|
+
|
993
|
+
pod=0xD15096;0x000000;false;false
|
994
|
+
number=0xF1BBBD;0x000000;false;false
|
995
|
+
string=0xB2DC02;0x000000;false;false
|
996
|
+
operator=0xFA8BBE;0x000000;false;false
|
997
|
+
identifier=0xF3219D;0x000000;false;false
|
998
|
+
string2=0xE2DF35;0x000000;true;false
|
999
|
+
word=0x7AF3F0;0x000000;true;false
|
1000
|
+
word2=0xDC59D5;0x000000;true;false
|
1001
|
+
word3=0xB93152;0x000000;true;false
|
1002
|
+
preprocessor=0x88D852;0x000000;false;false
|
1003
|
+
operator2=0x88C147;0x000000;true;false
|
1004
|
+
continuation=0x89D6E7;0x000000;false;false
|
1005
|
+
#continuation=0x66ff00;0xf0e080;false;false
|
1006
|
+
stringeol=0x4BDC22;0x000000;false;false
|
1007
|
+
label=0xEF957D;0x000000;true;false
|
1008
|
+
|
1009
|
+
|
1010
|
+
[keywords]
|
1011
|
+
# all items must be in one line
|
1012
|
+
primary=access action advance allocatable allocate apostrophe assign assignment associate asynchronous backspace bind blank blockdata call case character class close common complex contains continue cycle data deallocate decimal delim default dimension direct do dowhile double doubleprecision else elseif elsewhere encoding end endassociate endblockdata enddo endfile endforall endfunction endif endinterface endmodule endprogram endselect endsubroutine endtype endwhere entry eor equivalence err errmsg exist exit external file flush fmt form format formatted function go goto id if implicit in include inout integer inquire intent interface intrinsic iomsg iolength iostat kind len logical module name named namelist nextrec nml none nullify number only open opened operator optional out pad parameter pass pause pending pointer pos position precision print private program protected public quote read readwrite real rec recl recursive result return rewind save select selectcase selecttype sequential sign size stat status stop stream subroutine target then to type unformatted unit use value volatile wait where while write
|
1013
|
+
intrinsic_functions=abs achar acos acosd adjustl adjustr aimag aimax0 aimin0 aint ajmax0 ajmin0 akmax0 akmin0 all allocated alog alog10 amax0 amax1 amin0 amin1 amod anint any asin asind associated atan atan2 atan2d atand bitest bitl bitlr bitrl bjtest bit_size bktest break btest cabs ccos cdabs cdcos cdexp cdlog cdsin cdsqrt ceiling cexp char clog cmplx conjg cos cosd cosh count cpu_time cshift csin csqrt dabs dacos dacosd dasin dasind datan datan2 datan2d datand date date_and_time dble dcmplx dconjg dcos dcosd dcosh dcotan ddim dexp dfloat dflotk dfloti dflotj digits dim dimag dint dlog dlog10 dmax1 dmin1 dmod dnint dot_product dprod dreal dsign dsin dsind dsinh dsqrt dtan dtand dtanh eoshift epsilon errsns exp exponent float floati floatj floatk floor fraction free huge iabs iachar iand ibclr ibits ibset ichar idate idim idint idnint ieor ifix iiabs iiand iibclr iibits iibset iidim iidint iidnnt iieor iifix iint iior iiqint iiqnnt iishft iishftc iisign ilen imax0 imax1 imin0 imin1 imod index inint inot int int1 int2 int4 int8 iqint iqnint ior ishft ishftc isign isnan izext jiand jibclr jibits jibset jidim jidint jidnnt jieor jifix jint jior jiqint jiqnnt jishft jishftc jisign jmax0 jmax1 jmin0 jmin1 jmod jnint jnot jzext kiabs kiand kibclr kibits kibset kidim kidint kidnnt kieor kifix kind kint kior kishft kishftc kisign kmax0 kmax1 kmin0 kmin1 kmod knint knot kzext lbound leadz len len_trim lenlge lge lgt lle llt log log10 logical lshift malloc matmul max max0 max1 maxexponent maxloc maxval merge min min0 min1 minexponent minloc minval mod modulo mvbits nearest nint not nworkers number_of_processors pack popcnt poppar precision present product radix random random_number random_seed range real repeat reshape rrspacing rshift scale scan secnds selected_int_kind selected_real_kind set_exponent shape sign sin sind sinh size sizeof sngl snglq spacing spread sqrt sum system_clock tan tand tanh tiny transfer transpose trim ubound unpack verify
|
1014
|
+
user_functions=cdabs cdcos cdexp cdlog cdsin cdsqrt cotan cotand dcmplx dconjg dcotan dcotand decode dimag dll_export dll_import doublecomplex dreal dvchk encode find flen flush getarg getcharqq getcl getdat getenv gettim hfix ibchng identifier imag int1 int2 int4 intc intrup invalop iostat_msg isha ishc ishl jfix lacfar locking locnear map nargs nbreak ndperr ndpexc offset ovefl peekcharqq precfill prompt qabs qacos qacosd qasin qasind qatan qatand qatan2 qcmplx qconjg qcos qcosd qcosh qdim qexp qext qextd qfloat qimag qlog qlog10 qmax1 qmin1 qmod qreal qsign qsin qsind qsinh qsqrt qtan qtand qtanh ran rand randu rewrite segment setdat settim system timer undfl unlock union val virtual volatile zabs zcos zexp zlog zsin zsqrt
|
1015
|
+
|
1016
|
+
|
1017
|
+
[settings]
|
1018
|
+
# default extension used when saving files
|
1019
|
+
#extension=f
|
1020
|
+
|
1021
|
+
# the following characters are these which a "word" can contains, see documentation
|
1022
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1023
|
+
|
1024
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1025
|
+
comment_open=c
|
1026
|
+
comment_close=
|
1027
|
+
|
1028
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1029
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1030
|
+
#command_example();
|
1031
|
+
# setting to false would generate this
|
1032
|
+
# command_example();
|
1033
|
+
# This setting works only for single line comments
|
1034
|
+
comment_use_indent=false
|
1035
|
+
|
1036
|
+
# context action command (please see Geany's main documentation for details)
|
1037
|
+
context_action_cmd=
|
1038
|
+
|
1039
|
+
|
1040
|
+
[build_settings]
|
1041
|
+
# %f will be replaced by the complete filename
|
1042
|
+
# %e will be replaced by the filename without extension
|
1043
|
+
# (use only one of it at one time)
|
1044
|
+
compiler=gfortran -Wall -c "%f"
|
1045
|
+
linker=gfortran -Wall -o "%e" "%f"
|
1046
|
+
run_cmd="./%e"
|
1047
|
+
|
1048
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1049
|
+
[styling]
|
1050
|
+
# foreground;background;bold;italic
|
1051
|
+
default=default
|
1052
|
+
comment=comment
|
1053
|
+
commentline=comment
|
1054
|
+
commentdoc=commentdoc
|
1055
|
+
number=number
|
1056
|
+
word=word
|
1057
|
+
word2=word2
|
1058
|
+
string=string
|
1059
|
+
character=string
|
1060
|
+
uuid=0x9D7416;0x000000;false;false
|
1061
|
+
#uuid=0xffffff
|
1062
|
+
preprocessor=preprocessor
|
1063
|
+
operator=operator
|
1064
|
+
identifier=default
|
1065
|
+
stringeol=stringeol
|
1066
|
+
# @"verbatim"
|
1067
|
+
verbatim=0x4C50D5;0x000000;false;false
|
1068
|
+
# (/regex/)
|
1069
|
+
regex=0x43CACD;0x000000;false;false
|
1070
|
+
commentlinedoc=commentdoc,bold
|
1071
|
+
commentdockeyword=commentdoc,bold,italic
|
1072
|
+
commentdockeyworderror=commentdoc
|
1073
|
+
globalclass=type
|
1074
|
+
|
1075
|
+
[keywords]
|
1076
|
+
# all items must be in one line
|
1077
|
+
primary=false null self super true abstract alias and arguments attribute_missing break case class closure conformsToProtocol constructor continue default deliver destructor diliver directive do else extends eval final fix for function global handle if iferr implements include instanceof isa method_missing modifies monitor namespace new or private protected protocol public raise recipient rename return static switch uses using while
|
1078
|
+
types=boolean string number array object void XML Unix Sys String Stream Serialize RMI Posix Number Network Math FileSystem Console Array Regexp XSLT
|
1079
|
+
docComment=brief class declaration description end example extends function group implements modifies module namespace param protocol return return static type variable warning
|
1080
|
+
|
1081
|
+
[settings]
|
1082
|
+
# default extension used when saving files
|
1083
|
+
#extension=fe
|
1084
|
+
|
1085
|
+
# the following characters are these which a "word" can contains, see documentation
|
1086
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1087
|
+
|
1088
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1089
|
+
comment_open=//
|
1090
|
+
comment_close=
|
1091
|
+
# this is an alternative way, so multiline comments are used
|
1092
|
+
#comment_open=/*
|
1093
|
+
#comment_close=*/
|
1094
|
+
|
1095
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1096
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1097
|
+
#command_example();
|
1098
|
+
# setting to false would generate this
|
1099
|
+
# command_example();
|
1100
|
+
# This setting works only for single line comments
|
1101
|
+
comment_use_indent=true
|
1102
|
+
|
1103
|
+
# context action command (please see Geany's main documentation for details)
|
1104
|
+
context_action_cmd=
|
1105
|
+
|
1106
|
+
[build_settings]
|
1107
|
+
# %f will be replaced by the complete filename
|
1108
|
+
# %e will be replaced by the filename without extension
|
1109
|
+
# (use only one of it at one time)
|
1110
|
+
compiler=ferite -vc "%f"
|
1111
|
+
run_cmd=ferite "%f"
|
1112
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1113
|
+
[styling]
|
1114
|
+
# foreground;background;bold;italic
|
1115
|
+
default=0xC343B1;0x000000;false;false
|
1116
|
+
comment=0x4001A0;0x000000;false;false
|
1117
|
+
|
1118
|
+
pod=0xC0509C;0x000000;false;false
|
1119
|
+
|
1120
|
+
pod=0x22A65F;0x000000;false;false
|
1121
|
+
|
1122
|
+
pod=0xF5D7A0;0x000000;false;false
|
1123
|
+
|
1124
|
+
pod=0x6AF10B;0x000000;false;false
|
1125
|
+
number=0x18964E;0x000000;false;false
|
1126
|
+
string=0x9CFCCC;0x000000;false;false
|
1127
|
+
operator=0xCA9724;0x000000;false;false
|
1128
|
+
identifier=0xB4EFCE;0x000000;false;false
|
1129
|
+
string2=0x9C48FB;0x000000;true;false
|
1130
|
+
word=0xD0D1FC;0x000000;true;false
|
1131
|
+
word2=0x45AE46;0x000000;true;false
|
1132
|
+
word3=0xB6A9B6;0x000000;true;false
|
1133
|
+
preprocessor=0xD8EA99;0x000000;false;false
|
1134
|
+
operator2=0x90CCB5;0x000000;true;false
|
1135
|
+
continuation=0xFF6FF8;0x000000;false;false
|
1136
|
+
#continuation=0x66ff00;0xf0e080;false;false
|
1137
|
+
stringeol=0x80AB41;0x000000;false;false
|
1138
|
+
label=0x6A42E2;0x000000;true;false
|
1139
|
+
|
1140
|
+
|
1141
|
+
[keywords]
|
1142
|
+
# all items must be in one line
|
1143
|
+
primary=access action advance allocatable allocate apostrophe assign assignment associate asynchronous backspace bind blank blockdata call case character class close common complex contains continue cycle data deallocate decimal delim default dimension direct do dowhile double doubleprecision elemental else elseif elsewhere encoding end endassociate endblockdata enddo endfile endforall endfunction endif endinterface endmodule endprogram endselect endsubroutine endtype endwhere entry eor equivalence err errmsg exist exit extends external file flush fmt forall form format formatted function go goto id if implicit in include inout integer inquire intent interface intrinsic iomsg iolength iostat kind len logical module name named namelist nextrec nml none nullify number only open opened operator optional out pad parameter pass pause pending pointer pos position precision print private procedure program protected public quote pure read readwrite real rec recl recursive result return rewind save select selectcase selecttype sequential sign size stat status stop stream subroutine target then to type unformatted unit use value volatile wait where while write
|
1144
|
+
intrinsic_functions=abs achar acos acosd adjustl adjustr aimag aimax0 aimin0 aint ajmax0 ajmin0 akmax0 akmin0 all allocated alog alog10 amax0 amax1 amin0 amin1 amod anint any asin asind associated atan atan2 atan2d atand bitest bitl bitlr bitrl bjtest bit_size bktest break btest cabs ccos cdabs cdcos cdexp cdlog cdsin cdsqrt ceiling cexp char clog cmplx conjg cos cosd cosh count cpu_time cshift csin csqrt dabs dacos dacosd dasin dasind datan datan2 datan2d datand date date_and_time dble dcmplx dconjg dcos dcosd dcosh dcotan ddim dexp dfloat dflotk dfloti dflotj digits dim dimag dint dlog dlog10 dmax1 dmin1 dmod dnint dot_product dprod dreal dsign dsin dsind dsinh dsqrt dtan dtand dtanh eoshift epsilon errsns exp exponent float floati floatj floatk floor fraction free huge iabs iachar iand ibclr ibits ibset ichar idate idim idint idnint ieor ifix iiabs iiand iibclr iibits iibset iidim iidint iidnnt iieor iifix iint iior iiqint iiqnnt iishft iishftc iisign ilen imax0 imax1 imin0 imin1 imod index inint inot int int1 int2 int4 int8 iqint iqnint ior ishft ishftc isign isnan izext jiand jibclr jibits jibset jidim jidint jidnnt jieor jifix jint jior jiqint jiqnnt jishft jishftc jisign jmax0 jmax1 jmin0 jmin1 jmod jnint jnot jzext kiabs kiand kibclr kibits kibset kidim kidint kidnnt kieor kifix kind kint kior kishft kishftc kisign kmax0 kmax1 kmin0 kmin1 kmod knint knot kzext lbound leadz len len_trim lenlge lge lgt lle llt log log10 logical lshift malloc matmul max max0 max1 maxexponent maxloc maxval merge min min0 min1 minexponent minloc minval mod modulo mvbits nearest nint not nworkers number_of_processors pack popcnt poppar precision present product radix random random_number random_seed range real repeat reshape rrspacing rshift scale scan secnds selected_int_kind selected_real_kind set_exponent shape sign sin sind sinh size sizeof sngl snglq spacing spread sqrt sum system_clock tan tand tanh tiny transfer transpose trim ubound unpack verify
|
1145
|
+
user_functions=cdabs cdcos cdexp cdlog cdsin cdsqrt cotan cotand dcmplx dconjg dcotan dcotand decode dimag dll_export dll_import doublecomplex dreal dvchk encode find flen flush getarg getcharqq getcl getdat getenv gettim hfix ibchng identifier imag int1 int2 int4 intc intrup invalop iostat_msg isha ishc ishl jfix lacfar locking locnear map nargs nbreak ndperr ndpexc offset ovefl peekcharqq precfill prompt qabs qacos qacosd qasin qasind qatan qatand qatan2 qcmplx qconjg qcos qcosd qcosh qdim qexp qext qextd qfloat qimag qlog qlog10 qmax1 qmin1 qmod qreal qsign qsin qsind qsinh qsqrt qtan qtand qtanh ran rand randu rewrite segment setdat settim system timer undfl unlock union val virtual volatile zabs zcos zexp zlog zsin zsqrt
|
1146
|
+
|
1147
|
+
|
1148
|
+
[settings]
|
1149
|
+
# default extension used when saving files
|
1150
|
+
#extension=f90
|
1151
|
+
|
1152
|
+
# the following characters are these which a "word" can contains, see documentation
|
1153
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1154
|
+
|
1155
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1156
|
+
comment_open=!
|
1157
|
+
comment_close=
|
1158
|
+
|
1159
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1160
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1161
|
+
#command_example();
|
1162
|
+
# setting to false would generate this
|
1163
|
+
# command_example();
|
1164
|
+
# This setting works only for single line comments
|
1165
|
+
comment_use_indent=false
|
1166
|
+
|
1167
|
+
# context action command (please see Geany's main documentation for details)
|
1168
|
+
context_action_cmd=
|
1169
|
+
|
1170
|
+
|
1171
|
+
[build_settings]
|
1172
|
+
# %f will be replaced by the complete filename
|
1173
|
+
# %e will be replaced by the filename without extension
|
1174
|
+
# (use only one of it at one time)
|
1175
|
+
compiler=gfortran -Wall -c "%f"
|
1176
|
+
linker=gfortran -Wall -o "%e" "%f"
|
1177
|
+
run_cmd="./%e"
|
1178
|
+
|
1179
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1180
|
+
[styling]
|
1181
|
+
# foreground;background;bold;italic
|
1182
|
+
default=0x4B9B53;0x000000;false;false
|
1183
|
+
comment=0x340453;0x000000;false;false
|
1184
|
+
|
1185
|
+
pod=0xBD215A;0x000000;false;false
|
1186
|
+
|
1187
|
+
pod=0xB1B655;0x000000;false;false
|
1188
|
+
|
1189
|
+
pod=0xE96221;0x000000;false;false
|
1190
|
+
pod=0x098BAC;0x000000;false;false
|
1191
|
+
number=0x8AB337;0x000000;false;false
|
1192
|
+
word=0x65F9E4;0x000000;true;false
|
1193
|
+
string=0xB836F5;0x000000;false;false
|
1194
|
+
preprocessor=0xE12AFF;0x000000;false;false
|
1195
|
+
operator=0x82AE4B;0x000000;false;false
|
1196
|
+
identifier=0xCCFF64;0x000000;false;false
|
1197
|
+
date=0xD4879E;0x000000;false;false
|
1198
|
+
stringeol=0x7AD469;0x000000;false;false
|
1199
|
+
word2=0x39F74A;0x000000;true;false
|
1200
|
+
word3=0x3472B6;0x000000;false;false
|
1201
|
+
word4=0xFEB7A7;0x000000;false;false
|
1202
|
+
constant=0x1A9B67;0x000000;false;false
|
1203
|
+
# asm is still unused
|
1204
|
+
asm=0x7591A9;0x000000;false;false
|
1205
|
+
label=0x77E905;0x000000;false;false
|
1206
|
+
error=0xE2AA14;0x000000;false;false
|
1207
|
+
hexnumber=0xBE372F;0x000000;false;false
|
1208
|
+
binnumber=0x3C55FF;0x000000;false;false
|
1209
|
+
|
1210
|
+
[keywords]
|
1211
|
+
# all items must be in one line
|
1212
|
+
keywords=abs access acos alias allocate alpha and any append as assert assertwarn asc asin asm atan2 atn base beep bin binary bit bitreset bitset bload bsave byref byte byval call callocate case cast cbyte cdbl cdecl chain chdir chr cint circle class clear clng clngint close cls color com cons command common condbroadcast condcreate conddestroy condsignal condwait const constructor continue cos cptr cshort csign csng csrlin cubyte cuint culng culngint cunsg curdir cushort custom cvd cvi cvl cvlongint cvs cvshort data date dateadd datediff datepart dateserial datevalue day deallocate declare defbyte defdbl defint deflng deflngint defshort defsng defstr defubyte defuint defulngint defushort delete destructor dim dir do double draw dynamic dylibfree dylibload dylibsymbol else elseif encoding end enum environ escape eof eqv erase erfn erl ermn err error exec exepath exit exp explicit export extern false fboolean field fileattr filecopy filedatetime fileexists filelen fix flip for format frac fre freefile function get getjoystick getkey getmouse gosub goto hex hibyte hiword hour if iif imageconvertrow imagecreate imagedestroy imp import inkey inp input input$ instr int integer is isdate kill lbound lcase left len let lib lpt line lobyte loc local locate lock lof log long longint loop loword lpos lprint lset ltrim mid minute mkd mkdir mki mkl mklongint mks mkshort mod month monthname multikey mutexcreate mutexdestroy mutexlock mutexunlock name namespace nokeyword next new not now oct offsetof on once open option operator or out output overload paint palette pascal pcopy peek pipe pmap point pointer poke pos preserve preset print private procptr property protected pset ptr public put random randomize read reallocate redim rem reset restore resume return rgb rgba right rmdir rnd rset rtrim run sadd scope scrn screen screencopy screencontrol screenevent screeninfo screenglproc screenlist screenlock screenptr screenres screenset screensync screenunlock second seek select setdate setenviron setmouse settime sgn shared shell short sin single sizeof sleep space spc sqr static stdcall step stop str string strptr sub swap system shr shl tab tan then this threadcreate threadwait time timeserial timevalue timer to trans trim true type ubound ubyte ucase uinteger ulong ulongint union unlock unsigned until ushort using va_arg va_first va_next val vallng valint valuint valulng var varptr view wait wbin wchr weekday weekdayname wend while whex width window windowtitle winput with woct write wspace wstr wstring xor year zstring
|
1213
|
+
preprocessor=#define defined typeof #dynamic #else #endif #error #if #ifdef #ifndef #inclib #include #print #static #undef #macro #endmacro #elseif #libpath #pragma
|
1214
|
+
# user definable keywords
|
1215
|
+
user1=
|
1216
|
+
user2=
|
1217
|
+
|
1218
|
+
[settings]
|
1219
|
+
# default extension used when saving files
|
1220
|
+
#extension=bas
|
1221
|
+
|
1222
|
+
# the following characters are these which a "word" can contains, see documentation
|
1223
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1224
|
+
|
1225
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1226
|
+
comment_open='
|
1227
|
+
comment_close=
|
1228
|
+
# this is an alternative way, so multiline comments are used
|
1229
|
+
#comment_open=/'
|
1230
|
+
#comment_close='/
|
1231
|
+
|
1232
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1233
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1234
|
+
#command_example();
|
1235
|
+
# setting to false would generate this
|
1236
|
+
# command_example();
|
1237
|
+
# This setting works only for single line comments
|
1238
|
+
comment_use_indent=true
|
1239
|
+
|
1240
|
+
# context action command (please see Geany's main documentation for details)
|
1241
|
+
context_action_cmd=
|
1242
|
+
|
1243
|
+
[build_settings]
|
1244
|
+
# %f will be replaced by the complete filename
|
1245
|
+
# %e will be replaced by the filename without extension
|
1246
|
+
# (use only one of it at one time)
|
1247
|
+
compiler=fbc -w all "%f"
|
1248
|
+
run_cmd="./%e"
|
1249
|
+
|
1250
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1251
|
+
[styling]
|
1252
|
+
# foreground;background;bold;italic
|
1253
|
+
default=default
|
1254
|
+
comment=comment
|
1255
|
+
commentline=comment
|
1256
|
+
commentdoc=commentdoc
|
1257
|
+
number=number
|
1258
|
+
word=word
|
1259
|
+
word2=word2
|
1260
|
+
string=string
|
1261
|
+
character=string
|
1262
|
+
uuid=0x2C5DDD;0x000000;false;false
|
1263
|
+
#uuid=0xffffff
|
1264
|
+
preprocessor=preprocessor
|
1265
|
+
operator=operator
|
1266
|
+
identifier=default
|
1267
|
+
stringeol=stringeol
|
1268
|
+
# @"verbatim"
|
1269
|
+
verbatim=0x24BD2D;0x000000;false;false
|
1270
|
+
# (/regex/)
|
1271
|
+
regex=0xE532A6;0x000000;false;false
|
1272
|
+
commentlinedoc=commentdoc,bold
|
1273
|
+
commentdockeyword=commentdoc,bold,italic
|
1274
|
+
commentdockeyworderror=commentdoc
|
1275
|
+
globalclass=type
|
1276
|
+
# whether arguments of preprocessor commands should be styled (only first argument is used)
|
1277
|
+
# 1 to enable, 0 to disable
|
1278
|
+
styling_within_preprocessor=1;0;false;false
|
1279
|
+
|
1280
|
+
[keywords]
|
1281
|
+
# all items must be in one line
|
1282
|
+
primary=if else switch case default for while do discard return break continue true false struct void bool int uint float vec2 vec3 vec4 ivec2 ivec3 ivec4 bvec2 bvec3 bvec4 uvec2 uvec3 uvec4 mat2 mat3 mat4 mat2x2 mat2x3 mat2x4 mat3x2 mat3x3 mat3x4 mat4x2 mat4x3 mat4x4 sampler1D sampler2D sampler3D samplerCube sampler1DShadow sampler2DShadow sampler1DArray sampler2DArray sampler1DArrayShadow sampler2DArrayShadow isampler1D isampler2D isampler3D isamplerCube isampler1DArray isampler2DArray usampler1D usampler2D usampler3D usamplerCube usampler1DArray usampler2DArray const invariant centroid in out inout attribute uniform varying smooth flat noperspective highp mediump lowp
|
1283
|
+
secondary=
|
1284
|
+
# these are some doxygen keywords (incomplete)
|
1285
|
+
docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return returns see since struct throw todo typedef var version warning union
|
1286
|
+
|
1287
|
+
[settings]
|
1288
|
+
# default extension used when saving files
|
1289
|
+
#extension=glsl
|
1290
|
+
|
1291
|
+
# the following characters are these which a "word" can contains, see documentation
|
1292
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1293
|
+
|
1294
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1295
|
+
comment_open=//
|
1296
|
+
comment_close=
|
1297
|
+
# this is an alternative way, so multiline comments are used
|
1298
|
+
#comment_open=/*
|
1299
|
+
#comment_close=*/
|
1300
|
+
|
1301
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1302
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1303
|
+
#command_example();
|
1304
|
+
# setting to false would generate this
|
1305
|
+
# command_example();
|
1306
|
+
# This setting works only for single line comments
|
1307
|
+
comment_use_indent=true
|
1308
|
+
|
1309
|
+
# context action command (please see Geany's main documentation for details)
|
1310
|
+
context_action_cmd=
|
1311
|
+
|
1312
|
+
[build_settings]
|
1313
|
+
# %f will be replaced by the complete filename
|
1314
|
+
# %e will be replaced by the filename without extension
|
1315
|
+
# (use only one of it at one time)
|
1316
|
+
#compiler=
|
1317
|
+
#linker=
|
1318
|
+
#run_cmd=
|
1319
|
+
|
1320
|
+
|
1321
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1322
|
+
[styling]
|
1323
|
+
# foreground;background;bold;italic
|
1324
|
+
default=0x26C2FD;0x000000;false;false
|
1325
|
+
commentline=0x8C1807;0x000000;false;false
|
1326
|
+
|
1327
|
+
pod=0x4CB6E5;0x000000;false;false
|
1328
|
+
|
1329
|
+
pod=0x8EE942;0x000000;false;false
|
1330
|
+
|
1331
|
+
pod=0xB12FFF;0x000000;false;false
|
1332
|
+
|
1333
|
+
pod=0xA32AEC;0x000000;false;false
|
1334
|
+
commentblock=0x0E5A08;0x000000;false;false
|
1335
|
+
|
1336
|
+
pod=0xD04929;0x000000;false;false
|
1337
|
+
|
1338
|
+
pod=0xFD7FA3;0x000000;false;false
|
1339
|
+
|
1340
|
+
pod=0x916F3E;0x000000;false;false
|
1341
|
+
|
1342
|
+
pod=0x9F7739;0x000000;false;false
|
1343
|
+
commentblock2=0x351A3E;0x000000;false;false
|
1344
|
+
|
1345
|
+
pod=0xDB3C5C;0x000000;false;false
|
1346
|
+
|
1347
|
+
pod=0xAC5992;0x000000;false;false
|
1348
|
+
|
1349
|
+
pod=0xE6741F;0x000000;false;false
|
1350
|
+
|
1351
|
+
pod=0xE6EEF9;0x000000;false;false
|
1352
|
+
commentblock3=0x6A0820;0x000000;false;false
|
1353
|
+
|
1354
|
+
pod=0x72B1B2;0x000000;false;false
|
1355
|
+
|
1356
|
+
pod=0x003FEC;0x000000;false;false
|
1357
|
+
|
1358
|
+
pod=0x9A9B6D;0x000000;false;false
|
1359
|
+
|
1360
|
+
pod=0x20AD6E;0x000000;false;false
|
1361
|
+
number=0xB93AA4;0x000000;false;false
|
1362
|
+
keyword=0x37A2A0;0x000000;true;false
|
1363
|
+
import=0x99C1BB;0x000000;false;false
|
1364
|
+
string=0xE9DFD1;0x000000;false;false
|
1365
|
+
character=0xAA0FD4;0x000000;false;false
|
1366
|
+
class=0xC1AE44;0x000000;false;false
|
1367
|
+
operator=0x45BB8F;0x000000;false;false
|
1368
|
+
identifier=0xF7B96C;0x000000;false;false
|
1369
|
+
instance=0x9782F6;0x000000;false;false
|
1370
|
+
capital=0xF710FE;0x000000;false;false
|
1371
|
+
module=0xA6C8CF;0x000000;false;false
|
1372
|
+
data=0x559C55;0x000000;false;false
|
1373
|
+
|
1374
|
+
[keywords]
|
1375
|
+
# all items must be in one line
|
1376
|
+
keywords=as case class data deriving do else if import in infixl infixr instance let module of primitive qualified then type where
|
1377
|
+
|
1378
|
+
|
1379
|
+
[settings]
|
1380
|
+
# default extension used when saving files
|
1381
|
+
#extension=hs
|
1382
|
+
|
1383
|
+
# the following characters are these which a "word" can contains, see documentation
|
1384
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1385
|
+
|
1386
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1387
|
+
comment_open=--
|
1388
|
+
comment_close=
|
1389
|
+
|
1390
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1391
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1392
|
+
#command_example();
|
1393
|
+
# setting to false would generate this
|
1394
|
+
# command_example();
|
1395
|
+
# This setting works only for single line comments
|
1396
|
+
comment_use_indent=true
|
1397
|
+
|
1398
|
+
# context action command (please see Geany's main documentation for details)
|
1399
|
+
context_action_cmd=
|
1400
|
+
|
1401
|
+
[build_settings]
|
1402
|
+
# %f will be replaced by the complete filename
|
1403
|
+
# %e will be replaced by the filename without extension
|
1404
|
+
# (use only one of it at one time)
|
1405
|
+
compiler=ghc --make "%f"
|
1406
|
+
run_cmd="./%e"
|
1407
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1408
|
+
[styling]
|
1409
|
+
# foreground;background;bold;italic
|
1410
|
+
default=default
|
1411
|
+
comment=comment
|
1412
|
+
commentline=comment
|
1413
|
+
commentdoc=commentdoc
|
1414
|
+
number=number
|
1415
|
+
word=word
|
1416
|
+
word2=word2
|
1417
|
+
string=string
|
1418
|
+
character=string
|
1419
|
+
uuid=0xE1E26B;0x000000;false;false
|
1420
|
+
#uuid=0xffffff
|
1421
|
+
preprocessor=preprocessor
|
1422
|
+
operator=operator
|
1423
|
+
identifier=default
|
1424
|
+
stringeol=stringeol
|
1425
|
+
# @"verbatim"
|
1426
|
+
verbatim=0x60BF1C;0x000000;false;false
|
1427
|
+
# (/regex/)
|
1428
|
+
regex=0xA4B48C;0x000000;false;false
|
1429
|
+
commentlinedoc=commentdoc,bold
|
1430
|
+
commentdockeyword=commentdoc,bold,italic
|
1431
|
+
commentdockeyworderror=commentdoc
|
1432
|
+
globalclass=type
|
1433
|
+
|
1434
|
+
[keywords]
|
1435
|
+
# all items must be in one line
|
1436
|
+
primary=abstract break case catch class const continue trace do else enum extends finally for function goto if implements import in instanceof int interface new package private public return static super switch this throw throws transient try typeof var void volatile while with
|
1437
|
+
secondary=Bool Float Int null Void Enum String
|
1438
|
+
classes=Array ArrayAccess Class Date DateTools EReg Hash IntHash IntIter Iterable Iterator Lambda List Math Null Protected Reflect Std StringBuf StringTools Type UInt ValueType Xml XmlType
|
1439
|
+
|
1440
|
+
|
1441
|
+
[settings]
|
1442
|
+
# default extension used when saving files
|
1443
|
+
#extension=hx
|
1444
|
+
|
1445
|
+
# the following characters are these which a "word" can contains, see documentation
|
1446
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1447
|
+
|
1448
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1449
|
+
comment_open=//
|
1450
|
+
comment_close=
|
1451
|
+
|
1452
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1453
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1454
|
+
#command_example();
|
1455
|
+
# setting to false would generate this
|
1456
|
+
# command_example();
|
1457
|
+
# This setting works only for single line comments
|
1458
|
+
comment_use_indent=true
|
1459
|
+
|
1460
|
+
# context action command (please see Geany's main documentation for details)
|
1461
|
+
context_action_cmd=
|
1462
|
+
|
1463
|
+
[build_settings]
|
1464
|
+
# %f will be replaced by the complete filename
|
1465
|
+
# %e will be replaced by the filename without extension
|
1466
|
+
# (use only one of it at one time)
|
1467
|
+
compiler=haxe -neko "%e.n" -cp . "%f"
|
1468
|
+
run_cmd=neko "%e"
|
1469
|
+
|
1470
|
+
|
1471
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1472
|
+
[styling]
|
1473
|
+
# styling for PHP/HTML is done in filetypes.xml
|
1474
|
+
|
1475
|
+
|
1476
|
+
[settings]
|
1477
|
+
# default extension used when saving files
|
1478
|
+
#extension=html
|
1479
|
+
|
1480
|
+
# the following characters are these which a "word" can contains, see documentation
|
1481
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1482
|
+
|
1483
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1484
|
+
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
|
1485
|
+
comment_open=<!--
|
1486
|
+
comment_close=-->
|
1487
|
+
|
1488
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1489
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1490
|
+
#command_example();
|
1491
|
+
# setting to false would generate this
|
1492
|
+
# command_example();
|
1493
|
+
# This setting works only for single line comments
|
1494
|
+
comment_use_indent=true
|
1495
|
+
|
1496
|
+
# context action command (please see Geany's main documentation for details)
|
1497
|
+
context_action_cmd=
|
1498
|
+
|
1499
|
+
[build_settings]
|
1500
|
+
# %f will be replaced by the complete filename
|
1501
|
+
# %e will be replaced by the filename without extension
|
1502
|
+
# (use only one of it at one time)
|
1503
|
+
# use a syntax checker and ignore the formatted output
|
1504
|
+
compiler=tidy %f >/dev/null
|
1505
|
+
|
1506
|
+
# the file will be opened with the default browser which can be set in the preferences dialog
|
1507
|
+
run_cmd=builtin
|
1508
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1509
|
+
[styling]
|
1510
|
+
# foreground;background;bold;italic
|
1511
|
+
default=default
|
1512
|
+
comment=comment
|
1513
|
+
commentline=comment
|
1514
|
+
commentdoc=commentdoc
|
1515
|
+
number=number
|
1516
|
+
word=word
|
1517
|
+
word2=word2
|
1518
|
+
string=string
|
1519
|
+
character=string
|
1520
|
+
uuid=0x6F35E0;0x000000;false;false
|
1521
|
+
#uuid=0xffffff
|
1522
|
+
preprocessor=preprocessor
|
1523
|
+
operator=operator
|
1524
|
+
identifier=default
|
1525
|
+
stringeol=stringeol
|
1526
|
+
# @"verbatim"
|
1527
|
+
verbatim=0xBB30BE;0x000000;false;false
|
1528
|
+
# (/regex/)
|
1529
|
+
regex=0xA7733E;0x000000;false;false
|
1530
|
+
commentlinedoc=commentdoc,bold
|
1531
|
+
commentdockeyword=commentdoc,bold,italic
|
1532
|
+
commentdockeyworderror=commentdoc
|
1533
|
+
globalclass=type
|
1534
|
+
|
1535
|
+
[keywords]
|
1536
|
+
primary=abstract assert break case catch class const continue default do else extends final finally for future generic goto if implements import inner instanceof interface native new outer package private protected public rest return static super switch synchronized this throw throws transient try var volatile while true false null
|
1537
|
+
secondary=boolean byte char double float int long null short void
|
1538
|
+
# documentation keywords for javadoc
|
1539
|
+
doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
|
1540
|
+
typedefs=
|
1541
|
+
|
1542
|
+
|
1543
|
+
[settings]
|
1544
|
+
# default extension used when saving files
|
1545
|
+
#extension=java
|
1546
|
+
|
1547
|
+
# the following characters are these which a "word" can contains, see documentation
|
1548
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1549
|
+
|
1550
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1551
|
+
comment_open=/*
|
1552
|
+
comment_close=*/
|
1553
|
+
|
1554
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1555
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1556
|
+
#command_example();
|
1557
|
+
# setting to false would generate this
|
1558
|
+
# command_example();
|
1559
|
+
# This setting works only for single line comments
|
1560
|
+
comment_use_indent=true
|
1561
|
+
|
1562
|
+
# context action command (please see Geany's main documentation for details)
|
1563
|
+
context_action_cmd=
|
1564
|
+
|
1565
|
+
|
1566
|
+
[build_settings]
|
1567
|
+
# %f will be replaced by the complete filename
|
1568
|
+
# %e will be replaced by the filename without extension
|
1569
|
+
# (use only one of it at one time)
|
1570
|
+
compiler=javac "%f"
|
1571
|
+
run_cmd=java "%e"
|
1572
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1573
|
+
[styling]
|
1574
|
+
# foreground;background;bold;italic
|
1575
|
+
default=default
|
1576
|
+
comment=comment
|
1577
|
+
commentline=comment
|
1578
|
+
commentdoc=commentdoc
|
1579
|
+
number=number
|
1580
|
+
word=word
|
1581
|
+
word2=word2
|
1582
|
+
string=string
|
1583
|
+
character=string
|
1584
|
+
uuid=0xC4348D;0x000000;false;false
|
1585
|
+
#uuid=ffffff
|
1586
|
+
preprocessor=preprocessor
|
1587
|
+
operator=operator
|
1588
|
+
identifier=default
|
1589
|
+
stringeol=stringeol
|
1590
|
+
# @"verbatim"
|
1591
|
+
verbatim=0x5BA345;0x000000;false;false
|
1592
|
+
# (/regex/)
|
1593
|
+
regex=0xD36817;0x000000;false;false
|
1594
|
+
commentlinedoc=commentdoc,bold
|
1595
|
+
commentdockeyword=commentdoc,bold,italic
|
1596
|
+
commentdockeyworderror=commentdoc
|
1597
|
+
globalclass=type
|
1598
|
+
|
1599
|
+
[keywords]
|
1600
|
+
# all items must be in one line
|
1601
|
+
primary=abs abstract acos anchor asin atan atan2 big bold boolean break byte case catch ceil char charAt charCodeAt class concat const continue cos Date debugger default delete do double else enum escape eval exp export extends false final finally fixed float floor fontcolor fontsize for fromCharCode function goto if implements import in indexOf Infinity instanceof int interface isFinite isNaN italics join lastIndexOf length link log long Math max MAX_VALUE min MIN_VALUE NaN native NEGATIVE_INFINITY new null Number package parseFloat parseInt pop POSITIVE_INFINITY pow private protected public push random return reverse round shift short sin slice small sort splice split sqrt static strike string String sub substr substring sup super switch synchronized tan this throw throws toLowerCase toString toUpperCase transient true try typeof undefined unescape unshift valueOf var void volatile while with
|
1602
|
+
|
1603
|
+
[settings]
|
1604
|
+
# default extension used when saving files
|
1605
|
+
#extension=js
|
1606
|
+
|
1607
|
+
# the following characters are these which a "word" can contains, see documentation
|
1608
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1609
|
+
|
1610
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1611
|
+
comment_open=//
|
1612
|
+
comment_close=
|
1613
|
+
|
1614
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1615
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1616
|
+
#command_example();
|
1617
|
+
# setting to false would generate this
|
1618
|
+
# command_example();
|
1619
|
+
# This setting works only for single line comments
|
1620
|
+
comment_use_indent=true
|
1621
|
+
|
1622
|
+
# context action command (please see Geany's main documentation for details)
|
1623
|
+
context_action_cmd=
|
1624
|
+
|
1625
|
+
[build_settings]
|
1626
|
+
# %f will be replaced by the complete filename
|
1627
|
+
# %e will be replaced by the filename without extension
|
1628
|
+
# (use only one of it at one time)
|
1629
|
+
compiler=
|
1630
|
+
run=
|
1631
|
+
|
1632
|
+
|
1633
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1634
|
+
[styling]
|
1635
|
+
# foreground;background;bold;italic
|
1636
|
+
default=0xBC761D;0x000000;false;false
|
1637
|
+
command=0x66A790;0x000000;true;false
|
1638
|
+
tag=0x2A886C;0x000000;true;false
|
1639
|
+
math=0xEDB121;0x000000;false;false
|
1640
|
+
comment=0x250298;0x000000;false;true
|
1641
|
+
|
1642
|
+
pod=0xE5198E;0x000000;false;false
|
1643
|
+
|
1644
|
+
pod=0x6ACE30;0x000000;false;false
|
1645
|
+
|
1646
|
+
pod=0x44DD77;0x000000;false;false
|
1647
|
+
|
1648
|
+
pod=0x9F9D41;0x000000;false;false
|
1649
|
+
|
1650
|
+
[keywords]
|
1651
|
+
# all items must be in one line
|
1652
|
+
primary=above abovedisplayshortskip abovedisplayskip abovewithdelims accent adjdemerits advance afterassignment aftergroup atop atopwithdelims badness baselineskip batchmode begin begingroup belowdisplayshortskip belowdisplayskip binoppenalty botmark box boxmaxdepth brokenpenalty catcode char chardef cleaders closein closeout clubpenalty copy count countdef cr crcr csname day deadcycles def defaulthyphenchar defaultskewchar delcode delimeters delimiter delimiterfactor delimitershortfall dimen dimendef discretionary displayindent displaylimits displaystyle displaywidowpenalty displaywidth divide doublehyphendemerits dp dump edef else emergencystretch end endcsname endgroup endinput endlinechar eqno errhelp errmessage errorcontextlines errorstopmode escapechar everycr everydisplay everyhbox everyjob everymath everypar everyvbox exhyphenpenalty expandafter fam fi finalhyphendemerits firstmark floatingpenalty font fontdimen fontname futurelet gdef global globaldefs group halign hangafter hangindent hbadness hbox hfil hfill hfilneg hfuzz hoffset holdinginserts horizontal hrule hsize hskip hss ht hyphen hyphenation hyphenchar hyphenpenalty if ifcase ifcat ifdim ifeof iffalse ifhbox ifhmode ifinner ifmmode ifnum ifodd iftrue ifvbox ifvmode ifvoid ifx ignorespaces immediate indent input inputlineno insert insertpenalties interlinepenalty jobname kern language lastbox lastkern lastpenalty lastskip lccode leaders left lefthyphenmin leftskip leqno let limits line linepenalty lineskip lineskiplimit long looseness lower lowercase mag mark mathaccent mathbin mathchar mathchardef mathchoice mathclose mathcode mathinner mathop mathopen mathord mathpunct mathrel mathsurround maxdeadcycles maxdepth meaning medmuskip message mkern month moveleft moveright mskip multiply muskip muskipdef newlinechar noalign noboundary noexpand noindent nolimits nonscript nonstopmode nulldelimiterspace nullfont number omit openin openout or outer output outputpenalty over overfullrule overline overwithdelims pagedepth pagefilllstretch pagefillstretch pagefilstretch pagegoal pageshrink pagestretch pagetotal par parfillskip parindent parshape parskip patterns pausing penalty postdisplaypenalty predisplaypenalty predisplaysize pretolerance prevdepth prevgraf radical raise read relax relpenalty right righthyphenmin rightskip romannumeral scriptfont scriptscript scriptscriptfont scriptscriptstyle scriptspace scriptstyle scrollmode setbox setlanguage sfcode shipout show showbox showboxbreadth showboxdepth showlists showthe skewchar skip skipdef spacefactor spaceskip span special splitbotmark splitfirstmark splitmaxdepth splittopskip string subsection tabskip textfont textstyle the thickmuskip thinmuskip time toks toksdef tolerance topmark topskip tracingcommands tracinglostchars tracingmacros tracingonline tracingoutput tracingpages tracingparagraphs tracingrestores tracingstats uccode uchyph underline unhbox unhcopy unkern unpenalty unskip unvbox unvcopy uppercase vadjust valign vbadness vbox vcenter vfil vfill vfilneg vfuzz voffset vrule vsize vskip vsplit vss vtop wd widowpenalty write xdef xleaders xspaceskip year
|
1653
|
+
|
1654
|
+
|
1655
|
+
[settings]
|
1656
|
+
# default extension used when saving files
|
1657
|
+
#extension=tex
|
1658
|
+
|
1659
|
+
# the following characters are these which a "word" can contains, see documentation
|
1660
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1661
|
+
|
1662
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1663
|
+
comment_open=%
|
1664
|
+
comment_close=
|
1665
|
+
|
1666
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1667
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1668
|
+
#command_example();
|
1669
|
+
# setting to false would generate this
|
1670
|
+
# command_example();
|
1671
|
+
# This setting works only for single line comments
|
1672
|
+
comment_use_indent=true
|
1673
|
+
|
1674
|
+
# context action command (please see Geany's main documentation for details)
|
1675
|
+
context_action_cmd=
|
1676
|
+
|
1677
|
+
[build_settings]
|
1678
|
+
# %f will be replaced by the complete filename
|
1679
|
+
# %e will be replaced by the filename without extension
|
1680
|
+
# (use only one of it at one time)
|
1681
|
+
compiler=latex --file-line-error-style "%f"
|
1682
|
+
# it is called linker, but here it is an alternative compiler command
|
1683
|
+
linker=pdflatex --file-line-error-style "%f"
|
1684
|
+
run_cmd=xdvi "%f"
|
1685
|
+
run_cmd2=xpdf "%f"
|
1686
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1687
|
+
[styling]
|
1688
|
+
# foreground;background;bold;italic
|
1689
|
+
default=0x8BCB87;0x000000;false;false
|
1690
|
+
comment=0x061B5C;0x000000;false;false
|
1691
|
+
|
1692
|
+
pod=0x786576;0x000000;false;false
|
1693
|
+
|
1694
|
+
pod=0xE5B211;0x000000;false;false
|
1695
|
+
|
1696
|
+
pod=0x57B3FC;0x000000;false;false
|
1697
|
+
|
1698
|
+
pod=0x1DB710;0x000000;false;false
|
1699
|
+
commentline=0x622228;0x000000;false;false
|
1700
|
+
|
1701
|
+
pod=0x64CA61;0x000000;false;false
|
1702
|
+
|
1703
|
+
pod=0xEAC2F0;0x000000;false;false
|
1704
|
+
|
1705
|
+
pod=0xE69160;0x000000;false;false
|
1706
|
+
|
1707
|
+
pod=0x86DBD9;0x000000;false;false
|
1708
|
+
commentdoc=0x130D8A;0x000000;true;false
|
1709
|
+
|
1710
|
+
pod=0xFCDE5E;0x000000;false;false
|
1711
|
+
|
1712
|
+
pod=0xA09F86;0x000000;false;false
|
1713
|
+
|
1714
|
+
pod=0xAF33FE;0x000000;false;false
|
1715
|
+
|
1716
|
+
pod=0x1DDBAC;0x000000;false;false
|
1717
|
+
number=0xA9DD1A;0x000000;false;false
|
1718
|
+
word=0x7D88E3;0x000000;true;false
|
1719
|
+
string=0xD6AA24;0x000000;false;false
|
1720
|
+
character=0xDF82B2;0x000000;false;false
|
1721
|
+
literalstring=0xC84267;0x000000;false;false
|
1722
|
+
preprocessor=0xA25516;0x000000;false;false
|
1723
|
+
operator=0x88C633;0x000000;false;false
|
1724
|
+
identifier=0xC096E6;0x000000;false;false
|
1725
|
+
stringeol=stringeol
|
1726
|
+
function_basic=0x7854D1;0x000000;false;false
|
1727
|
+
function_other=0xD43812;0x000000;false;false
|
1728
|
+
coroutines=0x4D8D93;0x000000;false;false
|
1729
|
+
word5=0x07C6C8;0x000000;false;false
|
1730
|
+
word6=0xC79256;0x000000;false;false
|
1731
|
+
word7=0xF44D01;0x000000;false;false
|
1732
|
+
word8=0xA3CD5F;0x000000;false;false
|
1733
|
+
|
1734
|
+
[keywords]
|
1735
|
+
# all items must be in one line
|
1736
|
+
keywords=and break do else elseif end false for function if in local nil not or repeat return then true until while
|
1737
|
+
# Basic functions
|
1738
|
+
function_basic=_ALERT assert call collectgarbage coroutine debug dofile dostring error _ERRORMESSAGE foreach foreachi _G gcinfo getfenv getmetatable getn globals _INPUT io ipairs load loadfile loadlib loadstring math module newtype next os _OUTPUT pairs pcall print _PROMPT rawequal rawget rawset require select setfenv setmetatable sort _STDERR _STDIN _STDOUT string table tinsert tonumber tostring tremove type unpack _VERSION xpcall
|
1739
|
+
# String, (table) & math functions
|
1740
|
+
function_other=abs acos asin atan atan2 ceil cos deg exp floor format frexp gsub ldexp log log10 math.abs math.acos math.asin math.atan math.atan2 math.ceil math.cos math.cosh math.deg math.exp math.floor math.fmod math.frexp math.huge math.ldexp math.log math.log10 math.max math.min math.mod math.modf math.pi math.pow math.rad math.random math.randomseed math.sin math.sinh math.sqrt math.tan math.tanh max min mod rad random randomseed sin sqrt strbyte strchar strfind string.byte string.char string.dump string.find string.format string.gfind string.gmatch string.gsub string.len string.lower string.match string.rep string.reverse string.sub string.upper strlen strlower strrep strsub strupper table.concat table.foreach table.foreachi table.getn table.insert table.maxn table.remove table.setn table.sort tan
|
1741
|
+
# (coroutines), I/O & system facilities
|
1742
|
+
coroutines=appendto clock closefile coroutine.create coroutine.resume coroutine.running coroutine.status coroutine.wrap coroutine.yield date difftime execute exit flush getenv io.close io.flush io.input io.lines io.open io.output io.popen io.read io.stderr io.stdin io.stdout io.tmpfile io.type io.write openfile os.clock os.date os.difftime os.execute os.exit os.getenv os.remove os.rename os.setlocale os.time os.tmpname package.cpath package.loaded package.loadlib package.path package.preload package.seeall read readfrom remove rename seek setlocale time tmpfile tmpname write writeto
|
1743
|
+
# user definable keywords
|
1744
|
+
user1=
|
1745
|
+
user2=
|
1746
|
+
user3=
|
1747
|
+
user4=
|
1748
|
+
|
1749
|
+
[settings]
|
1750
|
+
# default extension used when saving files
|
1751
|
+
#extension=lua
|
1752
|
+
|
1753
|
+
# the following characters are these which a "word" can contains, see documentation
|
1754
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1755
|
+
|
1756
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1757
|
+
comment_open=--
|
1758
|
+
comment_close=
|
1759
|
+
# this is an alternative way, so multiline comments are used
|
1760
|
+
#comment_open=--[[
|
1761
|
+
#comment_close=]]--
|
1762
|
+
|
1763
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1764
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1765
|
+
#command_example();
|
1766
|
+
# setting to false would generate this
|
1767
|
+
# command_example();
|
1768
|
+
# This setting works only for single line comments
|
1769
|
+
comment_use_indent=true
|
1770
|
+
|
1771
|
+
# context action command (please see Geany's main documentation for details)
|
1772
|
+
context_action_cmd=
|
1773
|
+
|
1774
|
+
[build_settings]
|
1775
|
+
# %f will be replaced by the complete filename
|
1776
|
+
# %e will be replaced by the filename without extension
|
1777
|
+
# (use only one of it at one time)
|
1778
|
+
compiler=
|
1779
|
+
run_cmd=lua "%f"
|
1780
|
+
|
1781
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1782
|
+
[styling]
|
1783
|
+
# foreground;background;bold;italic
|
1784
|
+
default=0x71AB85;0x000000;false;false
|
1785
|
+
comment=0x173230;0x000000;false;false
|
1786
|
+
|
1787
|
+
pod=0x4E68BB;0x000000;false;false
|
1788
|
+
|
1789
|
+
pod=0xE12EF3;0x000000;false;false
|
1790
|
+
|
1791
|
+
pod=0x23E364;0x000000;false;false
|
1792
|
+
|
1793
|
+
pod=0xDDB4F5;0x000000;false;false
|
1794
|
+
preprocessor=0xF580BE;0x000000;false;false
|
1795
|
+
identifier=0x4494E2;0x000000;false;false
|
1796
|
+
operator=0xAE7116;0x000000;false;false
|
1797
|
+
target=0xC33022;0x000000;false;false
|
1798
|
+
ideol=0x5ADB20;0x000000;false;false
|
1799
|
+
|
1800
|
+
# there are no keywords available otherwise mail me
|
1801
|
+
|
1802
|
+
|
1803
|
+
[settings]
|
1804
|
+
# default extension used when saving files
|
1805
|
+
#extension=mak
|
1806
|
+
|
1807
|
+
# the following characters are these which a "word" can contains, see documentation
|
1808
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1809
|
+
|
1810
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1811
|
+
comment_open=#
|
1812
|
+
comment_close=
|
1813
|
+
|
1814
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1815
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1816
|
+
#command_example();
|
1817
|
+
# setting to false would generate this
|
1818
|
+
# command_example();
|
1819
|
+
# This setting works only for single line comments
|
1820
|
+
comment_use_indent=true
|
1821
|
+
|
1822
|
+
# context action command (please see Geany's main documentation for details)
|
1823
|
+
context_action_cmd=
|
1824
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1825
|
+
[styling]
|
1826
|
+
# foreground;background;bold;italic
|
1827
|
+
default=0x73C0FA;0x000000;false;false
|
1828
|
+
comment=0x17481E;0x000000;false;false
|
1829
|
+
|
1830
|
+
pod=0x6C877F;0x000000;false;false
|
1831
|
+
|
1832
|
+
pod=0xDC6DE0;0x000000;false;false
|
1833
|
+
|
1834
|
+
pod=0x9E368E;0x000000;false;false
|
1835
|
+
|
1836
|
+
pod=0x74FF5E;0x000000;false;false
|
1837
|
+
command=0x81D8B5;0x000000;true;false
|
1838
|
+
number=0xFD11D7;0x000000;false;false
|
1839
|
+
keyword=0x3EB560;0x000000;true;false
|
1840
|
+
string=0x0AF5E9;0x000000;false;false
|
1841
|
+
operator=0x64E7BD;0x000000;false;false
|
1842
|
+
identifier=0x17C8A5;0x000000;false;false
|
1843
|
+
doublequotedstring=0xD063B7;0x000000;false;false
|
1844
|
+
|
1845
|
+
[keywords]
|
1846
|
+
# all items must be in one line
|
1847
|
+
primary=break case catch continue else elseif end for function global if otherwise persistent return switch try while
|
1848
|
+
|
1849
|
+
[settings]
|
1850
|
+
# default extension used when saving files
|
1851
|
+
#extension=m
|
1852
|
+
|
1853
|
+
# the following characters are these which a "word" can contains, see documentation
|
1854
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1855
|
+
|
1856
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1857
|
+
comment_open=%
|
1858
|
+
comment_close=
|
1859
|
+
|
1860
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1861
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1862
|
+
#command_example();
|
1863
|
+
# setting to false would generate this
|
1864
|
+
# command_example();
|
1865
|
+
# This setting works only for single line comments
|
1866
|
+
comment_use_indent=true
|
1867
|
+
|
1868
|
+
# context action command (please see Geany's main documentation for details)
|
1869
|
+
context_action_cmd=
|
1870
|
+
|
1871
|
+
[build_settings]
|
1872
|
+
# %f will be replaced by the complete filename
|
1873
|
+
# %e will be replaced by the filename without extension
|
1874
|
+
# (use only one of it at one time)
|
1875
|
+
compiler=
|
1876
|
+
run_cmd=octave -q "%f"
|
1877
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1878
|
+
[styling]
|
1879
|
+
# foreground;background;bold;italic
|
1880
|
+
default=0x88ED3D;0x000000;false;false
|
1881
|
+
comment=0x0D4E0E;0x000000;false;false
|
1882
|
+
|
1883
|
+
pod=0xAEB12B;0x000000;false;false
|
1884
|
+
|
1885
|
+
pod=0x22BCA0;0x000000;false;false
|
1886
|
+
|
1887
|
+
pod=0x66BA9E;0x000000;false;false
|
1888
|
+
pod=0xA305B3;0x000000;false;false
|
1889
|
+
stringdq=0xFC2322;0x000000;false;false
|
1890
|
+
stringlq=0x5ECEDD;0x000000;false;false
|
1891
|
+
stringrq=0xD8D123;0x000000;false;false
|
1892
|
+
function=0xF4198F;0x000000;false;false
|
1893
|
+
variable=0x459D6B;0x000000;false;false
|
1894
|
+
label=0xE3DE8A;0x000000;false;false
|
1895
|
+
userdefined=0x28E5B4;0x000000;true;false
|
1896
|
+
sectiondef=0x77A1A2;0x000000;true;false
|
1897
|
+
subsectiondef=0x71DC57;0x000000;true;false
|
1898
|
+
ifdefinedef=0xEE522D;0x000000;true;false
|
1899
|
+
macrodef=0x52A776;0x000000;true;false
|
1900
|
+
stringvar=0x75BCA0;0x000000;false;false
|
1901
|
+
number=0x62CCF6;0x000000;false;false
|
1902
|
+
sectiongroup=0xBDB2C2;0x000000;true;false
|
1903
|
+
pageex=0x8980E7;0x000000;true;false
|
1904
|
+
functiondef=0xBA7656;0x000000;true;false
|
1905
|
+
commentbox=0x5C0C73;0x000000;false;false
|
1906
|
+
|
1907
|
+
pod=0x4D5792;0x000000;false;false
|
1908
|
+
|
1909
|
+
pod=0x7B2FCE;0x000000;false;false
|
1910
|
+
|
1911
|
+
pod=0x9C8F3C;0x000000;false;false
|
1912
|
+
pod=0xE1AFB7;0x000000;false;false
|
1913
|
+
|
1914
|
+
|
1915
|
+
[keywords]
|
1916
|
+
# all items must be in one line and in lowercase
|
1917
|
+
functions=abort addbrandingimage !addincludedir !addincludedirdir !addplugindir addsize addsizesize_to_add_to_section_in_kb allowrootdirinstall allowskipfiles !appendfile autoclosewindow bgfont bggradient brandingtext bringtofront call callinstdll caption captioninstaller_caption !cd changeui checkbitmap clearerrors completedtext componenttext contributors: copyfiles crccheck createdirectory createdirectorydirectory_name createfont createshortcut !define delete deleteinisec deleteinistr deleteregkey deleteregvalue !delfilefile detailprint detailprintmessage detailsbuttontext dirshow dirtext dirvar dirverify dirverifyauto !echo !echomessage !else enablewindow !endif enumregkey enumregvalue !error exch exec execshell !execute execwait expandenvstrings file filebufsize fileclose fileerrortext fileopen fileread filereadbyte fileseek filewrite filewritebyte findclose findfirst findnext findwindow flushini function functionend function_name getcurinsttype getcurrentaddress getcurrentaddressoutput getdlgitem getdllversion getdllversionlocal geterrorlevel getfiletime getfiletimelocal getfullpathname getfunctionaddress getinstdirerror getlabeladdress gettempfilename goto gotolabel hidewindow icon !if ifabort !ifdef iferrors iffileexists !ifmacrodef !ifmacrondef !ifndef ifrebootflag ifsilent !include initpluginsdir !insertmacro installbuttontext installcolors installdir installdirregkey instprogressflags insttype insttypegettext insttypesettext intcmp intcmpu intfmt intop iswindow langstring langstringup licensebkcolor licensedata licenseforceselection licenselangstring licensetext loadlanguagefile lockwindow logset logtext !macro !macroend makensis messagebox miscbuttontext name none nop outfile !packhdr page pagecallbacks pageex pageexend pop portions push pushstring quit readenvstr readinistr readregdword readregstr reboot regdll rename requestexecutionlevel reservefile return rmdir !searchparse searchpath !searchreplace section sectionend sectiongetflags sectiongetinsttypes sectiongetsize sectiongettext sectiongroup sectiongroupend sectionin sectionsetflags sectionsetinsttypes sectionsetsize sectionsettext sendmessage setautoclose setbrandingimage setcompress setcompressionlevel setcompressor setcompressordictsize setctlcolors setcurinsttype setdatablockoptimize setdatesave setdetailsprint setdetailsview seterrorlevel seterrors setfileattributes setfont setoutpath setoverwrite setpluginunload setrebootflag setregview setshellvarcontext setsilent showinstdetails showuninstdetails showwindow silentinstall silentuninstall sleep spacetexts strcmp strcmps strcpy strlen subcaption subsection subsectionend !system !tempfilesymbol !undef uninstallbuttontext uninstallcaption uninstallexename uninstallicon uninstallsubcaption uninstalltext uninstpage unregdll var !verbose viaddversionkey viproductversion !warning windowicon writeinistr writeregbin writeregdword writeregexpandstr writeregstr writeuninstaller xpstyle
|
1918
|
+
variables=$$ $` $' $" $0 $0, $1 $2 $3 $4 $5 $6 $7 $8 $9 $admintools $appdata $cdburn_area $cmdline $commonfiles $cookies $desktop $documents $exedir $favorites $fonts $history $hwndparent $instdir $internet_cache $language $music $nethood ${nsisdir} $outdir $pictures $pluginsdir $printhood $profile $programfiles $quicklaunch $\r $r0 $r1 $r2 $r3 $r4 $r5 $r6 $r7 $r8 $r9 $recent $resources $resources_localized $sendto $smprograms $smstartup $startmenu $sysdir $temp $templates $varname $videos $windir
|
1919
|
+
lables=all alt alwaysoff archive auto both bottom bzip2 center colored components control current custom directory dlg_id ext false file_attribute_archive file_attribute_hidden file_attribute_normal file_attribute_offline file_attribute_readonly file_attribute_system file_attribute_temporary filesonly force hidden hide hkcc hkcr hkcu hkdd hkey_classes_root hkey_current_config hkey_current_user hkey_dyn_data hkey_local_machine hkey_performance_data hkey_users hklm hkpd hku idabort idcancel idignore idno idok idretry idyes ifdiff ifnewer instfiles italic lastused leave left license listonly lzma manual mb_abortretryignore mb_defbutton1 mb_defbutton2 mb_defbutton3 mb_defbutton4 mb_iconexclamation mb_iconinformation mb_iconquestion mb_iconstop mb_ok mb_okcancel mb_retrycancel mb_right mb_setforeground mb_topmost mb_yesno mb_yesnocancel nevershow none nonfatal normal of off offline on open print readonly rebootok right shctx shift show silent silentlog smooth strike sw_hide sw_showmaximized sw_showmaximized sw_showminimized sw_showminimized sw_showminnoactive sw_showna sw_shownoactivate sw_shownormal sw_shownormal system temporary textonly top trim true try underline uninstconfirm zlib
|
1920
|
+
userdefined=
|
1921
|
+
|
1922
|
+
|
1923
|
+
[settings]
|
1924
|
+
# default extension used when saving files
|
1925
|
+
#extension=nsi
|
1926
|
+
|
1927
|
+
# the following characters are these which a "word" can contains, see documentation
|
1928
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
1929
|
+
|
1930
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
1931
|
+
comment_open=;
|
1932
|
+
comment_close=
|
1933
|
+
|
1934
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
1935
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
1936
|
+
#command_example();
|
1937
|
+
# setting to false would generate this
|
1938
|
+
# command_example();
|
1939
|
+
# This setting works only for single line comments
|
1940
|
+
comment_use_indent=true
|
1941
|
+
|
1942
|
+
# context action command (please see Geany's main documentation for details)
|
1943
|
+
context_action_cmd=
|
1944
|
+
|
1945
|
+
[build_settings]
|
1946
|
+
# %f will be replaced by the complete filename
|
1947
|
+
# %e will be replaced by the filename without extension
|
1948
|
+
# (use only one of it at one time)
|
1949
|
+
compiler=makensis "%f"
|
1950
|
+
run_cmd="./%e"
|
1951
|
+
# For complete documentation of this file, please see Geany's main documentation
|
1952
|
+
[styling]
|
1953
|
+
# foreground;background;bold;italic
|
1954
|
+
default=0x19B767;0x000000;false;false
|
1955
|
+
identifier=0x75C280;0x000000;false;false
|
1956
|
+
comment=0x570522;0x000000;false;false
|
1957
|
+
|
1958
|
+
pod=0xFB3360;0x000000;false;false
|
1959
|
+
|
1960
|
+
pod=0xD83398;0x000000;false;false
|
1961
|
+
|
1962
|
+
pod=0x1CB39B;0x000000;false;false
|
1963
|
+
|
1964
|
+
pod=0xBF543B;0x000000;false;false
|
1965
|
+
comment2=0x283C3A;0x000000;false;false
|
1966
|
+
|
1967
|
+
pod=0x39F7A7;0x000000;false;false
|
1968
|
+
|
1969
|
+
pod=0x9D805B;0x000000;false;false
|
1970
|
+
|
1971
|
+
pod=0x77D831;0x000000;false;false
|
1972
|
+
|
1973
|
+
pod=0x68E511;0x000000;false;false
|
1974
|
+
commentline=0x7F0439;0x000000;false;false
|
1975
|
+
|
1976
|
+
pod=0xD37BA6;0x000000;false;false
|
1977
|
+
|
1978
|
+
pod=0xE6ED8B;0x000000;false;false
|
1979
|
+
|
1980
|
+
pod=0xFC1910;0x000000;false;false
|
1981
|
+
|
1982
|
+
pod=0xA4D895;0x000000;false;false
|
1983
|
+
preprocessor=0x7B33AD;0x000000;false;false
|
1984
|
+
preprocessor2=0xBCE5AE;0x000000;false;false
|
1985
|
+
number=0xEBC6F8;0x000000;false;false
|
1986
|
+
hexnumber=0x1CB7F3;0x000000;false;false
|
1987
|
+
word=0x7AC850;0x000000;true;false
|
1988
|
+
string=0xD25F81;0x000000;false;false
|
1989
|
+
stringeol=0xDF634A;0x000000;false;false
|
1990
|
+
character=0xB0E4F6;0x000000;false;false
|
1991
|
+
operator=0xB52F44;0x000000;false;false
|
1992
|
+
asm=0xE2D455;0x000000;false;false
|
1993
|
+
|
1994
|
+
|
1995
|
+
[keywords]
|
1996
|
+
# all items must be in one line
|
1997
|
+
primary=absolute abstract add and array as asm assembler automated begin byte case cdecl char class const constructor contains default deprecated destructor dispid dispinterface div do downto dynamic else end except export exports external far file final finalization finally for forward function goto if implementation implements in index inherited initialization inline integer interface is label library message mod name near nil nodefault not object of on or out overload override package packed pascal platform private procedure program property protected public published raise read readonly real record register reintroduce remove repeat requires resourcestring safecall sealed set shl shr static stdcall stored strict string then threadvar to try type unit unsafe until uses var varargs virtual while with word write writeonly xor
|
1998
|
+
|
1999
|
+
|
2000
|
+
[settings]
|
2001
|
+
# default extension used when saving files
|
2002
|
+
#extension=pas
|
2003
|
+
|
2004
|
+
# the following characters are these which a "word" can contains, see documentation
|
2005
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2006
|
+
|
2007
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2008
|
+
comment_open={
|
2009
|
+
comment_close=}
|
2010
|
+
|
2011
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2012
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2013
|
+
#command_example();
|
2014
|
+
# setting to false would generate this
|
2015
|
+
# command_example();
|
2016
|
+
# This setting works only for single line comments
|
2017
|
+
comment_use_indent=true
|
2018
|
+
|
2019
|
+
# context action command (please see Geany's main documentation for details)
|
2020
|
+
context_action_cmd=
|
2021
|
+
|
2022
|
+
[build_settings]
|
2023
|
+
# %f will be replaced by the complete filename
|
2024
|
+
# %e will be replaced by the filename without extension
|
2025
|
+
# (use only one of it at one time)
|
2026
|
+
compiler=fpc "%f"
|
2027
|
+
run_cmd="./%e"
|
2028
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2029
|
+
[styling]
|
2030
|
+
# foreground;background;bold;italic
|
2031
|
+
default=0x26FF1E;0x000000;false;false
|
2032
|
+
error=0x8C6525;0x000000;false;false
|
2033
|
+
commentline=0x411381;0x000000;false;false
|
2034
|
+
|
2035
|
+
pod=0x11D7F4;0x000000;false;false
|
2036
|
+
|
2037
|
+
pod=0x8652B2;0x000000;false;false
|
2038
|
+
|
2039
|
+
pod=0x652AFE;0x000000;false;false
|
2040
|
+
|
2041
|
+
pod=0xE3A87F;0x000000;false;false
|
2042
|
+
number=0xAA119C;0x000000;false;false
|
2043
|
+
word=0xE2C104;0x000000;true;false
|
2044
|
+
string=0x7D9995;0x000000;false;false
|
2045
|
+
character=0x049F3A;0x000000;false;false
|
2046
|
+
preprocessor=0x35DEF1;0x000000;false;false
|
2047
|
+
operator=0x49DDA5;0x000000;false;false
|
2048
|
+
identifier=0xB3E35F;0x000000;false;false
|
2049
|
+
scalar=0xBF8D50;0x000000;false;false
|
2050
|
+
pod=0x63B5D2;0x000000;false;true
|
2051
|
+
regex=0x587D2E;0x000000;false;false
|
2052
|
+
array=0x4FDDF9;0x000000;false;false
|
2053
|
+
hash=0x0E93AB;0x000000;false;false
|
2054
|
+
symboltable=0x519318;0x000000;false;false
|
2055
|
+
backticks=0x55AC5B;0x000000;false;false
|
2056
|
+
pod_verbatim=0x8977AF;0x000000;false;false
|
2057
|
+
reg_subst=0xCB2A88;0x000000;false;false
|
2058
|
+
datasection=0x9DF604;0x000000;false;false
|
2059
|
+
here_delim=0x65B087;0x000000;false;false
|
2060
|
+
here_q=0x7EFEAA;0x000000;false;false
|
2061
|
+
here_qq=0xB41C83;0x000000;true;false
|
2062
|
+
here_qx=0xA21ECD;0x000000;false;true
|
2063
|
+
string_q=0xB22592;0x000000;false;false
|
2064
|
+
string_qq=0xAD9E75;0x000000;false;false
|
2065
|
+
string_qx=0x80A10C;0x000000;false;false
|
2066
|
+
string_qr=0x0EB275;0x000000;false;false
|
2067
|
+
string_qw=0x9897CB;0x000000;false;false
|
2068
|
+
variable_indexer=0x38FC17;0x000000;false;false
|
2069
|
+
# not used
|
2070
|
+
punctuation=0xE3172D;0x000000;false;false
|
2071
|
+
# obsolete: replaced by qq, qx, qr, qw
|
2072
|
+
longquote=0x2A817C;0x000000;false;false
|
2073
|
+
sub_prototype=0x8FE7B8;0x000000;false;true
|
2074
|
+
format_ident=0x88F49A;0x000000;true;false
|
2075
|
+
format=0x37F911;0x000000;false;false
|
2076
|
+
|
2077
|
+
[keywords]
|
2078
|
+
primary=NULL __FILE__ __LINE__ __PACKAGE__ __DATA__ __END__ AUTOLOAD BEGIN CORE DESTROY END EQ GE GT INIT LE LT NE CHECK abs accept alarm and atan2 bind binmode bless caller chdir chmod chomp chop chown chr chroot close closedir cmp connect continue cos crypt dbmclose dbmopen defined delete die do dump each else elsif endgrent endhostent endnetent endprotoent endpwent endservent eof eq eval exec exists exit exp fcntl fileno flock for foreach fork format formline ge getc getgrent getgrgid getgrnam gethostbyaddr gethostbyname gethostent getlogin getnetbyaddr getnetbyname getnetent getpeername getpgrp getppid getpriority getprotobyname getprotobynumber getprotoent getpwent getpwnam getpwuid getservbyname getservbyport getservent getsockname getsockopt glob gmtime goto grep gt hex if index int ioctl join keys kill last lc lcfirst le length link listen local localtime lock log lstat lt m map mkdir msgctl msgget msgrcv msgsnd my ne next no not oct open opendir or ord our pack package pipe pop pos print printf prototype push q qq qr quotemeta qu qw qx rand read readdir readline readlink readpipe recv redo ref rename require reset return reverse rewinddir rindex rmdir s scalar seek seekdir select semctl semget semop send setgrent sethostent setnetent setpgrp setpriority setprotoent setpwent setservent setsockopt shift shmctl shmget shmread shmwrite shutdown sin sleep socket socketpair sort splice split sprintf sqrt srand stat study sub substr symlink syscall sysopen sysread sysseek system syswrite tell telldir tie tied time times tr truncate uc ucfirst umask undef unless unlink unpack unshift untie until use utime values vec wait waitpid wantarray warn while write x xor y
|
2079
|
+
|
2080
|
+
|
2081
|
+
[settings]
|
2082
|
+
# default extension used when saving files
|
2083
|
+
#extension=pl
|
2084
|
+
|
2085
|
+
# the following characters are these which a "word" can contains, see documentation
|
2086
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2087
|
+
|
2088
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2089
|
+
comment_open=#
|
2090
|
+
comment_close=
|
2091
|
+
|
2092
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2093
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2094
|
+
#command_example();
|
2095
|
+
# setting to false would generate this
|
2096
|
+
# command_example();
|
2097
|
+
# This setting works only for single line comments
|
2098
|
+
comment_use_indent=true
|
2099
|
+
|
2100
|
+
# context action command (please see Geany's main documentation for details)
|
2101
|
+
context_action_cmd=
|
2102
|
+
|
2103
|
+
[build_settings]
|
2104
|
+
# %f will be replaced by the complete filename
|
2105
|
+
# %e will be replaced by the filename without extension
|
2106
|
+
# (use only one of it at one time)
|
2107
|
+
|
2108
|
+
# B - The Perl Bytecode Compiler (requires Perl 5.8 or higher)
|
2109
|
+
compiler=perl -MO=Bytecode,-H,-o"%f"c "%f"
|
2110
|
+
|
2111
|
+
# alternatively use perlcc
|
2112
|
+
#compiler=perlcc -o "%e" "%f"
|
2113
|
+
|
2114
|
+
# instead of actual compiling, just run a nice syntax check
|
2115
|
+
#compiler=perl -c "%f"
|
2116
|
+
|
2117
|
+
run_cmd=perl "%f"
|
2118
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2119
|
+
[styling]
|
2120
|
+
# styling for PHP/HTML is done in filetypes.xml
|
2121
|
+
|
2122
|
+
|
2123
|
+
[settings]
|
2124
|
+
# default extension used when saving files
|
2125
|
+
#extension=php
|
2126
|
+
|
2127
|
+
# the following characters are these which a "word" can contains, see documentation
|
2128
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2129
|
+
|
2130
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2131
|
+
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
|
2132
|
+
comment_open=/*
|
2133
|
+
comment_close=*/
|
2134
|
+
|
2135
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2136
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2137
|
+
#command_example();
|
2138
|
+
# setting to false would generate this
|
2139
|
+
# command_example();
|
2140
|
+
# This setting works only for single line comments
|
2141
|
+
comment_use_indent=true
|
2142
|
+
|
2143
|
+
# context action command (please see Geany's main documentation for details)
|
2144
|
+
context_action_cmd=
|
2145
|
+
|
2146
|
+
[build_settings]
|
2147
|
+
# %f will be replaced by the complete filename
|
2148
|
+
# %e will be replaced by the filename without extension
|
2149
|
+
# (use only one of it at one time)
|
2150
|
+
compiler=php -l "%f"
|
2151
|
+
run_cmd=php "%f"
|
2152
|
+
|
2153
|
+
# use can also use something like this, to view your PHP or HTML files through a browser and webserver
|
2154
|
+
#run_cmd=firefox http://localhost/test_site/%f
|
2155
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2156
|
+
[styling]
|
2157
|
+
# foreground;background;bold;italic
|
2158
|
+
default=0xBE2FAB;0x000000;false;false
|
2159
|
+
comment=0x321A11;0x000000;false;false
|
2160
|
+
|
2161
|
+
pod=0xFFF630;0x000000;false;false
|
2162
|
+
|
2163
|
+
pod=0x44FF91;0x000000;false;false
|
2164
|
+
|
2165
|
+
pod=0xCCC652;0x000000;false;false
|
2166
|
+
|
2167
|
+
pod=0xB47E05;0x000000;false;false
|
2168
|
+
msgid=0x26B814;0x000000;true;false
|
2169
|
+
msgid_text=0x40DA07;0x000000;false;false
|
2170
|
+
msgstr=0x67EA8C;0x000000;true;false
|
2171
|
+
msgstr_text=0xA82382;0x000000;false;false
|
2172
|
+
msgctxt=0x32D0C8;0x000000;true;false
|
2173
|
+
msgctxt_text=0x426371;0x000000;false;false
|
2174
|
+
#fuzzy=0xffa500;0x000000;true;false
|
2175
|
+
fuzzy=0x3AE053;0x000000;true;false
|
2176
|
+
|
2177
|
+
# the lexer don't support keywords
|
2178
|
+
|
2179
|
+
|
2180
|
+
[settings]
|
2181
|
+
# default extension used when saving files
|
2182
|
+
#extension=po
|
2183
|
+
|
2184
|
+
# the following characters are these which a "word" can contains, see documentation
|
2185
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2186
|
+
|
2187
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2188
|
+
comment_open=#
|
2189
|
+
comment_close=
|
2190
|
+
|
2191
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2192
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2193
|
+
#command_example();
|
2194
|
+
# setting to false would generate this
|
2195
|
+
# command_example();
|
2196
|
+
# This setting works only for single line comments
|
2197
|
+
comment_use_indent=true
|
2198
|
+
|
2199
|
+
# context action command (please see Geany's main documentation for details)
|
2200
|
+
context_action_cmd=
|
2201
|
+
|
2202
|
+
|
2203
|
+
[build_settings]
|
2204
|
+
# %f will be replaced by the complete filename
|
2205
|
+
# %e will be replaced by the filename without extension
|
2206
|
+
# (use only one of it at one time)
|
2207
|
+
compiler=msgfmt --check --check-accelerators=_ "%f"
|
2208
|
+
|
2209
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2210
|
+
[styling]
|
2211
|
+
# foreground;background;bold;italic
|
2212
|
+
default=0xDDC6AC;0x000000;false;false
|
2213
|
+
commentline=0x551664;0x000000;false;false
|
2214
|
+
|
2215
|
+
pod=0x7835D1;0x000000;false;false
|
2216
|
+
|
2217
|
+
pod=0x8057B4;0x000000;false;false
|
2218
|
+
|
2219
|
+
pod=0x7DCA9D;0x000000;false;false
|
2220
|
+
|
2221
|
+
pod=0xD20484;0x000000;false;false
|
2222
|
+
number=0x5237C3;0x000000;false;false
|
2223
|
+
string=0x0F93FE;0x000000;false;false
|
2224
|
+
character=0x9689A5;0x000000;false;false
|
2225
|
+
word=0x857CFF;0x000000;true;false
|
2226
|
+
triple=0x27A17B;0x000000;false;false
|
2227
|
+
tripledouble=0x4EF52F;0x000000;false;false
|
2228
|
+
classname=0x7EC253;0x000000;false;false
|
2229
|
+
defname=0xAADF68;0x000000;false;false
|
2230
|
+
operator=0xB343DB;0x000000;false;false
|
2231
|
+
identifier=0xD5777B;0x000000;false;false
|
2232
|
+
commentblock=0x410F8C;0x000000;false;false
|
2233
|
+
|
2234
|
+
pod=0xA48F1E;0x000000;false;false
|
2235
|
+
|
2236
|
+
pod=0x7E9F42;0x000000;false;false
|
2237
|
+
|
2238
|
+
pod=0x0BB8F1;0x000000;false;false
|
2239
|
+
|
2240
|
+
pod=0x7BB77B;0x000000;false;false
|
2241
|
+
stringeol=0xE5E629;0x000000;false;false
|
2242
|
+
word2=0x5277DD;0x000000;true;false
|
2243
|
+
decorator=0x2FA1F0;0x000000;false;false
|
2244
|
+
|
2245
|
+
[keywords]
|
2246
|
+
# all items must be in one line
|
2247
|
+
primary=and as assert break class continue def del elif else except exec finally for from global if import in is lambda not or pass print raise return try while with yield False None True
|
2248
|
+
# additional keywords, will be highlighted with style "word2"
|
2249
|
+
identifiers=
|
2250
|
+
|
2251
|
+
|
2252
|
+
[settings]
|
2253
|
+
# default extension used when saving files
|
2254
|
+
#extension=py
|
2255
|
+
|
2256
|
+
# the following characters are these which a "word" can contains, see documentation
|
2257
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2258
|
+
|
2259
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2260
|
+
comment_open=#
|
2261
|
+
comment_close=
|
2262
|
+
|
2263
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2264
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2265
|
+
#command_example();
|
2266
|
+
# setting to false would generate this
|
2267
|
+
# command_example();
|
2268
|
+
# This setting works only for single line comments
|
2269
|
+
comment_use_indent=true
|
2270
|
+
|
2271
|
+
# context action command (please see Geany's main documentation for details)
|
2272
|
+
context_action_cmd=
|
2273
|
+
|
2274
|
+
[build_settings]
|
2275
|
+
# %f will be replaced by the complete filename
|
2276
|
+
# %e will be replaced by the filename without extension
|
2277
|
+
# (use only one of it at one time)
|
2278
|
+
compiler=python -c "import py_compile; py_compile.compile('%f')"
|
2279
|
+
run_cmd=python "%f"
|
2280
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2281
|
+
[styling]
|
2282
|
+
# foreground;background;bold;italic
|
2283
|
+
default=0x92F1C7;0x000000;false;false
|
2284
|
+
comment=0x681205;0x000000;false;false
|
2285
|
+
|
2286
|
+
pod=0xF110A8;0x000000;false;false
|
2287
|
+
|
2288
|
+
pod=0xF7BB76;0x000000;false;false
|
2289
|
+
|
2290
|
+
pod=0xE98B96;0x000000;false;false
|
2291
|
+
|
2292
|
+
pod=0x12F696;0x000000;false;false
|
2293
|
+
# primary keyword
|
2294
|
+
kword=0xC0B9F5;0x000000;false;false
|
2295
|
+
operator=0xFCF53A;0x000000;false;false
|
2296
|
+
# package keyword
|
2297
|
+
basekword=0xC13EF5;0x000000;false;false
|
2298
|
+
# package_other keyword
|
2299
|
+
otherkword=0x1850E4;0x000000;false;false
|
2300
|
+
number=0xAADC38;0x000000;false;false
|
2301
|
+
# "blah" string
|
2302
|
+
string=0xF1C172;0x000000;false;false
|
2303
|
+
# 'blah' string
|
2304
|
+
string2=0xF62CA3;0x000000;false;false
|
2305
|
+
identifier=0x39CDD5;0x000000;false;false
|
2306
|
+
infix=0x39F725;0x000000;false;false
|
2307
|
+
infixeol=0xDFDF44;0x000000;false;false
|
2308
|
+
|
2309
|
+
[keywords]
|
2310
|
+
# all items must be in one line
|
2311
|
+
primary=abs array break data.frame diag else FALSE for function if in Inf matrix NA NaN NCOL next NROW NULL print read.table repeat require return solve source sqrt sum TRUE while
|
2312
|
+
package=abbreviate abline abs acf acos acosh addmargins aggregate agrep alarm alias alist all anova any aov aperm append apply approx approxfun apropos ar args arima array arrows asin asinh assign assocplot atan atanh attach attr attributes autoload autoloader ave axis backsolve barplot basename beta bindtextdomain binomial biplot bitmap bmp body box boxplot bquote break browser builtins bxp by bzfile c call cancor capabilities casefold cat category cbind ccf ceiling character charmatch chartr chol choose chull citation class close cm cmdscale codes coef coefficients col colnames colors colorspaces colours comment complex confint conflicts contour contrasts contributors convolve cophenetic coplot cor cos cosh cov covratio cpgram crossprod cummax cummin cumprod cumsum curve cut cutree cycle data dataentry date dbeta dbinom dcauchy dchisq de debug debugger decompose delay deltat demo dendrapply density deparse deriv det detach determinant deviance dexp df dfbeta dfbetas dffits dgamma dgeom dget dhyper diag diff diffinv difftime digamma dim dimnames dir dirname dist dlnorm dlogis dmultinom dnbinom dnorm dotchart double dpois dput drop dsignrank dt dump dunif duplicated dweibull dwilcox eapply ecdf edit effects eigen emacs embed end environment eval evalq example exists exp expression factanal factor factorial family fft fifo file filter find fitted fivenum fix floor flush for force formals format formula forwardsolve fourfoldplot frame frequency ftable function gamma gaussian gc gcinfo gctorture get getenv geterrmessage gettext gettextf getwd gl glm globalenv gray grep grey grid gsub gzcon gzfile hat hatvalues hcl hclust head heatmap help hist history hsv httpclient iconv iconvlist identical identify if ifelse image influence inherits integer integrate interaction interactive intersect invisible isoreg jitter jpeg julian kappa kernapply kernel kmeans knots kronecker ksmooth labels lag lapply layout lbeta lchoose lcm legend length letters levels lfactorial lgamma library licence license line lines list lm load loadhistory loadings local locator loess log logb logical loglin lowess ls lsfit machine mad mahalanobis makepredictcall manova mapply match matlines matplot matpoints matrix max mean median medpolish menu merge message methods mget min missing mode monthplot months mosaicplot mtext mvfft names napredict naprint naresid nargs nchar ncol next nextn ngettext nlevels nlm nls noquote nrow numeric objects offset open optim optimise optimize options order ordered outer pacf page pairlist pairs palette par parse paste pbeta pbinom pbirthday pcauchy pchisq pdf pentagamma person persp pexp pf pgamma pgeom phyper pi pico pictex pie piechart pipe plclust plnorm plogis plot pmatch pmax pmin pnbinom png pnorm points poisson poly polygon polym polyroot postscript power ppoints ppois ppr prcomp predict preplot pretty princomp print prmatrix prod profile profiler proj promax prompt provide psigamma psignrank pt ptukey punif pweibull pwilcox q qbeta qbinom qbirthday qcauchy qchisq qexp qf qgamma qgeom qhyper qlnorm qlogis qnbinom qnorm qpois qqline qqnorm qqplot qr qsignrank qt qtukey quantile quarters quasi quasibinomial quasipoisson quit qunif quote qweibull qwilcox rainbow range rank raw rbeta rbind rbinom rcauchy rchisq readline real recover rect reformulate regexpr relevel remove reorder rep repeat replace replicate replications require reshape resid residuals restart return rev rexp rf rgamma rgb rgeom rhyper rle rlnorm rlogis rm rmultinom rnbinom rnorm round row rownames rowsum rpois rsignrank rstandard rstudent rt rug runif runmed rweibull rwilcox sample sapply save savehistory scale scan screen screeplot sd search searchpaths seek segments seq sequence serialize setdiff setequal setwd shell sign signif sin single sinh sink smooth solve sort source spectrum spline splinefun split sprintf sqrt stack stars start stderr stdin stdout stem step stepfun stl stop stopifnot str strftime strheight stripchart strptime strsplit strtrim structure strwidth strwrap sub subset substitute substr substring sum summary sunflowerplot supsmu svd sweep switch symbols symnum system t table tabulate tail tan tanh tapply tempdir tempfile termplot terms tetragamma text time title toeplitz tolower topenv toupper trace traceback transform trigamma trunc truncate try ts tsdiag tsp typeof unclass undebug union unique uniroot unix unlink unlist unname unserialize unsplit unstack untrace unz update upgrade url var varimax vcov vector version vi vignette warning warnings weekdays weights which while window windows with write wsbrowser xedit xemacs xfig xinch xor xtabs xyinch yinch zapsmall
|
2313
|
+
package_other=acme aids aircondit amis aml banking barchart barley beaver bigcity boot brambles breslow bs bwplot calcium cane capability cav censboot channing city claridge cloth cloud coal condense contourplot control corr darwin densityplot dogs dotplot ducks empinf envelope environmental ethanol fir frets gpar grav gravity grob hirose histogram islay knn larrows levelplot llines logit lpoints lsegments lset ltext lvqinit lvqtest manaus melanoma melanoma motor multiedit neuro nitrofen nodal ns nuclear oneway parallel paulsen poisons polar qq qqmath remission rfs saddle salinity shingle simplex singer somgrid splom stripplot survival tau tmd tsboot tuna unit urine viewport wireframe wool xyplot
|
2314
|
+
|
2315
|
+
[settings]
|
2316
|
+
# default extension used when saving files
|
2317
|
+
#extension=R
|
2318
|
+
|
2319
|
+
# the following characters are these which a "word" can contains, see documentation
|
2320
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2321
|
+
|
2322
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2323
|
+
comment_open=#
|
2324
|
+
comment_close=
|
2325
|
+
# this is an alternative way, so multiline comments are used
|
2326
|
+
#comment_open=/*
|
2327
|
+
#comment_close=*/
|
2328
|
+
|
2329
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2330
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2331
|
+
#command_example();
|
2332
|
+
# setting to false would generate this
|
2333
|
+
# command_example();
|
2334
|
+
# This setting works only for single line comments
|
2335
|
+
comment_use_indent=false
|
2336
|
+
|
2337
|
+
# context action command (please see Geany's main documentation for details)
|
2338
|
+
context_action_cmd=
|
2339
|
+
|
2340
|
+
Copy files from /usr/share/geany/ to this directory to overwrite them. To use the defaults, just delete the file in this directory.
|
2341
|
+
For more information read the documentation (in /usr/share/doc/geany/html/index.html or visit http://www.geany.org/).
|
2342
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2343
|
+
[settings]
|
2344
|
+
# default extension used when saving files
|
2345
|
+
#extension=rst
|
2346
|
+
|
2347
|
+
# the following characters are these which a "word" can contains, see documentation
|
2348
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2349
|
+
|
2350
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2351
|
+
#comment_open=#
|
2352
|
+
#comment_close=
|
2353
|
+
# this is an alternative way, so multiline comments are used
|
2354
|
+
#comment_open=/*
|
2355
|
+
#comment_close=*/
|
2356
|
+
|
2357
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2358
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2359
|
+
#command_example();
|
2360
|
+
# setting to false would generate this
|
2361
|
+
# command_example();
|
2362
|
+
# This setting works only for single line comments
|
2363
|
+
#comment_use_indent=true
|
2364
|
+
|
2365
|
+
# context action command (please see Geany's main documentation for details)
|
2366
|
+
context_action_cmd=
|
2367
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2368
|
+
[styling]
|
2369
|
+
# foreground;background;bold;italic
|
2370
|
+
default=0x7483AD;0x000000;false;false
|
2371
|
+
|
2372
|
+
pod=0x04BEBB;0x000000;false;false
|
2373
|
+
|
2374
|
+
pod=0xF74546;0x000000;false;false
|
2375
|
+
|
2376
|
+
pod=0xC43681;0x000000;false;false
|
2377
|
+
|
2378
|
+
pod=0x6E1BFA;0x000000;false;false
|
2379
|
+
|
2380
|
+
pod=0x67D572;0x000000;false;false
|
2381
|
+
|
2382
|
+
pod=0x51E2DC;0x000000;false;false
|
2383
|
+
pod=0xFAC61E;0x000000;false;false
|
2384
|
+
commentline=0x4625B1;0x000000;false;false
|
2385
|
+
number=0x26A8CE;0x000000;false;false
|
2386
|
+
string=0xB7BBA1;0x000000;false;false
|
2387
|
+
character=0x37BE91;0x000000;false;false
|
2388
|
+
word=0x997AAA;0x000000;true;false
|
2389
|
+
global=0xFF22F0;0x000000;false;false
|
2390
|
+
symbol=0x2968AF;0x000000;false;false
|
2391
|
+
classname=0x74E287;0x000000;true;false
|
2392
|
+
defname=0xDB8A19;0x000000;false;false
|
2393
|
+
operator=0xACD3E2;0x000000;false;false
|
2394
|
+
identifier=0xD855FB;0x000000;false;false
|
2395
|
+
modulename=0x9FCC39;0x000000;true;false
|
2396
|
+
backticks=0x1142DE;0x000000;false;false
|
2397
|
+
instancevar=0x1AD2BF;0x000000;false;true
|
2398
|
+
classvar=0xFA72EC;0x000000;true;true
|
2399
|
+
heredelim=0x6BCEE3;0x000000;false;false
|
2400
|
+
worddemoted=0x0FC4A9;0x000000;false;false
|
2401
|
+
stdin=0x48E6FB;0x000000;false;false
|
2402
|
+
stdout=0x4661EF;0x000000;false;false
|
2403
|
+
stderr=0xD98703;0x000000;false;false
|
2404
|
+
datasection=0x427ED8;0x000000;false;false
|
2405
|
+
regex=0x8ADFE1;0x000000;false;false
|
2406
|
+
here_q=0x4EABEC;0x000000;false;false
|
2407
|
+
here_qq=0x0690E7;0x000000;true;false
|
2408
|
+
here_qx=0xE958AE;0x000000;false;true
|
2409
|
+
string_q=0x15D3C8;0x000000;false;false
|
2410
|
+
string_qq=0xF92665;0x000000;false;false
|
2411
|
+
string_qx=0x1CB35D;0x000000;false;false
|
2412
|
+
string_qr=0x5C5F64;0x000000;false;false
|
2413
|
+
string_qw=0x94827D;0x000000;false;false
|
2414
|
+
upper_bound=0x61CD60;0x000000;false;false
|
2415
|
+
error=0x0D7D9C;0x000000;false;false
|
2416
|
+
pod=0xC4667A;0x000000;false;false
|
2417
|
+
|
2418
|
+
[keywords]
|
2419
|
+
# all items must be in one line
|
2420
|
+
primary=__FILE__ load define_method attr_accessor attr_writer attr_reader and def end in or self unless __LINE__ begin defined? ensure module redo super until BEGIN break do false next rescue then when END case else for nil include require retry true while alias class elsif if not return undef yield
|
2421
|
+
|
2422
|
+
|
2423
|
+
[settings]
|
2424
|
+
# default extension used when saving files
|
2425
|
+
#extension=rb
|
2426
|
+
|
2427
|
+
# the following characters are these which a "word" can contains, see documentation
|
2428
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2429
|
+
|
2430
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2431
|
+
comment_open=#
|
2432
|
+
comment_close=
|
2433
|
+
|
2434
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2435
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2436
|
+
#command_example();
|
2437
|
+
# setting to false would generate this
|
2438
|
+
# command_example();
|
2439
|
+
# This setting works only for single line comments
|
2440
|
+
comment_use_indent=true
|
2441
|
+
|
2442
|
+
# context action command (please see Geany's main documentation for details)
|
2443
|
+
context_action_cmd=
|
2444
|
+
|
2445
|
+
[build_settings]
|
2446
|
+
# %f will be replaced by the complete filename
|
2447
|
+
# %e will be replaced by the filename without extension
|
2448
|
+
# (use only one of it at one time)
|
2449
|
+
compiler=ruby -c "%f"
|
2450
|
+
run_cmd=ruby "%f"
|
2451
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2452
|
+
[styling]
|
2453
|
+
# foreground;background;bold;italic
|
2454
|
+
default=0xBEE290;0x000000;false;false
|
2455
|
+
commentline=0x502E10;0x000000;false;false
|
2456
|
+
|
2457
|
+
pod=0x9119E7;0x000000;false;false
|
2458
|
+
|
2459
|
+
pod=0x9CE223;0x000000;false;false
|
2460
|
+
|
2461
|
+
pod=0xBF3670;0x000000;false;false
|
2462
|
+
|
2463
|
+
pod=0x3EBA46;0x000000;false;false
|
2464
|
+
number=0xC67FC6;0x000000;false;false
|
2465
|
+
word=0x1597EC;0x000000;true;false
|
2466
|
+
string=0xFF18FA;0x000000;false;false
|
2467
|
+
character=0x50D335;0x000000;false;false
|
2468
|
+
operator=0x67D182;0x000000;false;false
|
2469
|
+
identifier=0xC092FB;0x000000;false;false
|
2470
|
+
backticks=0xECC20A;0x000000;false;false
|
2471
|
+
param=0x990FEB;0x000000;false;false
|
2472
|
+
scalar=0xAEE83B;0x000000;false;false
|
2473
|
+
error=0x1CBECD;0x000000;false;false
|
2474
|
+
here_delim=0xF70CB0;0x000000;false;false
|
2475
|
+
here_q=0xC9A2F3;0x000000;false;false
|
2476
|
+
|
2477
|
+
[keywords]
|
2478
|
+
primary=break case continue do done elif else esac eval exit export fi for function goto if in integer return set shift then until while
|
2479
|
+
|
2480
|
+
|
2481
|
+
[settings]
|
2482
|
+
# default extension used when saving files
|
2483
|
+
#extension=sh
|
2484
|
+
|
2485
|
+
# the following characters are these which a "word" can contains, see documentation
|
2486
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2487
|
+
|
2488
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2489
|
+
comment_open=#
|
2490
|
+
comment_close=
|
2491
|
+
|
2492
|
+
# set to false if a comment character/string should start a column 0 of a line, true uses any
|
2493
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2494
|
+
#command_example();
|
2495
|
+
# setting to false would generate this
|
2496
|
+
# command_example();
|
2497
|
+
# This setting works only for single line comments
|
2498
|
+
comment_use_indent=true
|
2499
|
+
|
2500
|
+
# context action command (please see Geany's main documentation for details)
|
2501
|
+
context_action_cmd=
|
2502
|
+
|
2503
|
+
[build_settings]
|
2504
|
+
# %f will be replaced by the complete filename
|
2505
|
+
# %e will be replaced by the filename without extension
|
2506
|
+
# (use only one of it at one time)
|
2507
|
+
run_cmd="./%f"
|
2508
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2509
|
+
[styling]
|
2510
|
+
# foreground;background;bold;italic
|
2511
|
+
default=0x7AD82D;0x000000;false;false
|
2512
|
+
comment=0x08350E;0x000000;false;false
|
2513
|
+
|
2514
|
+
pod=0xBAD8DE;0x000000;false;false
|
2515
|
+
|
2516
|
+
pod=0x79FE31;0x000000;false;false
|
2517
|
+
|
2518
|
+
pod=0xB4EB65;0x000000;false;false
|
2519
|
+
|
2520
|
+
pod=0x4554A5;0x000000;false;false
|
2521
|
+
commentline=0x03355C;0x000000;false;false
|
2522
|
+
|
2523
|
+
pod=0xE287A3;0x000000;false;false
|
2524
|
+
|
2525
|
+
pod=0x956454;0x000000;false;false
|
2526
|
+
|
2527
|
+
pod=0x6BEB9D;0x000000;false;false
|
2528
|
+
|
2529
|
+
pod=0x0CC63E;0x000000;false;false
|
2530
|
+
commentdoc=0x155009;0x000000;false;false
|
2531
|
+
|
2532
|
+
pod=0xE40F7F;0x000000;false;false
|
2533
|
+
|
2534
|
+
pod=0x6ED2FA;0x000000;false;false
|
2535
|
+
|
2536
|
+
pod=0xB486EB;0x000000;false;false
|
2537
|
+
|
2538
|
+
pod=0x4696E1;0x000000;false;false
|
2539
|
+
number=0x0DCF30;0x000000;false;false
|
2540
|
+
word=0x03F7A7;0x000000;true;false
|
2541
|
+
word2=0x4B725C;0x000000;true;false
|
2542
|
+
string=0xC4009B;0x000000;false;false
|
2543
|
+
character=0xC1E137;0x000000;false;false
|
2544
|
+
operator=0xECA0ED;0x000000;true;false
|
2545
|
+
identifier=0x978A3D;0x000000;false;false
|
2546
|
+
sqlplus=0xFD46DB;0x000000;false;false
|
2547
|
+
sqlplus_prompt=0xA57ED4;0x000000;false;false
|
2548
|
+
sqlplus_comment=0x5A3B07;0x000000;false;false
|
2549
|
+
|
2550
|
+
pod=0xDEADA8;0x000000;false;false
|
2551
|
+
|
2552
|
+
pod=0xAEC9B1;0x000000;false;false
|
2553
|
+
|
2554
|
+
pod=0x9F6D02;0x000000;false;false
|
2555
|
+
|
2556
|
+
pod=0x11F93B;0x000000;false;false
|
2557
|
+
quotedidentifier=0x54823F;0x000000;false;false
|
2558
|
+
|
2559
|
+
[keywords]
|
2560
|
+
# all items must be in one line
|
2561
|
+
keywords=absolute action add admin after aggregate alias all allocate alter and any are array as asc assertion at authorization before begin bfile bigint binary bit blob bool boolean both breadth by call cascade cascaded case cast catalog char character check class clob close cluster collate collation column commit completion connect connection constraint constraints constructor continue corresponding create cross cube current current_date current_path current_role current_time current_timestamp current_user cursor cycle data date day deallocate dec decimal declare default deferrable deferred delete depth deref desc describe descriptor destroy destructor deterministic diagnostics dictionary dimension disconnect diskgroup distinct domain double drop dynamic each else end end-exec equals escape every except exception exec execute exists explain external false fetch first fixed flashback float for foreign found from free full function general get global go goto grant group grouping having host hour identity if ignore immediate in index indextype indicator initialize initially inner inout input insert int integer intersect interval into is isolation iterate join key language large last lateral leading left less level like limit local localtime localtimestamp locator long map match materialized mediumblob mediumint mediumtext merge middleint minus minute modifies modify module month names national natural nchar nclob new next no noaudit none not null numeric nvarchar2 object of off old on only open operation option or order ordinality out outer output package pad parameter parameters partial path postfix precision prefix preorder prepare preserve primary prior privileges procedure profile public purge read reads real recursive ref references referencing regexp regexp_like relative rename restrict result return returning returns revoke right role rollback rollup routine row rows savepoint schema scroll scope search second section select sequence session session_user set sets size smallint some space specific specifictype sql sqlexception sqlstate sqlwarning start state statement static structure synonym system_user table tablespace temporary terminate than then time timestamp timezone_hour timezone_minute tinyint to trailing transaction translation treat trigger true truncate type under union unique unknown unnest update usage user using value values varchar varchar2 variable varying view when whenever where with without work write year zone
|
2562
|
+
|
2563
|
+
|
2564
|
+
[settings]
|
2565
|
+
# default extension used when saving files
|
2566
|
+
#extension=sql
|
2567
|
+
|
2568
|
+
# the following characters are these which a "word" can contains, see documentation
|
2569
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2570
|
+
|
2571
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2572
|
+
comment_open=/*
|
2573
|
+
comment_close=*/
|
2574
|
+
|
2575
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2576
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2577
|
+
#command_example();
|
2578
|
+
# setting to false would generate this
|
2579
|
+
# command_example();
|
2580
|
+
# This setting works only for single line comments
|
2581
|
+
comment_use_indent=true
|
2582
|
+
|
2583
|
+
# context action command (please see Geany's main documentation for details)
|
2584
|
+
context_action_cmd=
|
2585
|
+
# For complete documentation of this file; please see Geany's main documentation
|
2586
|
+
[styling]
|
2587
|
+
# foreground;background;bold;italic
|
2588
|
+
default=0x4CF833;0x000000;false;false
|
2589
|
+
comment=0x033152;0x000000;false;false
|
2590
|
+
|
2591
|
+
pod=0xCFE4C2;0x000000;false;false
|
2592
|
+
|
2593
|
+
pod=0x40F7E7;0x000000;false;false
|
2594
|
+
|
2595
|
+
pod=0xC4ECA0;0x000000;false;false
|
2596
|
+
|
2597
|
+
pod=0x7D37E6;0x000000;false;false
|
2598
|
+
commentline=0x350F6C;0x000000;false;false
|
2599
|
+
|
2600
|
+
pod=0xF9F94B;0x000000;false;false
|
2601
|
+
|
2602
|
+
pod=0x5E9FBA;0x000000;false;false
|
2603
|
+
|
2604
|
+
pod=0x3B943E;0x000000;false;false
|
2605
|
+
|
2606
|
+
pod=0xFFF007;0x000000;false;false
|
2607
|
+
number=0xADE854;0x000000;false;false
|
2608
|
+
operator=0xA6FDC7;0x000000;false;false
|
2609
|
+
identifier=0xE1F33A;0x000000;false;false
|
2610
|
+
wordinquote=0x58A429;0x000000;false;false
|
2611
|
+
inquote=0x05E490;0x000000;false;false
|
2612
|
+
substitution=0x2868CB;0x000000;false;false
|
2613
|
+
modifier=0xE9282A;0x000000;false;false
|
2614
|
+
expand=0xFFAB78;0x000000;false;false
|
2615
|
+
wordtcl=0xF497FC;0x000000;true;false
|
2616
|
+
wordtk=0x1E6EC2;0x000000;true;false
|
2617
|
+
worditcl=0xCD8B1D;0x000000;true;false
|
2618
|
+
wordtkcmds=0x727E56;0x000000;true;false
|
2619
|
+
wordexpand=0xD8572C;0x000000;true;false
|
2620
|
+
|
2621
|
+
|
2622
|
+
[keywords]
|
2623
|
+
# all items must be in one line
|
2624
|
+
tcl=after append apply array auto_execok auto_import auto_load auto_load_index auto_mkindex auto_mkindex_old auto_qualify auto_reset beep bgerror binary break case catch cd chan clock close concat continue coroutine dde default dict echo else elseif encoding eof error eval exec exit expr fblocked fconfigure fcopy file fileevent filename flush for foreach format gets glob global history http if incr info interp join lappend lassign lindex linsert list llength load loadTk lrange lrepeat lreplace lreverse lsearch lset lsort mathfunc mathop memory msgcat namespace oo::class oo::copy oo::define oo::objdefine oo::object open package parray pid pkg::create pkg_mkIndex platform platform::shell Platform-specific proc puts pwd read refchan regexp registry regsub rename resource re_syntax return Safe Base scan seek set socket source split string subst switch tailcall Tcl tcl::prefix tcl_endOfWord tcl_findLibrary tclLog tclMacPkgSearch tclPkgSetup tclPkgUnknown tcl_startOfNextWord tcl_startOfPreviousWord tcltest tclvars tcl_wordBreakAfter tcl_wordBreakBefore tell throw time tm trace try unknown unload unset update uplevel upvar variable vwait while yield zlib
|
2625
|
+
tk=bell bind bindtags bitmap button canvas checkbutton clipboard colors console cursors destroy entry event focus font frame grab grid image Inter-client keysyms label labelframe listbox loadTk lower menu menubutton message option options pack panedwindow photo place radiobutton raise scale scrollbar selection send spinbox text toplevel winfo wish wm
|
2626
|
+
itcl=@scope body class code common component configbody constructor define destructor hull import inherit itcl itk itk_component itk_initialize itk_interior itk_option iwidgets keep method private protected public
|
2627
|
+
tkcommands=tk tk_bisque tkButtonAutoInvoke tkButtonDown tkButtonEnter tkButtonInvoke tkButtonLeave tkButtonUp tkCancelRepeat tkCheckRadioDown tkCheckRadioEnter tkCheckRadioInvoke tk_chooseColor tk_chooseDirectory tkColorDialog tkColorDialog_BuildDialog tkColorDialog_CancelCmd tkColorDialog_Config tkColorDialog_CreateSelector tkColorDialog_DrawColorScale tkColorDialog_EnterColorBar tkColorDialog_HandleRGBEntry tkColorDialog_HandleSelEntry tkColorDialog_InitValues tkColorDialog_LeaveColorBar tkColorDialog_MoveSelector tkColorDialog_OkCmd tkColorDialog_RedrawColorBars tkColorDialog_RedrawFinalColor tkColorDialog_ReleaseMouse tkColorDialog_ResizeColorBars tkColorDialog_RgbToX tkColorDialog_SetRGBValue tkColorDialog_StartMove tkColorDialog_XToRgb tkConsoleAbout tkConsoleBind tkConsoleExit tkConsoleHistory tkConsoleInit tkConsoleInsert tkConsoleInvoke tkConsoleOutput tkConsolePrompt tkConsoleSource tkDarken tk_dialog tkEntryAutoScan tkEntryBackspace tkEntryButton1 tkEntryClosestGap tkEntryGetSelection tkEntryInsert tkEntryKeySelect tkEntryMouseSelect tkEntryNextWord tkEntryPaste tkEntryPreviousWord tkEntrySeeInsert tkEntrySetCursor tkEntryTranspose tkerror tkEventMotifBindings tkFDGetFileTypes tkFirstMenu tk_focusFollowsMouse tkFocusGroup_BindIn tkFocusGroup_BindOut tkFocusGroup_Create tkFocusGroup_Destroy tkFocusGroup_In tkFocusGroup_Out tk_focusNext tkFocusOK tk_focusPrev tkGenerateMenuSelect tk_getOpenFile tk_getSaveFile tkIconList tkIconList_Add tkIconList_Arrange tkIconList_AutoScan tkIconList_Btn1 tkIconList_Config tkIconList_Create tkIconList_CtrlBtn1 tkIconList_Curselection tkIconList_DeleteAll tkIconList_Double1 tkIconList_DrawSelection tkIconList_FocusIn tkIconList_FocusOut tkIconList_Get tkIconList_Goto tkIconList_Index tkIconList_Invoke tkIconList_KeyPress tkIconList_Leave1 tkIconList_LeftRight tkIconList_Motion1 tkIconList_Reset tkIconList_ReturnKey tkIconList_See tkIconList_Select tkIconList_Selection tkIconList_ShiftBtn1 tkIconList_UpDown tkListbox tkListboxAutoScan tkListboxBeginExtend tkListboxBeginSelect tkListboxBeginToggle tkListboxCancel tkListboxDataExtend tkListboxExtendUpDown tkListboxKeyAccel_Goto tkListboxKeyAccel_Key tkListboxKeyAccel_Reset tkListboxKeyAccel_Set tkListboxKeyAccel_Unset tkListboxMotion tkListboxSelectAll tkListboxUpDown tkMbButtonUp tkMbEnter tkMbLeave tkMbMotion tkMbPost tkMenuButtonDown tkMenuDownArrow tkMenuDup tkMenuEscape tkMenuFind tkMenuFindName tkMenuFirstEntry tkMenuInvoke tkMenuLeave tkMenuLeftArrow tkMenuMotion tkMenuNextEntry tkMenuNextMenu tkMenuRightArrow tk_menuSetFocus tkMenuUnpost tkMenuUpArrow tk_messageBox tkMessageBox tkMotifFDialog tkMotifFDialog_ActivateDList tkMotifFDialog_ActivateFEnt tkMotifFDialog_ActivateFList tkMotifFDialog_ActivateSEnt tkMotifFDialog_BrowseDList tkMotifFDialog_BrowseFList tkMotifFDialog_BuildUI tkMotifFDialog_CancelCmd tkMotifFDialog_Config tkMotifFDialog_Create tkMotifFDialog_FileTypes tkMotifFDialog_FilterCmd tkMotifFDialog_InterpFilter tkMotifFDialog_LoadFiles tkMotifFDialog_MakeSList tkMotifFDialog_OkCmd tkMotifFDialog_SetFilter tkMotifFDialog_SetListMode tkMotifFDialog_Update tk_optionMenu tk_popup tkPostOverPoint tkRecolorTree tkRestoreOldGrab tkSaveGrabInfo tkScaleActivate tkScaleButton2Down tkScaleButtonDown tkScaleControlPress tkScaleDrag tkScaleEndDrag tkScaleIncrement tkScreenChanged tkScrollButton2Down tkScrollButtonDown tkScrollButtonDrag tkScrollButtonUp tkScrollByPages tkScrollByUnits tkScrollDrag tkScrollEndDrag tkScrollSelect tkScrollStartDrag tkScrollTopBottom tkScrollToPos tk_setPalette tkTabToWindow tkTearOffMenu tkTextAutoScan tkTextButton1 tkTextClosestGap tk_textCopy tk_textCut tkTextInsert tkTextKeyExtend tkTextKeySelect tkTextNextPara tkTextNextPos tkTextNextWord tk_textPaste tkTextPaste tkTextPrevPara tkTextPrevPos tkTextPrevWord tkTextResetAnchor tkTextScrollPages tkTextSelectTo tkTextSetCursor tkTextTranspose tkTextUpDownLine tkTraverseToMenu tkTraverseWithinMenu tkvars tkwait toplevel ttk::button ttk::checkbutton ttk::combobox ttk::entry ttk::frame ttk::image ttk::intro ttk::label ttk::labelframe ttk::menubutton ttk::notebook ttk::panedwindow ttk::progressbar ttk::radiobutton ttk::scale ttk::scrollbar ttk::separator ttk::sizegrip ttk::spinbox ttk::style ttk::treeview ttk::widget ttk_vsapi
|
2628
|
+
expand=
|
2629
|
+
|
2630
|
+
[settings]
|
2631
|
+
# default extension used when saving files
|
2632
|
+
#extension=tcl
|
2633
|
+
|
2634
|
+
# the following characters are these which a "word" can contains, see documentation
|
2635
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2636
|
+
|
2637
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2638
|
+
comment_open=#
|
2639
|
+
comment_close=
|
2640
|
+
|
2641
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2642
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2643
|
+
#command_example();
|
2644
|
+
# setting to false would generate this
|
2645
|
+
# command_example();
|
2646
|
+
# This setting works only for single line comments
|
2647
|
+
comment_use_indent=true
|
2648
|
+
|
2649
|
+
# context action command (please see Geany's main documentation for details)
|
2650
|
+
context_action_cmd=
|
2651
|
+
|
2652
|
+
|
2653
|
+
[build_settings]
|
2654
|
+
# %f will be replaced by the complete filename
|
2655
|
+
# %e will be replaced by the filename without extension
|
2656
|
+
# (use only one of it at one time)
|
2657
|
+
compiler=tclsh "%f"
|
2658
|
+
run_cmd=tclsh "%f"
|
2659
|
+
|
2660
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2661
|
+
[styling]
|
2662
|
+
# foreground;background;bold;italic
|
2663
|
+
default=default
|
2664
|
+
comment=comment
|
2665
|
+
commentline=comment
|
2666
|
+
commentdoc=commentdoc
|
2667
|
+
number=number
|
2668
|
+
word=word
|
2669
|
+
word2=word2
|
2670
|
+
string=string
|
2671
|
+
character=string
|
2672
|
+
uuid=0x91E5B8;0x000000;false;false
|
2673
|
+
#uuid=0x000000
|
2674
|
+
preprocessor=preprocessor
|
2675
|
+
operator=operator
|
2676
|
+
identifier=default
|
2677
|
+
stringeol=stringeol
|
2678
|
+
# @"verbatim"
|
2679
|
+
verbatim=0xAC820D;0x000000;false;false
|
2680
|
+
# (/regex/)
|
2681
|
+
regex=0x94E690;0x000000;false;false
|
2682
|
+
commentlinedoc=commentdoc,bold
|
2683
|
+
commentdockeyword=commentdoc,bold,italic
|
2684
|
+
commentdockeyworderror=commentdoc
|
2685
|
+
globalclass=type
|
2686
|
+
|
2687
|
+
[keywords]
|
2688
|
+
# all items must be in one line
|
2689
|
+
#primary=
|
2690
|
+
#secondary=
|
2691
|
+
# these are some doxygen keywords (incomplete)
|
2692
|
+
#docComment=attention author brief bug class code date def enum example exception file fn namespace note param remarks return see since struct throw todo typedef var version warning union
|
2693
|
+
|
2694
|
+
[settings]
|
2695
|
+
# default extension used when saving files
|
2696
|
+
#extension=vala
|
2697
|
+
|
2698
|
+
# the following characters are these which a "word" can contains, see documentation
|
2699
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2700
|
+
|
2701
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2702
|
+
#comment_open=//
|
2703
|
+
#comment_close=
|
2704
|
+
# this is an alternative way, so multiline comments are used
|
2705
|
+
#comment_open=/*
|
2706
|
+
#comment_close=*/
|
2707
|
+
|
2708
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2709
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2710
|
+
#command_example();
|
2711
|
+
# setting to false would generate this
|
2712
|
+
# command_example();
|
2713
|
+
# This setting works only for single line comments
|
2714
|
+
#comment_use_indent=true
|
2715
|
+
|
2716
|
+
# context action command (please see Geany's main documentation for details)
|
2717
|
+
#context_action_cmd=
|
2718
|
+
|
2719
|
+
[build_settings]
|
2720
|
+
# %f will be replaced by the complete filename
|
2721
|
+
# %e will be replaced by the filename without extension
|
2722
|
+
# (use only one of it at one time)
|
2723
|
+
compiler=valac -c "%f"
|
2724
|
+
linker=valac "%f"
|
2725
|
+
run_cmd=./"%e"
|
2726
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2727
|
+
[styling]
|
2728
|
+
# foreground;background;bold;italic
|
2729
|
+
default=0x5DD1E5;0x000000;false;false
|
2730
|
+
comment=0x730804;0x000000;false;false
|
2731
|
+
|
2732
|
+
pod=0x7A655E;0x000000;false;false
|
2733
|
+
|
2734
|
+
pod=0xF14888;0x000000;false;false
|
2735
|
+
|
2736
|
+
pod=0xD8C18C;0x000000;false;false
|
2737
|
+
|
2738
|
+
pod=0xA905A6;0x000000;false;false
|
2739
|
+
comment_line_bang=0x1C3E61;0x000000;false;false
|
2740
|
+
|
2741
|
+
pod=0x9CDCF3;0x000000;false;false
|
2742
|
+
|
2743
|
+
pod=0x759925;0x000000;false;false
|
2744
|
+
|
2745
|
+
pod=0x329D15;0x000000;false;false
|
2746
|
+
pod=0x2CFB87;0x000000;false;false
|
2747
|
+
number=0x1287A4;0x000000;false;false
|
2748
|
+
string=0xC46BC8;0x000000;false;false
|
2749
|
+
operator=0x7EB125;0x000000;false;false
|
2750
|
+
identifier=0x19C5C8;0x000000;false;false
|
2751
|
+
stringeol=0x7F66BF;0x000000;false;false
|
2752
|
+
keyword=0x6444FC;0x000000;true;false
|
2753
|
+
stdoperator=0x779FAE;0x000000;false;false
|
2754
|
+
attribute=0xD9778E;0x000000;false;false
|
2755
|
+
stdfunction=0x65D245;0x000000;true;false
|
2756
|
+
stdpackage=0xB58A93;0x000000;false;false
|
2757
|
+
stdtype=0xA6EB0C;0x000000;false;false
|
2758
|
+
userword=0xDD33BD;0x000000;true;false
|
2759
|
+
|
2760
|
+
[keywords]
|
2761
|
+
# all items must be in one line
|
2762
|
+
keywords=access after alias all architecture array assert attribute begin block body buffer bus case component configuration constant disconnect downto else elsif end entity exit file for function generate generic group guarded if impure in inertial inout is label library linkage literal loop map new next null of on open others out package port postponed procedure process pure range record register reject report return select severity shared signal subtype then to transport type unaffected units until use variable wait when while with
|
2763
|
+
operators=abs and mod nand nor not or rem rol ror sla sll sra srl xnor xor
|
2764
|
+
attributes=left right low high ascending image value pos val succ pred leftof rightof base range reverse_range length delayed stable quiet transaction event active last_event last_active last_value driving driving_value simple_name path_name instance_name
|
2765
|
+
std_functions=now readline read writeline write endfile resolved to_bit to_bitvector to_stdulogic to_stdlogicvector to_stdulogicvector to_x01 to_x01z to_UX01 rising_edge falling_edge is_x shift_left shift_right rotate_left rotate_right resize to_integer to_unsigned to_signed std_match to_01
|
2766
|
+
std_packages=std ieee work standard textio std_logic_1164 std_logic_arith std_logic_misc std_logic_signed std_logic_textio std_logic_unsigned numeric_bit numeric_std math_complex math_real vital_primitives vital_timing
|
2767
|
+
std_types=boolean bit character severity_level integer real time delay_length natural positive string bit_vector file_open_kind file_open_status line text side width std_ulogic std_ulogic_vector std_logic std_logic_vector X01 X01Z UX01 UX01Z unsigned signed
|
2768
|
+
userwords=
|
2769
|
+
|
2770
|
+
[settings]
|
2771
|
+
# default extension used when saving files
|
2772
|
+
#extension=vhd
|
2773
|
+
|
2774
|
+
# the following characters are these which a "word" can contains, see documentation
|
2775
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2776
|
+
|
2777
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2778
|
+
comment_open=--
|
2779
|
+
comment_close=
|
2780
|
+
|
2781
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2782
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2783
|
+
#command_example();
|
2784
|
+
# setting to false would generate this
|
2785
|
+
# command_example();
|
2786
|
+
# This setting works only for single line comments
|
2787
|
+
comment_use_indent=true
|
2788
|
+
|
2789
|
+
# context action command (please see Geany's main documentation for details)
|
2790
|
+
context_action_cmd=
|
2791
|
+
|
2792
|
+
|
2793
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2794
|
+
[styling]
|
2795
|
+
# foreground;background;bold;italic
|
2796
|
+
html_default=0xBF6535;0x000000;false;false
|
2797
|
+
html_tag=0x3D26E7;0x000000;false;false
|
2798
|
+
html_tagunknown=0x8518CD;0x000000;false;false
|
2799
|
+
html_attribute=0xE723B1;0x000000;false;false
|
2800
|
+
html_attributeunknown=0x75C153;0x000000;false;false
|
2801
|
+
html_number=0x5A74AB;0x000000;false;false
|
2802
|
+
html_doublestring=0x51DD48;0x000000;false;false
|
2803
|
+
html_singlestring=0xD063E5;0x000000;false;false
|
2804
|
+
html_other=0xC19820;0x000000;false;false
|
2805
|
+
html_comment=0x705493;0x000000;false;false
|
2806
|
+
html_entity=0x750FE8;0x000000;false;false
|
2807
|
+
html_tagend=0xDA4571;0x000000;false;false
|
2808
|
+
# <?
|
2809
|
+
html_xmlstart=0xFD58DC;0x000000;false;false
|
2810
|
+
# ?>
|
2811
|
+
html_xmlend=0x3CBF55;0x000000;false;false
|
2812
|
+
# <script
|
2813
|
+
html_script=0x53FDB2;0x000000;false;false
|
2814
|
+
# <% ... %>
|
2815
|
+
html_asp=0x2345D2;0x000000;false;false
|
2816
|
+
# <%@ ... %>
|
2817
|
+
html_aspat=0xD031F4;0x000000;false;false
|
2818
|
+
html_cdata=0xECE7A5;0x000000;false;false
|
2819
|
+
html_question=0xBBC16E;0x000000;false;false
|
2820
|
+
html_value=0xE893DC;0x000000;false;false
|
2821
|
+
html_xccomment=0xBE1480;0x000000;false;false
|
2822
|
+
|
2823
|
+
sgml_default=0x9F5DA3;0x000000;false;false
|
2824
|
+
sgml_comment=0xBEBB51;0x000000;false;false
|
2825
|
+
sgml_special=0x83E42E;0x000000;false;false
|
2826
|
+
sgml_command=0x567DA6;0x000000;true;false
|
2827
|
+
sgml_doublestring=0x0DE226;0x000000;false;false
|
2828
|
+
sgml_simplestring=0xFD744D;0x000000;false;false
|
2829
|
+
sgml_1st_param=0xED4C85;0x000000;false;false
|
2830
|
+
sgml_entity=0x5F7A44;0x000000;false;false
|
2831
|
+
sgml_block_default=0x03B0F7;0x000000;false;false
|
2832
|
+
sgml_1st_param_comment=0x0261C2;0x000000;false;false
|
2833
|
+
sgml_error=0xF7CF0F;0x000000;false;false
|
2834
|
+
|
2835
|
+
php_default=0xDF2FEB;0x000000;false;false
|
2836
|
+
php_simplestring=0x93F3C2;0x000000;false;false
|
2837
|
+
php_hstring=0xA656C6;0x000000;false;false
|
2838
|
+
php_number=0x3FD9E8;0x000000;false;false
|
2839
|
+
php_word=0x3DB4E8;0x000000;false;false
|
2840
|
+
php_variable=0x9957F9;0x000000;false;false
|
2841
|
+
php_comment=0x8FEF1F;0x000000;false;false
|
2842
|
+
php_commentline=0x09D7AC;0x000000;false;false
|
2843
|
+
php_operator=0xB667BB;0x000000;false;false
|
2844
|
+
php_hstring_variable=0x30E7AB;0x000000;false;false
|
2845
|
+
php_complex_variable=0xCC18A2;0x000000;false;false
|
2846
|
+
|
2847
|
+
# used for JavaScript, ASP Javascript, VBScript
|
2848
|
+
jscript_start=0x56C59E;0x000000;false;false
|
2849
|
+
jscript_default=0x229586;0x000000;false;false
|
2850
|
+
jscript_comment=0xA7EBEC;0x000000;false;false
|
2851
|
+
jscript_commentline=0x9EC789;0x000000;false;false
|
2852
|
+
jscript_commentdoc=0xC923DC;0x000000;true;false
|
2853
|
+
jscript_number=0x6ED1C3;0x000000;false;false
|
2854
|
+
jscript_word=0x0BB720;0x000000;false;false
|
2855
|
+
jscript_keyword=0xCFEFCD;0x000000;true;false
|
2856
|
+
jscript_doublestring=0xE47F87;0x000000;false;false
|
2857
|
+
jscript_singlestring=0x89AB79;0x000000;false;false
|
2858
|
+
# same as operators
|
2859
|
+
jscript_symbols=0xED2C0B;0x000000;false;false
|
2860
|
+
jscript_stringeol=0x93AA6D;0x000000;false;false
|
2861
|
+
jscript_regex=0x8CA3E1;0x000000;false;false
|
2862
|
+
|
2863
|
+
# for embedded Python script (<script language="python">...</script>), Python styles from
|
2864
|
+
# filetypes.python are used
|
2865
|
+
|
2866
|
+
[keywords]
|
2867
|
+
html=a abbr acronym address applet area b base basefont bdo big blockquote body br button caption center cite code col colgroup dd del dfn dir div dl dt em embed fieldset font form frame frameset h1 h2 h3 h4 h5 h6 head hr html i iframe img input ins isindex kbd label legend li link map menu meta noframes noscript object ol optgroup option p param pre q quality s samp script select small span strike strong style sub sup table tbody td textarea tfoot th thead title tr tt u ul var xmlns leftmargin topmargin abbr accept-charset accept accesskey action align alink alt archive axis background bgcolor border cellpadding cellspacing char charoff charset checked cite class classid clear codebase codetype color cols colspan compact content coords data datafld dataformatas datapagesize datasrc datetime declare defer dir disabled enctype face for frame frameborder selected headers height href hreflang hspace http-equiv id ismap label lang language link longdesc marginwidth marginheight maxlength media framespacing method multiple name nohref noresize noshade nowrap object onblur onchange onclick ondblclick onfocus onkeydown onkeypress onkeyup onload onmousedown onmousemove onmouseover onmouseout onmouseup onreset onselect onsubmit onunload profile prompt pluginspage readonly rel rev rows rowspan rules scheme scope scrolling shape size span src standby start style summary tabindex target text title type usemap valign value valuetype version vlink vspace width text password checkbox radio submit reset file hidden image public doctype xml xml:lang
|
2868
|
+
javascript=abs abstract acos anchor asin atan atan2 big bold boolean break byte case catch ceil char charAt charCodeAt class concat const continue cos Date debugger default delete do double else enum escape eval exp export extends false final finally fixed float floor fontcolor fontsize for fromCharCode function goto if implements import in indexOf Infinity instanceof int interface isFinite isNaN italics join lastIndexOf length link log long Math max MAX_VALUE min MIN_VALUE NaN native NEGATIVE_INFINITY new null Number package parseFloat parseInt pop POSITIVE_INFINITY pow private protected public push random return reverse round shift short sin slice small sort splice split sqrt static strike string String sub substr substring sup super switch synchronized tan this throw throws toLowerCase toString toUpperCase transient true try typeof undefined unescape unshift valueOf var void volatile while with
|
2869
|
+
vbscript=and as byref byval case call const continue dim do each else elseif end error exit false for function global goto if in loop me new next not nothing on optional or private public redim rem resume select set sub then to true type while with boolean byte currency date double integer long object single string type variant
|
2870
|
+
python=and assert break class continue complex def del elif else except exec finally for from global if import in inherit is int lambda not or pass print raise return tuple try unicode while yield long float str list
|
2871
|
+
php=abstract and array as bool boolean break case catch cfunction __class__ class clone const continue declare default die __dir__ directory do double echo else elseif empty enddeclare endfor endforeach endif endswitch endwhile eval exception exit extends false __file__ final float for foreach __function__ function goto global if implements include include_once int integer interface isset __line__ list __method__ namespace __namespace__ new null object old_function or parent php_user_filter print private protected public real require require_once resource return __sleep static stdclass string switch this throw true try unset use var __wakeup while xor
|
2872
|
+
sgml=ELEMENT DOCTYPE ATTLIST ENTITY NOTATION
|
2873
|
+
|
2874
|
+
|
2875
|
+
[settings]
|
2876
|
+
# default extension used when saving files
|
2877
|
+
#extension=xml
|
2878
|
+
|
2879
|
+
# the following characters are these which a "word" can contains, see documentation
|
2880
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2881
|
+
|
2882
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2883
|
+
comment_open=<!--
|
2884
|
+
comment_close=-->
|
2885
|
+
|
2886
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2887
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2888
|
+
#command_example();
|
2889
|
+
# setting to false would generate this
|
2890
|
+
# command_example();
|
2891
|
+
# This setting works only for single line comments
|
2892
|
+
comment_use_indent=true
|
2893
|
+
|
2894
|
+
# context action command (please see Geany's main documentation for details)
|
2895
|
+
context_action_cmd=
|
2896
|
+
|
2897
|
+
# For complete documentation of this file, please see Geany's main documentation
|
2898
|
+
[styling]
|
2899
|
+
# foreground;background;bold;italic
|
2900
|
+
default=0x9A4D4B;0x000000;false;false
|
2901
|
+
comment=0x1F0CB3;0x000000;false;false
|
2902
|
+
|
2903
|
+
pod=0xDAEFE8;0x000000;false;false
|
2904
|
+
|
2905
|
+
pod=0x816DC4;0x000000;false;false
|
2906
|
+
|
2907
|
+
pod=0x7D19F1;0x000000;false;false
|
2908
|
+
|
2909
|
+
pod=0x94CB73;0x000000;false;false
|
2910
|
+
identifier=0x9F30C9;0x000000;true;false
|
2911
|
+
keyword=0x597A66;0x000000;true;false
|
2912
|
+
number=0xD846F0;0x000000;false;false
|
2913
|
+
reference=0x7364B1;0x000000;false;false
|
2914
|
+
document=0xF5E4F0;0x000000;false;false
|
2915
|
+
text=0x9932EB;0x000000;false;false
|
2916
|
+
error=0xEE320C;0x000000;true;true
|
2917
|
+
operator=0xE4FFCC;0x000000;false;false
|
2918
|
+
|
2919
|
+
|
2920
|
+
[keywords]
|
2921
|
+
# all items must be in one line
|
2922
|
+
keywords=true false yes no
|
2923
|
+
|
2924
|
+
|
2925
|
+
[settings]
|
2926
|
+
# default extension used when saving files
|
2927
|
+
extension=yaml
|
2928
|
+
|
2929
|
+
# the following characters are these which a "word" can contains, see documentation
|
2930
|
+
#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
|
2931
|
+
|
2932
|
+
# if only single comment char is supported like # in this file, leave comment_close blank
|
2933
|
+
comment_open=#
|
2934
|
+
comment_close=
|
2935
|
+
|
2936
|
+
# set to false if a comment character/string should start at column 0 of a line, true uses any
|
2937
|
+
# indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
|
2938
|
+
#command_example();
|
2939
|
+
# setting to false would generate this
|
2940
|
+
# command_example();
|
2941
|
+
# This setting works only for single line comments
|
2942
|
+
comment_use_indent=true
|
2943
|
+
|
2944
|
+
# context action command (please see Geany's main documentation for details)
|
2945
|
+
context_action_cmd=
|