This file is indexed.

/usr/share/anjuta/properties/anjuta.properties is in anjuta-extras 3.10.0-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
###############################################################################
# Global initialisation file for Anjuta
#
# Anjuta uses the same properties file format than SciTE but some properties
# are ignored because Anjuta doesn't implement them or do it in a different
# way.

###############################################################################
# Anjuta styles preferences   
#
# These defined the default style for Anjuta. All the following styles can be
# changed with the GUI. It generates a file named editor-style.properties
# which contains new value for all the following properties.
#
# The language style definitions are all group in one file named
# styles.properties which is loaded below. This file is generated automatically
# from all SciTE language properties files using a perl script named
# update-properties.pl. All style used there, have to use the following anjuta
# properties in order to be able to change them with the GUI.

# Normal text
style.anjuta.normal=font:!Bitstream Vera Sans Mono,size:9

# Whitespace
style.anjuta.whitespace=fore:#808080

# Comments
style.anjuta.comment=fore:#FF0000

# Numbers
style.anjuta.number=fore:#007F00

# Operators
style.anjuta.operator=

# Keywords
style.anjuta.keyword=fore:#00007F,bold

# Local keywords
style.anjuta.localkeyword=fore:#0000FF,bold

# System Keywords
style.anjuta.syskeyword=fore:#991111,bold

# Additional Keywords
style.anjuta.extrakeyword=fore:##804020,bold

# Single quote strings
style.anjuta.char=fore:#E8C100

# Doublequote strings
style.anjuta.string=fore:#E8C100

# Raw strings
style.anjuta.string=fore:#007F00,back:#E0FFE0,eolfilled

# Regular expression
style.anjuta.regex=fore:#3F7F3F,back:#E0F0FF,eolfilled

# Unclosed strings
style.anjuta.unclosed=fore:#000000,back:#E0C0E0,eolfilled

# Preprocessor and directives
style.anjuta.preprocessor=fore:#7F7F00

# Errors
style.anjuta.error=fore:#FF0000

# Identifiers
style.anjuta.identifier=

# definition name
style.anjuta.definition=fore:#0000FF,bold

# function name definition
style.anjuta.function=fore:#007F7F,bold

# attributes
style.anjuta.attribute=fore:#00007F,italics

# Line number
style.anjuta.linenumber=back:#D0D0D0

# Brace highlight
style.anjuta.matchbrace=fore:#0000FF,bold

# Brace incomplete highlight
style.anjuta.singlebrace=fore:#FF0000,bold

# Control characters
style.anjuta.controlchar=

# Indentation guides
style.anjuta.indentguide=fore:#C0C0C0,back:#FFFFFF

# We use our own style definitions.
import styles

# Default
style.*.32=$(style.anjuta.normal)

# Line number
style.*.33=$(style.anjuta.linenumber)

# Brace highlight
style.*.34=$(style.anjuta.matchbrace)

# Brace incomplete highlight
style.*.35=$(style.anjuta.singlebrace)

# Control characters
style.*.36=$(style.anjuta.controlchar)

# Indentation guides
style.*.37=$(style.anjuta.indentguide)

menu.language=\
FreeBasic|bas||\
Text|txt|Shift+F11|\
Ada|ads||\
Apache Confi&g|conf||\
Assembler|asm||\
ASN.1|asn1||\
Avenue|ave||\
Baan|bc||\
&Batch|bat||\
Bullant|ant||\
&C / C++|c||\
CMake|cmake||\
C&#|cs||\
Csound|orc||\
CSS|css||\
D|d||\
&Difference|diff||\
&Eiffel|e||\
Erlang|erl||\
&Errorlist|err||\
FlagShip|prg||\
Forth|forth||\
&Fortran|f90||\
Gap|g||\
H&ypertext|html|F12|\
&InnoSetup|iss||\
&Java|java||\
Java&Script|js||\
&Kix|kix||\
TeX|tex||\
Lisp|lisp||\
Lot|lot||\
Lout|lt||\
Lu&a|lua||\
Matlab|m.matlab||\
&Makefile|mak|Ctrl+Shift+F11|\
MetaPost|mp||\
MMIXAL|mms||\
&nnCron crontab|tab||\
NSIS|nsis||\
Objective Caml|ml||\
Octave|m.octave||\
Opal|impl||\
Pascal|pas||\
Pe&rl|pl||\
P&HP|php||\
P&LSQL|spec||\
P&OV-Ray SDL|pov||\
&Properties|properties||\
P&ostScript|ps||\
PowerShell|ps1||\
Pytho&n|py||\
R|R||\
Reso&urce|rc||\
Ruby|rb||\
Shell|sh||\
S&QL|sql||\
Specman|e||\
&TCL|tcl||\
&VB|vb||\
VBScr&ipt|vbs||\
Verilog|v||\
VHDL|vhd||\
&XML|xml|Shift+F12|\
YAML|yaml||

###############################################################################
# Initial General preferences

# Tab size in spaces
tabsize=4

# Indentation size in spaces
indent.size=4

# Use tabs for indention (0/1)
use.tabs=1

# Enable Automatic indention (0/1)
indent.automatic=1

# block start chars (such as '{') are indented
indent.opening=0

# block end chars (such as '{') are indented
indent.closing=0

# Pressing tab means indent
tab.indents=0

# Pressing backspace means unindent
backspace.unindents=0

# Caret Blink period in msec (else use GTK value)
#caret.period=350

# Caret width in pixels
caret.width=1

# Caret policy
caret.policy.xslop=1
caret.policy.width=20
caret.policy.xstrict=0
caret.policy.xeen=0
caret.policy.xjumps=0
caret.policy.yslop=1
caret.policy.lines=1
caret.policy.ystrict=1
caret.policy.yeven=1
caret.policy.yjumps=0
#visible.policy.strict=1
#visible.policy.slop=1
#visible.policy.lines=4
#time.commands=1

# Default performance options
automatic.tags.update=1
build.symbol.browser=1
build.file.browser=1

# Max. length of the lines. (0 for none)
# beyond which the chars will be marked
edge.column=80

# Modes of long line indication beyond edge
# EDGE_NONE=0, EDGE_LINE=1, EDGE_BACKGROUND=2
edge.mode=1

# Background color for the edge.mode=1
edge.colour=#C0DCC0

# Should the linenumber margin visible (0/1)
margin.linenumber.visible=1

# Should the marker margin visible (0/1)
margin.marker.visible=1

# Should the fold margin visible (0/1)
margin.fold.visible=1

# Margin widths in pixels.
margin.linenumber.width=40
margin.marker.width=16
margin.fold.width=14

# Use double buffering for editor draw
buffered.draw=1

# Enable matching braces check
braces.check=1

# Sloppy braces
braces.sloppy=1

# Default file extension for newfiles
default.file.ext=x.c

# Should the editor use VC_HOME key
vc.home.key=1

# Should the indentation guides be highlighted (0/1)
highlight.indentation.guides=1

# Should the trailing spaces be removed when saving files (0/1)
strip.trailing.spaces=1

# Mouse cursor dwell period for showing debugger expression tips.
# In milliseconds.
dwell.period=750

## PRINTING PROPERTIES

# Scale the fonts by a magnification factor before printing
# [NOT IMPLEMENTED]
# print.magnification=-4

# Printing Paper size. Give the paper name.
print.paper.size=A4

# Print in color (0/1)
print.colour=1

# Print header (0/1)
print.header=1

# Line wrap with printing (0/1)
print.linewrap=1

# Print Line numbers every X lines. 0 for no line nubers printing.
print.linenumber.count=1

# Printing Orientation: Portrait = 0, Landscape = 1
print.landscape=0

# Printing Margins: Left
print.margin.left=54

# Printing Margins: Right
print.margin.right=54

# Printing Margins: Top
print.margin.top=54

# Printing Margins: Bottom
print.margin.bottom=54

# Printing Margins: Header
print.margin.header=18

# Printing Margins: Line Numbers
print.margin.numbers=36

# Enable folding, and show lines below when collapsed.
fold=1

# Fold flags
fold.flags=16

# Compact fold
fold.compact=1

# 'Arrows':     (the default) for MacOS style arrows to indicate contracted
#                   (facing right) and expanded (facing down);
# 'Plus/Minus': to display contracted folds with "+" and expanded with "-";
# 'Circular':   for a flattened tree control with round headers and rounded joins;
# 'Squares':    for a flattened tree control with square headers.
fold.symbols.style=Arrows

# Close all fold when the file is opened (0/1)
# 0: No and 1:Yes
fold.on.open=0

# Should there be highlighting within preprocessor directives
styling.within.preprocessor=1

# Should the make keep going when some target is not built
build.option.keep.going=1

# No of jobs for make (0 for infinite)
build.option.jobs=0

# Automatically goto first error after build completes.
build.option.gotofirst=0

# ?? for python
#tab.timmy.whinge.level=

# Automatically add xml clossing tags
xml.auto.close.tags=1

# Default language for asp pages.
# Default Language=1 for JS, 2 for VBS.
asp.default.language=1

# Should the calltip ignore case (default)
# Can be overriden by language specific setting
calltip.*.ignorecase=0

# Should the autocomplete ignore case (default)
# Can be overriden by language specific setting
autocomplete.*.ignorecase=0

# Should the autocomplete complete or display window
# when there is only one match.
autocomplete.choose.single=0

# Automatically show autocomplete when X numbers are there.
autocompleteword.automatic=3

# Automatic compile warnings/errors indicators in Editor.
indicators.automatic=1

## Indicator styles:
## INDIC_PLAIN      => Underline-Plain
## INDIC_SQUIGGLE   => Underline-Squiggle
## INDIC_TT         => Underline-TT
## INDIC_DIAGONAL   => Diagonal
## INDIC_STRIKE     => Strike-Out

# General indicator
indicator.0.style=StraightBox
indicator.0.color=$(messages.color.important)
indicator.0.alpha=255
indicator.0.under=1

# Warning indicator
indicator.1.style=Underline-Squiggle
# Color is overwritten by message manager setting

# Errors indicator
indicator.2.style=Strike-out
# Color is overwritten by message manager setting
indicator.2.color=$(messages.color.error)

# Blank margin width on the left of the editor (in text space)
# units in pixels
blank.margin.left=1

# Blank margin width on the right of the editor (in text space)
# units in pixels
blank.margin.right=1

# Should the horizontal scrollbar be visible
horizontal.scrollbar=1

# Alpha character set
chars.alpha=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

# Numeric character set
chars.numeric=0123456789

# Accented character
chars.accented=�茜���������������������������������������������������������������

# Compilable/Buildable/executable file extensions
source.files=*.py;*.c;*.cc;*.cpp;*.cs;*.cxx;*.h;*.hh;*.hxx;*.hpp;*.idl;*.rc;*.java;\
*.pas,*.js;*.vb;*.vbs;makefile;*.mak;*.lua;*.html;*.properties;*.conf

# Should the eol character be visible
view.eol=0

# Should the white spaces be visible (0/1)
view.whitespace=0

# Should the indentation be visible (0/1)
view.indentation.whitespace=1

# Should the indentation guides be visible (0/1)
view.indentation.guides=0

# Should the line wrap be on by default?(0/1)
view.line.wrap=0

# Should the Monospaced Font be used by default
use.monospaced=1

# Should the layout be cached to optimize display
# Warning: Do not use this, as it doesn't seem to work
# properly with indicators.
#cache.layout=3

# Should the statusbar visible
statusbar.visible=1

# Should the main toolbar visible
main.toolbar.visible=1

# Should the browser toolbar visible
browser.toolbar.visible=1

# Should the  extended toolbar visible
extended.toolbar.visible=0

# Should the browser toolbar visible
format.toolbar.visible=0

# Should the debug toolbar visible
debug.toolbar.visible=0

# Internationalisation

# Supported encodings (space separated). Give a space separated list
# of encodings anjuta should support.
supported.encodings=ISO-8859-15

# Loading and Saving file encoding
save.encoding.unicode=0
save.encoding.original=1
save.encoding.current.locale=0

# Selection colors
selection.fore=#FFFFFF
selection.back=#000000

# Caret Color
caret.fore=#000000

# Messages colors
messages.color.warning=#00FF00
messages.color.error=#FF0000
messages.color.important=#00FF00

# Messages notebook tag position (Top, Bottom, Left, Right).
messages.tag.position=Bottom

###############################################################################
# Folding

fold.comment=1
fold.compact=1
fold.comment.python=1
fold.quotes.python=1
fold.html=1
fold.symbols=3