This file is indexed.

/usr/share/anjuta/properties/user.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
# User properties file.

###############################################################################
# These are the properties which could not be set from the Preferences dialog #
# box in Anjuta. You can change them freely. The changes will come to effect  #
# from the next execution of anjuta.                                          #
#                                                                             #
# Deleting this file from your ~/.anjuta/ directory will create a new one     #
# (which is normally updated and contains newer properties). Hence, you       #
# should sometimes delete it and use the newer one.                           #
#                                                                             #
# To set the property, first remove the comment '#~ ' from the beginning of   #
# the line and change the property value.                                     #
###############################################################################

#~ # Pressing tab means indent
#~ tab.indents=0

#~ # Pressing backspace means unindent
#~ backspace.unindents=0

#~ # Caret Blink period in msec
#~ 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

#~ # 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=1
#~ edge.mode=1

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

#~ # 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

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

#~ ## PRINTING PROPERTIES

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

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

#~ # Automatically add xml closeing 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:
#~ ## 0 = INDIC_PLAIN
#~ ## 1 = INDIC_SQUIGGLE
#~ ## 2 = INDIC_TT
#~ ## 3 = INDIC_DIAGONAL
#~ ## 4 = INDIC_STRIKE

#~ # General indicator
#~ indicator.0.style=2
#~ indicator.0.color=$(messages.color.messages1)

#~ # Warning indicator
#~ indicator.1.style=1
#~ indicator.1.color=$(messages.color.warning)

#~ # Errors indicator
#~ indicator.2.style=4
#~ 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 layout be cached to optimize display
#~ # Warning: Do not use this, as it doesn't seem to work
#~ # properly with indicators.
#~ #cache.layout=3

#~ # Internationalisation
#~ # Japanese input code page 932 and ShiftJIS character set 128
#~ #code.page=932
#~ #character.set=128
#~ # Unicode
#~ #code.page=65001
#~ code.page=0
#~ #character.set=204
#~ # Required for Unicode to work on GTK+:
#~ #LC_CTYPE=en_US.UTF-8

#~ ##################################################
#~ # Folding                                        #
#~ ##################################################

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

#~ #########################################
#~ # Default Commands for handling Project #
#~ #########################################

#~ ##################################################################################################
#~ #				Variables available for the commands										                         #
#~ #------------------------------------------------------------------------------------------------#
#~ #  Macros in the source             |      Variables                |    Description             #
#~ #------------------------------------------------------------------------------------------------#
#~ # CURRENT_FULL_FILENAME_WITH_EXT    | $(current.full.filename.ext)  | Filename with full path &ext
#~ # CURRENT_FULL_FILENAME             | $(current.full.filename)      | Filename with full path    #
#~ # CURRENT_FILENAME_WITH_EXT         | $(current.file.name.ext)      | Only filename with ext     #
#~ # CURRENT_FILENAME                  | $(current.file.name)          | Only filename without ext  #
#~ # CURRENT_FILE_DIRECTORY            | $(current.file.dir)           | Dir of the file            #
#~ # CURRENT_FILE_EXTENSION            | $(current.file.extension)     | Only extension of the file #
#~ ##################################################################################################

#~ ##################################################################################################
#~ # All the propeties in the *.prj file (project file) are also available when the project is      #
#~ # loaded. In addition to them, following variables are also define:                              #
#~ #------------------------------------------------------------------------------------------------#
#~ #  Macros in the source             |      Variables                |    Description             #
#~ #------------------------------------------------------------------------------------------------#
#~ #                                   | $(top.proj.dir)               | project directory path     #
#~ ##################################################################################################

#~ make=make
#~ anjuta.make.options=-k

#~ command.build.module=$(make) $(anjuta.make.options)
#~ command.build.project=$(make) $(anjuta.make.options)
#~ command.build.tarball=$(make) $(anjuta.make.options) dist
#~ command.build.install=$(make) $(anjuta.make.options) install
#~ command.build.clean=$(make) $(anjuta.make.options) clean
#~ command.build.clean.all=$(make) $(anjuta.make.options) distclean
#~ command.execute.project="$(top.proj.dir)/$(module.source.name)/$(project.source.target)" $(anjuta.program.arguments)