Small changes w.r.t. clearing preferences. Some code cleanup.
This commit is contained in:
parent
086f4bb6ec
commit
d88141512b
3 changed files with 59 additions and 27 deletions
|
@ -25,11 +25,16 @@ thdl.number.of.recently.opened.files.to.show = 4
|
|||
# a recently opened file?
|
||||
thdl.max.chars.in.recently.opened.file.name = 40
|
||||
|
||||
# Set this to the full path of the user preferences file, or to the
|
||||
# empty string if you wish to use the default values, which are
|
||||
# system-specific.
|
||||
# Set this to the full path of the directory containing the user
|
||||
# preferences file my_thdl_preferences.txt, or to the empty string if
|
||||
# you wish to use the default values, which are system-specific.
|
||||
thdl.user.options.directory =
|
||||
|
||||
# Set this to the full path of the system-wide preferences file if you
|
||||
# wish to use a system-wide preferences file to customize THDL tools
|
||||
# for your site. Users' preferences override system-wide preferences.
|
||||
thdl.system.wide.options.file =
|
||||
|
||||
# Set this to true if you want more messages (probably on the console)
|
||||
# about what's going on.
|
||||
thdl.verbose = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue