~ubuntu-branches/ubuntu/utopic/freemind/utopic

« back to all changes in this revision

Viewing changes to freemind/user.properties.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-01-03 14:19:19 UTC
  • mfrom: (2.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100103141919-m5az7dkicy21hqop
Tags: 0.9.0~rc6+dfsg-1ubuntu1
* Merge from Debian unstable (LP: #182927), remaining changes:
  - debian/copyright: add license/copyright for
    freemind/freemind/main/ExampleFileFilter.java

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#/*$Id: user.properties,v 1.19 2004/02/06 06:04:24 christianfoltin Exp $*/ -*- mode:sh -*-
2
 
#This is the language that should be used in the program. Currently "en", "de" and "fr" are supported
3
 
language = en
4
 
 
5
 
# Auto options. Do not modify these as they will be saved to auto.properties anyway.
6
 
antialiasEdges = true
7
 
antialiasAll   = false
8
 
html_export_folding = html_export_fold_currently_folded
9
 
 
10
 
# Experimental features, "true" / "false"
11
 
experimental_file_locking_on = false
12
 
#If dnd is enabled. "true" or "false"
13
 
draganddrop = true
14
 
 
15
 
#The Modes which Freemind will load on startup, full Class names separated by a comma.
16
 
modes = freemind.modes.browsemode.BrowseMode,freemind.modes.mindmapmode.MindMapMode,freemind.modes.filemode.FileMode
17
 
#The initial mode that is loaded on startup
18
 
initial_mode = MindMap
19
 
 
20
 
#This is the place where the users properties file is located. It is ignored by the applet (set Parameters in the html
21
 
#file instead). You can write "~" to indicate the users home directory. 
22
 
#Of course this works only in the default "freemind.properties", which is included in the jar file, not for the users
23
 
#freemind.props out of the jar file.
24
 
properties_folder = @propfolder@
25
 
userproperties = user.properties
26
 
autoproperties = auto.properties
27
 
patternsfile = patterns.xml
28
 
 
29
 
#The node style if no other is specified. "fork" and "bubble" are supported 
30
 
standardnodestyle = fork
31
 
#The standard node color. In html notation (#RRGGBB in hex values) 
32
 
standardnodecolor = #000000
33
 
# old: #4b70ff
34
 
 
35
 
#The default node font. This will only work if the font (TrueTypeFont) is available on the system 
36
 
defaultfont = SansSerif
37
 
defaultfontstyle = 0
38
 
defaultfontsize = 12
39
 
 
40
 
#The default maximal node width in pixels
41
 
max_node_width = 600
42
 
 
43
 
#The standard edge color in html notation 
44
 
standardedgecolor = #808080
45
 
# old: #2540b4
46
 
#The standard edge style. "linear" and "bezier" are supported 
47
 
standardedgestyle = bezier
48
 
 
49
 
#The standard cloud color in html notation 
50
 
standardcloudcolor = #f0f0f0
51
 
#The standard cloud style. currently, only "bezier" is supported
52
 
standardcloudestyle = bezier
53
 
 
54
 
#The standard link color in html notation 
55
 
standardlinkcolor = #b0b0b0
56
 
#The standard link style. currently, only "bezier" is supported
57
 
standardlinkestyle = bezier
58
 
 
59
 
#The standard background color in html notation 
60
 
standardbackgroundcolor = #ffffff
61
 
#The Look&Feel to use. "metal","windows","motif" and "gtk" are supported, "mac" is available only on MacOS.
62
 
# If you know what you do, you can use directly a class name.
63
 
# default means, that the default look and feel is used.
64
 
# If there are problems with the look and feel, then choose "nothing" here.
65
 
#It work for applets
66
 
lookandfeel = default
67
 
#The initial size of every map 
68
 
mapxsize = 1000
69
 
mapysize = 3200
70
 
#Where to place new branches. Valid values are "first" and "last" 
71
 
placenewbranches = last
72
 
#Set Links either relative or absolute 
73
 
links = relative
74
 
#The URL of the documentation mindmap (.mm)
75
 
docmapurl = @docdir@/freemind.mm
76
 
docmapurl_since_version_0_7_0 = @docdir@/freemind.mm
77
 
#This is a hash that maps endings of files to programs which should be used to open them.
78
 
#It is only used by the application,not by the applet.
79
 
#Special keywords: "default" instead of file and "execute" instead of program
80
 
#Examples: Unix: "default:netscape,sh:bash,txt:emacs,mp3:freeamp,jpg:xv"
81
 
#Windows: "default:explorer,exe:execute,com:execute,bat:execute,mp3:winamp,doc:word"
82
 
#filetypes = default:netscape
83
 
#     filetypes is obsolete
84
 
 
85
 
preferred_browsers = explorer;konqueror;netscape  # Not yet implemented !!!
86
 
 
87
 
last_opened_list_length = 25
88
 
 
89
 
# {{{ Edit Long node
90
 
 
91
 
# above / below
92
 
el__buttons_position = above
93
 
el__position_window_below_node = true
94
 
el__min_default_window_height = 150
95
 
el__max_default_window_height = 500
96
 
el__min_default_window_width = 600
97
 
el__max_default_window_width = 600
98
 
el__enter_confirms_by_default = true
99
 
 
100
 
# }}}
101
 
# {{{ Keystrokes 
102
 
103
 
# These are the accelerators for the menu items. Valid modifiers are: 
104
 
# shift | control | alt | meta | button1 | button2 | button3 
105
 
# Valid keys should be all that are defined in java.awt.event.KeyEvent 
106
 
# (without the "VK_" prefix), but I found this buggy. All normal char's should work.  
107
 
 
108
 
# The ideas employed in choice of keyboard shortcuts are:
109
 
#   If there is a standard for a feature, use it
110
 
#   Use control modifier whereever possible
111
 
 
112
 
#Commands for the program
113
 
keystroke_newMap = control N
114
 
keystroke_open = control O
115
 
keystroke_save = control S
116
 
keystroke_saveAs = control A
117
 
keystroke_print = control P
118
 
keystroke_close = control W 
119
 
keystroke_quit = control Q
120
 
keystroke_export_to_html = control E 
121
 
keystroke_export_branch_to_html = control H
122
 
keystroke_open_first_in_history = control shift W
123
 
 
124
 
keystroke_previousMap = control LEFT 
125
 
keystroke_nextMap = control RIGHT 
126
 
 
127
 
keystroke_mode_MindMap = alt 1
128
 
keystroke_mode_Browse = alt 2 
129
 
keystroke_mode_File = alt 3
130
 
 
131
 
keystroke_node_toggle_italic = control I
132
 
keystroke_node_toggle_boldface = control B
133
 
keystroke_node_toggle_cloud = control shift B
134
 
 
135
 
 
136
 
#Node editing commands
137
 
keystroke_cut = control X
138
 
keystroke_copy = control C
139
 
keystroke_copy_single = control Y
140
 
keystroke_paste = control V 
141
 
keystroke_remove = none
142
 
 
143
 
# Unline with control X, the node you remove with action remove cannot be
144
 
# pasted again. Therefore, we do not provide any quick shortcut. We suggest
145
 
# that you use cut instead of remove.
146
 
 
147
 
#Node navigation commands
148
 
keystroke_moveToRoot = ESCAPE
149
 
keystroke_move_up = E
150
 
keystroke_move_down = D
151
 
keystroke_move_left = S
152
 
keystroke_move_right = F
153
 
keystroke_follow_link = control ENTER
154
 
 
155
 
#New node commands
156
 
keystroke_add = ENTER
157
 
keystroke_add_child = INSERT
158
 
keystroke_add_sibling_before = shift ENTER
159
 
 
160
 
#Node editing commands
161
 
keystroke_edit = F2
162
 
keystroke_edit_long_node = alt ENTER
163
 
keystroke_join_nodes = control J
164
 
keystroke_toggle_folded = SPACE
165
 
keystroke_toggle_children_folded = control SPACE
166
 
keystroke_set_link_by_filechooser = control shift K
167
 
keystroke_set_link_by_textfield = control K
168
 
keystroke_set_image_by_filechooser = alt K
169
 
keystroke_node_up = control UP
170
 
keystroke_node_down = control DOWN
171
 
keystroke_node_increase_font_size = control L
172
 
keystroke_node_decrease_font_size = control M
173
 
keystroke_branch_increase_font_size = control shift L
174
 
keystroke_branch_decrease_font_size = control shift M
175
 
keystroke_export_branch = alt A
176
 
#
177
 
keystroke_node_color = alt C
178
 
keystroke_node_color_blend = alt B
179
 
keystroke_edge_color = alt E
180
 
 
181
 
keystroke_find = ctrl F
182
 
keystroke_find_next = ctrl G
183
 
 
184
 
# Apply patterns
185
 
 
186
 
# There is no limiting number of the pattern, you can have as many
187
 
# keystrokes for patterns as you want.
188
 
 
189
 
# The reason I do not follow to F10 and further in this default is that
190
 
# F10 has special function on Windows.
191
 
 
192
 
keystroke_apply_pattern_1  = F1
193
 
keystroke_apply_pattern_2  = control shift N
194
 
keystroke_apply_pattern_3  = F3
195
 
keystroke_apply_pattern_4  = F4
196
 
keystroke_apply_pattern_5  = F5
197
 
keystroke_apply_pattern_6  = F6
198
 
keystroke_apply_pattern_7  = F7
199
 
keystroke_apply_pattern_8  = F8
200
 
keystroke_apply_pattern_9  = F9
201
 
keystroke_apply_pattern_10 = control F1
202
 
keystroke_apply_pattern_11 = control F2
203
 
keystroke_apply_pattern_12 = control F3
204
 
keystroke_apply_pattern_13 = control F4
205
 
keystroke_apply_pattern_14 = control F5
206
 
keystroke_apply_pattern_15 = control F6
207
 
keystroke_apply_pattern_16 = control F7
208
 
keystroke_apply_pattern_17 = control F8
209
 
keystroke_apply_pattern_18 = control F9
210
 
 
211
 
keystroke_zoom_out = alt UP
212
 
keystroke_zoom_in = alt DOWN
213
 
 
214
 
215
 
# }}}
216
 
 
217
 
#Don't display "move" cursor during paper dragging
218
 
disable_cursor_move_paper = false
219
 
 
220
 
#Key typing: if enabled enters node editing
221
 
disable_key_type = false
222
 
 
223
 
#Key typing: overwrites content (false) / creates new sibling (true)
224
 
#   (requires: disable_key_type = false)
225
 
key_type_adds_new = false
226
 
 
227
 
#Enable leaves folding 
228
 
#  == changing bubble/fork for fold action
229
 
#  (although if false, you can always use node style to change it)
230
 
enable_leaves_folding = false
231
 
 
232
 
# Tell if HTML exported from FreeMind should contain icons.
233
 
# The trouble with icons is that quite often the links to
234
 
# icons will not be found in the exported HTML.
235
 
export_icons_in_html = false
236
 
 
237
 
#
238
 
# The Browse Mode
239
 
#
240
 
#The URL of the map that is loaded when browsemode starts up
241
 
browsemode_initial_map = @docdir@/freemind.mm
242
 
 
243
 
#
244
 
# The default browser setting
245
 
#
246
 
# For Windows (the \"\" signs are necessary due to links, that have "=" in their URL).
247
 
# default_browser_command_windows_nt = explorer "{0}"
248
 
#
249
 
# # For "Windows NT":
250
 
# default_browser_command_windows_nt = C:\Program Files\Internet Explorer\iexplore.exe "{0}"
251
 
#
252
 
# The next setting works for the default browser, but eventually starts programs without questions, so be careful!
253
 
#
254
 
# default_browser_command_windows_nt = rundll32 url.dll,FileProtocolHandler {0}
255
 
default_browser_command_windows_nt = cmd.exe /c start "" "{0}"
256
 
default_browser_command_windows_9x = command.com /c start "{0}"
257
 
# Dimitri proposed:
258
 
# default_browser_command_windows_9x = explorer "{0}"
259
 
#
260
 
# Here the default browser for other operating systems goes:
261
 
#
262
 
# other is typically Linux:
263
 
default_browser_command_other_os = @browser_other@ {0}
264
 
#
265
 
# and MAC: (thanks to Nick!)
266
 
default_browser_command_mac = open -a /Applications/Safari.app {0}
267
 
 
268
 
#
269
 
# Selection time delay of nodes when mouse is over (in msec)
270
 
#
271
 
# Change this value to 1 if you want direct selection on mouse over.
272
 
#
273
 
time_for_delayed_selection=500
274
 
#
275
 
# with the following switch you can enable/disable the delayed selection scheme
276
 
#
277
 
# Auto options. Do not modify these as they will be saved to auto.properties anyway.
278
 
selection_method = selection_method_direct
279
 
keystroke_selection_method_by_click = control shift D
280
 
keystroke_selection_method_direct  = control shift S
281
 
#
282
 
#
283
 
# time between two consecutive automatic saving actions (in msec):
284
 
# ==============================================================
285
 
# To disable automatic saving set this number to 2000000000.
286
 
time_for_automatic_save=60000
287
 
#
288
 
# If the files should be deleted automatically on a normal shutdown of Freemind set the following variable to true
289
 
delete_automatic_saves_at_exit=true
290
 
#
291
 
# number n of different files to store the maps into. 
292
 
# The first automatic save is done in the first file, and so on 
293
 
# up to the n+1-save which is again stored in the first file (cyclic)
294
 
number_of_different_files_for_automatic_save=10
295
 
#
296
 
# to change the default path (this is "java.io.tmpdir" of java), enter a directory path here:
297
 
# other possibilities:
298
 
# * freemind_home   stands for the directory, where the auto.properties are.
299
 
# * default         points to java.io.tmpdir
300
 
path_to_automatic_saves=freemind_home