1 # For complete documentation of
this file
, please see Geany
's main documentation
5 primary=abstract assert break case catch class const continue default do else enum extends final finally for goto if implements import instanceof interface native new package private protected public return static strictfp super switch synchronized this throw throws transient try volatile while true false null
6 secondary=boolean byte char double float int long short void
7 # documentation keywords for javadoc
8 doccomment=author deprecated exception param return see serial serialData serialField since throws todo version
14 # default extension used when saving files
20 # the following characters are these which a "word" can contains, see documentation
21 #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
23 # single comments, like # in this file
29 # set to false if a comment character/string should start at column 0 of a line, true uses any
30 # indentation of the line, e.g. setting to true causes the following on pressing CTRL+d
32 # setting to false would generate this
34 # This setting works only for single line comments
35 comment_use_indent=true
37 # context action command (please see Geany's main documentation
for details
)
42 #
0 is spaces
, 1 is tabs
, 2 is tab
& spaces
46 #
%f will be replaced by the complete filename
47 #
%e will be replaced by the filename without extension
48 #
(use only one of it at one time
)