/[pkg-java]/trunk/freemind/debian/patches/04_freemind_properties.patch
ViewVC logotype

Contents of /trunk/freemind/debian/patches/04_freemind_properties.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 8008 - (hide annotations) (download)
Sun Feb 22 19:46:25 2009 UTC (4 years, 3 months ago) by ewl-guest
File size: 44234 byte(s)
Fixed patches to fit with version 0.9.0.RC1
Moved to OpenJDK.
1 ewl-guest 8008 diff -Nur -x '*.orig' -x '*~' freemind-0.9.0~rc1/freemind/freemind.properties freemind-0.9.0~rc1.new/freemind/freemind.properties
2     --- freemind-0.9.0~rc1/freemind/freemind.properties 2008-12-14 22:05:29.000000000 +0100
3     +++ freemind-0.9.0~rc1.new/freemind/freemind.properties 2009-02-22 20:01:56.000000000 +0100
4     @@ -1,53 +1,557 @@
5     -#/*$Id: freemind.properties,v 1.36.14.16.2.64 2008/12/14 21:05:29 christianfoltin Exp $*/ -*- mode:sh -*-
6     #This is the language that should be used in the program. "automatic" tries to load the current user's language.
7     language = automatic
8     antialias = antialias_edges
9     html_export_folding = html_export_fold_currently_folded
10    
11     #should node be unfolded if child node is pasted ?
12     #fc, 10.4.2008: set to false as default like in version 0.8.1
13     unfold_on_paste=false
14    
15     # Experimental features, "true" / "false"
16     experimental_file_locking_on = false
17    
18     #If dnd is enabled. "true" or "false"
19     draganddrop = true
20     #The Modes which Freemind will load on startup, full Class names, comma, identifier, separated by a comma.
21     #modes = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File
22     modes_since_0_8_0 = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File
23     -#The initial mode that is loaded on startup
24     initial_mode = MindMap
25     -#This is the place where the users properties file is located. It is ignored by the applet (set Parameters in the html
26     #file instead). You can write "~" to indicate the users home directory.
27     #Of course this works only in the default "freemind.properties", which is included in the jar file, not for the users
28     #freemind.props out of the jar file.
29     -properties_folder = .freemind
30     userproperties = user.properties
31     autoproperties = auto.properties
32     patternsfile = patterns.xml
33     -#The default new node style. "fork", "bubble" "as_parent" and "combined" are supported
34     -# standardnodestyle = fork
35     # standardnodestyle = bubble
36     standardnodestyle = as_parent
37    
38     #The root node style if no other is specified. "fork" and "bubble" and "combined" are supported
39    
40     standardrootnodestyle = fork
41    
42     #The standard background color in html notation
43     standardbackgroundcolor = #ffffff
44    
45     #Use white as background for printing
46     printonwhitebackground = true
47     -#The standard node color. In html notation (#RRGGBB in hex values)
48     standardnodetextcolor = #000000
49     -#The standard node color if selected. In html notation (#RRGGBB in hex values)
50     standardselectednodecolor = #d2d2d2
51    
52     #The selected nodes backgrounds and text colors are changed if true
53     standarddrawrectangleforselection = false
54    
55     #The standard node text color if selected. In html notation (#RRGGBB in hex values)
56     standardselectednoderectanglecolor = #002080
57    
58     #The default node font. This will only work if the font (TrueTypeFont) is available on the system
59     defaultfont = SansSerif
60     defaultfontstyle = 0
61     defaultfontsize = 12
62     -#The default maximal node width in pixels
63     max_node_width = 600
64     -#The standard edge color in html notation
65     standardedgecolor = #808080
66     # old: #2540b4
67     -#The standard edge style. "linear" and "bezier" are supported
68     standardedgestyle = bezier
69     -#The standard cloud color in html notation
70     standardcloudcolor = #f0f0f0
71     -#The standard cloud style. currently, only "bezier" is supported
72     standardcloudestyle = bezier
73     -#The standard link color in html notation
74     standardlinkcolor = #b0b0b0
75     -#The standard link style. currently, only "bezier" is supported
76     standardlinkestyle = bezier
77     -#The Look&Feel to use. "metal","windows","motif", "gtk" are supported, "mac" is available only on MacOS
78     # default means, that the default look and feel is used.
79     # If you want to put your own L&F, please, enter the class name here and
80     # assure that the corresponding jar file(s) are loaded.
81     # If there are problems with the look and feel, then choose "nothing" here.
82     #It work for applets
83     lookandfeel = default
84     -#The initial size of every map
85     mapxsize = 1000
86     mapysize = 3200
87     -#Where to place new branches. Valid values are "first" and "last"
88     placenewbranches = last
89     -#Set Links either relative or absolute
90     links = relative
91     -#The URL of the documentation mindmap (.mm)
92     docmapurl = ./doc/freemind.mm
93     docmapurl_since_version_0_7_0 = ./doc/freemind.mm
94     -#This is a hash that maps endings of files to programs which should be used to open them.
95     #It is only used by the application,not by the applet.
96     #Special keywords: "default" instead of file and "execute" instead of program
97     #Examples: Unix: "default:netscape,sh:bash,txt:emacs,mp3:freeamp,jpg:xv"
98     #Windows: "default:explorer,exe:execute,com:execute,bat:execute,mp3:winamp,doc:word"
99     #filetypes = default:netscape
100     # filetypes is obsolete
101     preferred_browsers = explorer;konqueror;netscape # Not yet implemented !!!
102     last_opened_list_length = 25
103     loadLastMap=true
104     -# {{{ Edit Long node
105     # above / below
106     el__buttons_position = above
107     el__position_window_below_node = true
108     el__min_default_window_height = 150
109     el__max_default_window_height = 500
110     el__min_default_window_width = 600
111     el__max_default_window_width = 600
112     el__enter_confirms_by_default = true
113     el__show_icon_for_attributes = true
114     # }}}
115     -# {{{ Keystrokes
116     #
117     # These are the accelerators for the menu items. Valid modifiers are:
118     # shift | control | alt | meta | button1 | button2 | button3
119     # Valid keys should be all that are defined in java.awt.event.KeyEvent
120     # (without the "VK_" prefix), but I found this buggy. All normal char's should work.
121     # The ideas employed in choice of keyboard shortcuts are:
122     # If there is a standard for a feature, use it
123     # Use control modifier whereever possible
124     #Commands for the program
125     keystroke_newMap = control N
126     keystroke_open = control O
127     keystroke_save = control S
128     keystroke_saveAs = control shift S
129     keystroke_print = control P
130     keystroke_close = control W
131     keystroke_quit = control Q
132     keystroke_export_to_html = control E
133     keystroke_export_branch_to_html = control H
134     keystroke_open_first_in_history = control shift W
135     keystroke_previousMap = alt shift LEFT
136     keystroke_nextMap = alt shift RIGHT
137     keystroke_option_dialog = control COMMA
138     keystroke_mode_MindMap = alt 1
139     keystroke_mode_Browse = alt 2
140     keystroke_mode_File = alt 3
141     keystroke_node_toggle_italic = control I
142     keystroke_node_toggle_boldface = control B
143     keystroke_node_toggle_underlined = control U
144     keystroke_node_toggle_cloud = control shift B
145     keystroke_undo = control Z
146     keystroke_redo = control Y
147     keystroke_delete_child = DELETE
148     keystroke_select_all = control A
149     keystroke_select_branch = control shift A
150    
151     #Node editing commands
152     keystroke_cut = control X
153     keystroke_copy = control C
154     keystroke_copy_single = control shift C
155     keystroke_paste = control V
156     keystroke_remove = none
157     keystroke_add_arrow_link_action=control L
158     keystroke_add_local_link_action=alt L
159     -# Unline with control X, the node you remove with action remove cannot be
160     # pasted again. Therefore, we do not provide any quick shortcut. We suggest
161     # that you use cut instead of remove.
162     #Node navigation commands
163     keystroke_moveToRoot = ESCAPE
164     keystroke_move_up = E
165     keystroke_move_down = D
166     keystroke_move_left = S
167     keystroke_move_right = F
168     keystroke_follow_link = control ENTER
169     -#New node commands
170     keystroke_add = ENTER
171     keystroke_add_child = INSERT
172     # on mac, there is no INSERT key, so use TAB instead.
173     keystroke_add_child_mac = TAB
174     keystroke_add_sibling_before = shift ENTER
175     -#Node editing commands
176     keystroke_edit = F2
177     keystroke_edit_long_node = alt ENTER
178     keystroke_edit_attributes = alt F9
179     keystroke_show_all_attributes=
180     keystroke_show_selected_attributes=
181     keystroke_hide_all_attributes=
182     keystroke_show_attribute_manager=
183     keystroke_assign_attributes=
184     keystroke_join_nodes = control J
185     keystroke_use_rich_formatting = alt R
186     keystroke_use_plain_text = alt P
187     keystroke_toggle_folded = SPACE
188     keystroke_toggle_children_folded = control SPACE
189     keystroke_set_link_by_filechooser = control shift K
190     keystroke_set_link_by_textfield = control K
191     keystroke_set_image_by_filechooser = alt K
192     keystroke_node_up = control UP
193     keystroke_node_down = control DOWN
194     keystroke_node_increase_font_size = ? control EQUALS
195     keystroke_node_decrease_font_size = ? control MINUS
196     keystroke_branch_increase_font_size = ? control shift EQUALS
197     keystroke_branch_decrease_font_size = ? control shift MINUS
198     keystroke_export_branch = alt shift A
199     -#
200     keystroke_node_color = alt shift F
201     keystroke_node_color_blend = alt shift B
202     keystroke_edge_color = alt shift E
203     keystroke_find = control F
204     keystroke_find_next = control G
205     -# Apply patterns
206     # There is no limiting number of the pattern, you can have as many
207     # keystrokes for patterns as you want.
208     # The reason I do not follow to F10 and further in this default is that
209     # F10 has special function on Windows.
210     keystroke_apply_pattern_1 = F1
211     keystroke_apply_pattern_2 = control shift N
212     keystroke_apply_pattern_3 = F3
213     keystroke_apply_pattern_4 = F4
214     keystroke_apply_pattern_5 = F5
215     keystroke_apply_pattern_6 = F6
216     keystroke_apply_pattern_7 = F7
217     keystroke_apply_pattern_8 = F8
218     keystroke_apply_pattern_9 = F9
219     keystroke_apply_pattern_10 = control F1
220     keystroke_apply_pattern_11 = control F2
221     keystroke_apply_pattern_12 = control F3
222     keystroke_apply_pattern_13 = control F4
223     keystroke_apply_pattern_14 = control F5
224     keystroke_apply_pattern_15 = control F6
225     keystroke_apply_pattern_16 = control F7
226     keystroke_apply_pattern_17 = control F8
227     keystroke_apply_pattern_18 = control F9
228     keystroke_zoom_out = alt DOWN
229     keystroke_zoom_in = alt UP
230     #
231     # }}}
232     -# Icons in Select Icon...
233     keystroke_remove_all_icons=DELETE
234     keystroke_remove_last_icon=BACK_SPACE
235     keystroke_icon_attach=\:
236     keystroke_icon_back=<
237     keystroke_icon_button_cancel=-
238     keystroke_icon_button_ok=+
239     keystroke_icon_forward=>
240     keystroke_icon_full-1=1
241     keystroke_icon_full-2=2
242     keystroke_icon_full-3=3
243     keystroke_icon_full-4=4
244     keystroke_icon_full-5=5
245     keystroke_icon_full-6=6
246     keystroke_icon_full-7=7
247     keystroke_icon_full-8=8
248     keystroke_icon_full-9=9
249     keystroke_icon_full-0=0
250     keystroke_icon_help=?
251     keystroke_icon_idea=*
252     keystroke_icon_ksmiletris=)
253     keystroke_icon_messagebox_warning=\!
254     keystroke_icon_smily_bad=(
255     -#Don't display "move" cursor during paper dragging
256     disable_cursor_move_paper = false
257     -#Key typing: if enabled enters node editing
258     disable_key_type = false
259     -#Key typing: overwrites content (false) / creates new sibling (true)
260     # (requires: disable_key_type = false)
261     key_type_adds_new = false
262     -#Enable leaves folding
263     # == changing bubble/fork for fold action
264     # (although if false, you can always use node style to change it)
265     enable_leaves_folding = false
266     -# Tell if HTML exported from FreeMind should contain icons.
267     # The trouble with icons is that quite often the links to
268     # icons will not be found in the exported HTML.
269     export_icons_in_html = false
270     #
271     # The Browse Mode
272     #
273     #The URL of the map that is loaded when browsemode starts up
274     browsemode_initial_map = ./doc/freemind.mm
275     #
276     # The default browser setting
277     #
278     # For Windows (the \"\" signs are necessary due to links, that have "=" in their URL).
279     # default_browser_command_windows_nt = explorer "{0}"
280     #
281     # # For "Windows NT":
282     # default_browser_command_windows_nt = C:\Program Files\Internet Explorer\iexplore.exe "{0}"
283     #
284     # The next setting works for the default browser, but eventually starts programs without questions, so be careful!
285     #
286     # default_browser_command_windows_nt = rundll32 url.dll,FileProtocolHandler {0}
287     default_browser_command_windows_nt = cmd.exe /c start "" "{0}"
288     default_browser_command_windows_9x = command.com /c start "{0}"
289     -# Dimitri proposed:
290     # default_browser_command_windows_9x = explorer "{0}"
291     #
292     # Here the default browser for other operating systems goes:
293     #
294     # other is typically Linux:
295     default_browser_command_other_os = xdg-open {0}
296     #
297     # and MAC: (thanks to Nick!)
298     #default_browser_command_mac = open -a /Applications/Safari.app {0}
299     # due to https://sourceforge.net/tracker/?func=detail&atid=357118&aid=1940334&group_id=7118
300     default_browser_command_mac = open {0}
301     #
302     # Selection time delay of nodes when mouse is over (in msec)
303     #
304     # Change this value to 1 if you want direct selection on mouse over.
305     #
306     time_for_delayed_selection=60
307     #
308     # with the following switch you can enable/disable the delayed selection scheme
309     #
310     # Auto options. Do not modify these as they will be saved to auto.properties anyway.
311     selection_method = selection_method_delayed
312     # time between two consecutive automatic saving actions (in msec):
313     # ==============================================================
314     # To disable automatic saving set this number to 2000000000.
315     time_for_automatic_save=60000
316     #
317     # If the files should be deleted automatically on a normal shutdown of Freemind set the following variable to true
318     delete_automatic_saves_at_exit=true
319     #
320     # number n of different files to store the maps into.
321     # The first automatic save is done in the first file, and so on
322     # up to the n+1-save which is again stored in the first file (cyclic)
323     number_of_different_files_for_automatic_save=10
324     #
325     # to change the default path (this is "java.io.tmpdir" of java), enter a directory path here:
326     # other possibilities:
327     # * freemind_home stands for the directory, where the auto.properties are.
328     # * default points to java.io.tmpdir
329     path_to_automatic_saves=freemind_home
330     -# Dimitri, 01.09.04
331     # width of the folding marking circle
332     foldingsymbolwidth = 6
333     -# Fc, 10.7.2005.
334     # Levels of undo
335     undo_levels=100
336     -# fc, 21.2.06: key board shortcuts for move up/down
337     keystroke_accessories/plugins/ChangeNodeLevelAction_left.properties_key=control LEFT
338     keystroke_accessories/plugins/ChangeNodeLevelAction_right.properties_key=control RIGHT
339     keystroke_accessories/plugins/FormatCopy.properties.properties_key=alt C
340     keystroke_accessories/plugins/FormatPaste.properties.properties_key=alt V
341     keystroke_accessories/plugins/IconSelectionPlugin.properties.properties_key=alt I
342     keystroke_accessories/plugins/NewParentNode.properties_key=shift INSERT
343     # keystroke_accessories/plugins/NodeNote.properties_key=alt N
344     keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_UP=alt PAGE_UP
345     keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_DOWN=alt PAGE_DOWN
346     keystroke_accessories/plugins/UnfoldAll.keystroke.alt_HOME=alt HOME
347     keystroke_accessories/plugins/UnfoldAll.keystroke.alt_END=alt END
348     keystroke_accessories/plugins/SplitNode.properties_key=
349     #dimitry 25.10
350     keystroke_accessories/plugins/RemoveNote.properties.properties_key=
351     # wysiwyg
352     -# html_editing_options are external, internal-plain, and internal-wysiwyg.
353     # If external option is chosen, the path for the external editor is taken from html_editing_command.
354     +#/*$Id: freemind.properties,v 1.36.14.16.2.64 2008/12/14 21:05:29 christianfoltin Exp $*/ -*- mode:sh -*-
355     +#This is the language that should be used in the program. "automatic" tries to load the current user's language.
356     +language = automatic
357     +antialias = antialias_edges
358     +html_export_folding = html_export_fold_currently_folded
359     +
360     +#should node be unfolded if child node is pasted ?
361     +#fc, 10.4.2008: set to false as default like in version 0.8.1
362     +unfold_on_paste=false
363     +
364     +# Experimental features, "true" / "false"
365     +experimental_file_locking_on = false
366     +
367     +#If dnd is enabled. "true" or "false"
368     +draganddrop = true
369     +#The Modes which Freemind will load on startup, full Class names, comma, identifier, separated by a comma.
370     +#modes = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File
371     +modes_since_0_8_0 = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File
372     +
373     +#The initial mode that is loaded on startup
374     +initial_mode = MindMap
375     +
376     +#This is the place where the users properties file is located. It is ignored by the applet (set Parameters in the html
377     +#file instead). You can write "~" to indicate the users home directory.
378     +#Of course this works only in the default "freemind.properties", which is included in the jar file, not for the users
379     +#freemind.props out of the jar file.
380     +
381     +properties_folder = .freemind
382     +userproperties = user.properties
383     +autoproperties = auto.properties
384     +patternsfile = patterns.xml
385     +
386     +#The default new node style. "fork", "bubble" "as_parent" and "combined" are supported
387     +
388     +# standardnodestyle = fork
389     +# standardnodestyle = bubble
390     +standardnodestyle = as_parent
391     +
392     +#The root node style if no other is specified. "fork" and "bubble" and "combined" are supported
393     +
394     +standardrootnodestyle = fork
395     +
396     +#The standard background color in html notation
397     +standardbackgroundcolor = #ffffff
398     +
399     +#Use white as background for printing
400     +printonwhitebackground = true
401     +
402     +#The standard node color. In html notation (#RRGGBB in hex values)
403     +standardnodetextcolor = #000000
404     +
405     +#The standard node color if selected. In html notation (#RRGGBB in hex values)
406     +standardselectednodecolor = #d2d2d2
407     +
408     +#The selected nodes backgrounds and text colors are changed if true
409     +standarddrawrectangleforselection = false
410     +
411     +#The standard node text color if selected. In html notation (#RRGGBB in hex values)
412     +standardselectednoderectanglecolor = #002080
413     +
414     +#The default node font. This will only work if the font (TrueTypeFont) is available on the system
415     +defaultfont = SansSerif
416     +defaultfontstyle = 0
417     +defaultfontsize = 12
418     +
419     +#The default maximal node width in pixels
420     +max_node_width = 600
421     +
422     +#The standard edge color in html notation
423     +standardedgecolor = #808080
424     +# old: #2540b4
425     +
426     +#The standard edge style. "linear" and "bezier" are supported
427     +standardedgestyle = bezier
428     +
429     +#The standard cloud color in html notation
430     +standardcloudcolor = #f0f0f0
431     +
432     +#The standard cloud style. currently, only "bezier" is supported
433     +standardcloudestyle = bezier
434     +
435     +#The standard link color in html notation
436     +standardlinkcolor = #b0b0b0
437     +
438     +#The standard link style. currently, only "bezier" is supported
439     +standardlinkestyle = bezier
440     +
441     +#The Look&Feel to use. "metal","windows","motif", "gtk" are supported, "mac" is available only on MacOS
442     +# default means, that the default look and feel is used.
443     +# If you want to put your own L&F, please, enter the class name here and
444     +# assure that the corresponding jar file(s) are loaded.
445     +# If there are problems with the look and feel, then choose "nothing" here.
446     +#It work for applets
447     +lookandfeel = default
448     +
449     +#The initial size of every map
450     +mapxsize = 1000
451     +mapysize = 3200
452     +
453     +#Where to place new branches. Valid values are "first" and "last"
454     +placenewbranches = last
455     +
456     +#Set Links either relative or absolute
457     +links = relative
458     +
459     +#The URL of the documentation mindmap (.mm)
460     +docmapurl = file:/usr/share/doc/freemind/freemind.mm
461     +docmapurl_since_version_0_7_0 = file:/usr/share/doc/freemind/freemind.mm
462     +
463     +#This is a hash that maps endings of files to programs which should be used to open them.
464     +#It is only used by the application,not by the applet.
465     +#Special keywords: "default" instead of file and "execute" instead of program
466     +#Examples: Unix: "default:netscape,sh:bash,txt:emacs,mp3:freeamp,jpg:xv"
467     +#Windows: "default:explorer,exe:execute,com:execute,bat:execute,mp3:winamp,doc:word"
468     +#filetypes = default:netscape
469     +# filetypes is obsolete
470     +preferred_browsers = explorer;konqueror;netscape # Not yet implemented !!!
471     +last_opened_list_length = 25
472     +loadLastMap=true
473     +
474     +# {{{ Edit Long node
475     +# above / below
476     +el__buttons_position = above
477     +el__position_window_below_node = true
478     +el__min_default_window_height = 150
479     +el__max_default_window_height = 500
480     +el__min_default_window_width = 600
481     +el__max_default_window_width = 600
482     +el__enter_confirms_by_default = true
483     +el__show_icon_for_attributes = true
484     +# }}}
485     +
486     +# {{{ Keystrokes
487     +#
488     +# These are the accelerators for the menu items. Valid modifiers are:
489     +# shift | control | alt | meta | button1 | button2 | button3
490     +# Valid keys should be all that are defined in java.awt.event.KeyEvent
491     +# (without the "VK_" prefix), but I found this buggy. All normal char's should work.
492     +# The ideas employed in choice of keyboard shortcuts are:
493     +# If there is a standard for a feature, use it
494     +# Use control modifier whereever possible
495     +#Commands for the program
496     +keystroke_newMap = control N
497     +keystroke_open = control O
498     +keystroke_save = control S
499     +keystroke_saveAs = control shift S
500     +keystroke_print = control P
501     +keystroke_close = control W
502     +keystroke_quit = control Q
503     +keystroke_export_to_html = control E
504     +keystroke_export_branch_to_html = control H
505     +keystroke_open_first_in_history = control shift W
506     +keystroke_previousMap = alt shift LEFT
507     +keystroke_nextMap = alt shift RIGHT
508     +keystroke_option_dialog = control COMMA
509     +keystroke_mode_MindMap = alt 1
510     +keystroke_mode_Browse = alt 2
511     +keystroke_mode_File = alt 3
512     +keystroke_node_toggle_italic = control I
513     +keystroke_node_toggle_boldface = control B
514     +keystroke_node_toggle_underlined = control U
515     +keystroke_node_toggle_cloud = control shift B
516     +keystroke_undo = control Z
517     +keystroke_redo = control Y
518     +keystroke_delete_child = DELETE
519     +keystroke_select_all = control A
520     +keystroke_select_branch = control shift A
521     +
522     +#Node editing commands
523     +keystroke_cut = control X
524     +keystroke_copy = control C
525     +keystroke_copy_single = control shift C
526     +keystroke_paste = control V
527     +keystroke_remove = none
528     +keystroke_add_arrow_link_action=control L
529     +keystroke_add_local_link_action=alt L
530     +
531     +# Unline with control X, the node you remove with action remove cannot be
532     +# pasted again. Therefore, we do not provide any quick shortcut. We suggest
533     +# that you use cut instead of remove.
534     +#Node navigation commands
535     +keystroke_moveToRoot = ESCAPE
536     +keystroke_move_up = E
537     +keystroke_move_down = D
538     +keystroke_move_left = S
539     +keystroke_move_right = F
540     +keystroke_follow_link = control ENTER
541     +
542     +#New node commands
543     +keystroke_add = ENTER
544     +keystroke_add_child = INSERT
545     +# on mac, there is no INSERT key, so use TAB instead.
546     +keystroke_add_child_mac = TAB
547     +keystroke_add_sibling_before = shift ENTER
548     +
549     +#Node editing commands
550     +keystroke_edit = F2
551     +keystroke_edit_long_node = alt ENTER
552     +keystroke_edit_attributes = alt F9
553     +keystroke_show_all_attributes=
554     +keystroke_show_selected_attributes=
555     +keystroke_hide_all_attributes=
556     +keystroke_show_attribute_manager=
557     +keystroke_assign_attributes=
558     +keystroke_join_nodes = control J
559     +keystroke_use_rich_formatting = alt R
560     +keystroke_use_plain_text = alt P
561     +keystroke_toggle_folded = SPACE
562     +keystroke_toggle_children_folded = control SPACE
563     +keystroke_set_link_by_filechooser = control shift K
564     +keystroke_set_link_by_textfield = control K
565     +keystroke_set_image_by_filechooser = alt K
566     +keystroke_node_up = control UP
567     +keystroke_node_down = control DOWN
568     +keystroke_node_increase_font_size = ? control EQUALS
569     +keystroke_node_decrease_font_size = ? control MINUS
570     +keystroke_branch_increase_font_size = ? control shift EQUALS
571     +keystroke_branch_decrease_font_size = ? control shift MINUS
572     +keystroke_export_branch = alt shift A
573     +
574     +#
575     +keystroke_node_color = alt shift F
576     +keystroke_node_color_blend = alt shift B
577     +keystroke_edge_color = alt shift E
578     +keystroke_find = control F
579     +keystroke_find_next = control G
580     +
581     +# Apply patterns
582     +# There is no limiting number of the pattern, you can have as many
583     +# keystrokes for patterns as you want.
584     +# The reason I do not follow to F10 and further in this default is that
585     +# F10 has special function on Windows.
586     +keystroke_apply_pattern_1 = F1
587     +keystroke_apply_pattern_2 = control shift N
588     +keystroke_apply_pattern_3 = F3
589     +keystroke_apply_pattern_4 = F4
590     +keystroke_apply_pattern_5 = F5
591     +keystroke_apply_pattern_6 = F6
592     +keystroke_apply_pattern_7 = F7
593     +keystroke_apply_pattern_8 = F8
594     +keystroke_apply_pattern_9 = F9
595     +keystroke_apply_pattern_10 = control F1
596     +keystroke_apply_pattern_11 = control F2
597     +keystroke_apply_pattern_12 = control F3
598     +keystroke_apply_pattern_13 = control F4
599     +keystroke_apply_pattern_14 = control F5
600     +keystroke_apply_pattern_15 = control F6
601     +keystroke_apply_pattern_16 = control F7
602     +keystroke_apply_pattern_17 = control F8
603     +keystroke_apply_pattern_18 = control F9
604     +keystroke_zoom_out = alt DOWN
605     +keystroke_zoom_in = alt UP
606     +#
607     +# }}}
608     +
609     +# Icons in Select Icon...
610     +keystroke_remove_all_icons=DELETE
611     +keystroke_remove_last_icon=BACK_SPACE
612     +keystroke_icon_attach=\:
613     +keystroke_icon_back=<
614     +keystroke_icon_button_cancel=-
615     +keystroke_icon_button_ok=+
616     +keystroke_icon_forward=>
617     +keystroke_icon_full-1=1
618     +keystroke_icon_full-2=2
619     +keystroke_icon_full-3=3
620     +keystroke_icon_full-4=4
621     +keystroke_icon_full-5=5
622     +keystroke_icon_full-6=6
623     +keystroke_icon_full-7=7
624     +keystroke_icon_full-8=8
625     +keystroke_icon_full-9=9
626     +keystroke_icon_full-0=0
627     +keystroke_icon_help=?
628     +keystroke_icon_idea=*
629     +keystroke_icon_ksmiletris=)
630     +keystroke_icon_messagebox_warning=\!
631     +keystroke_icon_smily_bad=(
632     +
633     +#Don't display "move" cursor during paper dragging
634     +disable_cursor_move_paper = false
635     +
636     +#Key typing: if enabled enters node editing
637     +disable_key_type = false
638     +
639     +#Key typing: overwrites content (false) / creates new sibling (true)
640     +# (requires: disable_key_type = false)
641     +key_type_adds_new = false
642     +
643     +#Enable leaves folding
644     +# == changing bubble/fork for fold action
645     +# (although if false, you can always use node style to change it)
646     +enable_leaves_folding = false
647     +
648     +# Tell if HTML exported from FreeMind should contain icons.
649     +# The trouble with icons is that quite often the links to
650     +# icons will not be found in the exported HTML.
651     +export_icons_in_html = false
652     +#
653     +# The Browse Mode
654     +#
655     +#The URL of the map that is loaded when browsemode starts up
656     +browsemode_initial_map = file:/usr/share/doc/freemind/freemind.mm
657     +#
658     +# The default browser setting
659     +#
660     +# For Windows (the \"\" signs are necessary due to links, that have "=" in their URL).
661     +# default_browser_command_windows_nt = explorer "{0}"
662     +#
663     +# # For "Windows NT":
664     +# default_browser_command_windows_nt = C:\Program Files\Internet Explorer\iexplore.exe "{0}"
665     +#
666     +# The next setting works for the default browser, but eventually starts programs without questions, so be careful!
667     +#
668     +# default_browser_command_windows_nt = rundll32 url.dll,FileProtocolHandler {0}
669     +default_browser_command_windows_nt = cmd.exe /c start "" "{0}"
670     +default_browser_command_windows_9x = command.com /c start "{0}"
671     +
672     +# Dimitri proposed:
673     +# default_browser_command_windows_9x = explorer "{0}"
674     +#
675     +# Here the default browser for other operating systems goes:
676     +#
677     +# other is typically Linux:
678     +default_browser_command_other_os = xdg-open {0}
679     +#
680     +# and MAC: (thanks to Nick!)
681     +#default_browser_command_mac = open -a /Applications/Safari.app {0}
682     +# due to https://sourceforge.net/tracker/?func=detail&atid=357118&aid=1940334&group_id=7118
683     +default_browser_command_mac = open {0}
684     +#
685     +# Selection time delay of nodes when mouse is over (in msec)
686     +#
687     +# Change this value to 1 if you want direct selection on mouse over.
688     +#
689     +time_for_delayed_selection=60
690     +#
691     +# with the following switch you can enable/disable the delayed selection scheme
692     +#
693     +# Auto options. Do not modify these as they will be saved to auto.properties anyway.
694     +selection_method = selection_method_delayed
695     +# time between two consecutive automatic saving actions (in msec):
696     +# ==============================================================
697     +# To disable automatic saving set this number to 2000000000.
698     +time_for_automatic_save=60000
699     +#
700     +# If the files should be deleted automatically on a normal shutdown of Freemind set the following variable to true
701     +delete_automatic_saves_at_exit=true
702     +#
703     +# number n of different files to store the maps into.
704     +# The first automatic save is done in the first file, and so on
705     +# up to the n+1-save which is again stored in the first file (cyclic)
706     +number_of_different_files_for_automatic_save=10
707     +#
708     +# to change the default path (this is "java.io.tmpdir" of java), enter a directory path here:
709     +# other possibilities:
710     +# * freemind_home stands for the directory, where the auto.properties are.
711     +# * default points to java.io.tmpdir
712     +path_to_automatic_saves=freemind_home
713     +
714     +# Dimitri, 01.09.04
715     +# width of the folding marking circle
716     +foldingsymbolwidth = 6
717     +
718     +# Fc, 10.7.2005.
719     +# Levels of undo
720     +undo_levels=100
721     +
722     +# fc, 21.2.06: key board shortcuts for move up/down
723     +keystroke_accessories/plugins/ChangeNodeLevelAction_left.properties_key=control LEFT
724     +keystroke_accessories/plugins/ChangeNodeLevelAction_right.properties_key=control RIGHT
725     +keystroke_accessories/plugins/FormatCopy.properties.properties_key=alt C
726     +keystroke_accessories/plugins/FormatPaste.properties.properties_key=alt V
727     +keystroke_accessories/plugins/IconSelectionPlugin.properties.properties_key=alt I
728     +keystroke_accessories/plugins/NewParentNode.properties_key=shift INSERT
729     +# keystroke_accessories/plugins/NodeNote.properties_key=alt N
730     +keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_UP=alt PAGE_UP
731     +keystroke_accessories/plugins/UnfoldAll.keystroke.alt_PAGE_DOWN=alt PAGE_DOWN
732     +keystroke_accessories/plugins/UnfoldAll.keystroke.alt_HOME=alt HOME
733     +keystroke_accessories/plugins/UnfoldAll.keystroke.alt_END=alt END
734     +keystroke_accessories/plugins/SplitNode.properties_key=
735     +#dimitry 25.10
736     +keystroke_accessories/plugins/RemoveNote.properties.properties_key=
737     +# wysiwyg
738     +# html_editing_options are external, internal-plain, and internal-wysiwyg.
739     +# If external option is chosen, the path for the external editor is taken from html_editing_command.
740     html_editing_option=internal-wysiwyg
741     html_editing_command=C:\\Program Files\\Microsoft Office\\Office\\FRONTPG.EXE "{0}"
742     html_long_node_head=
743     cut_out_pictures_when_pasting_html=true
744    
745     # fc, 26.3.06:
746     -#old automaticFormat_level=<?xml version\="1.0" encoding\="UTF-8"?><patterns><pattern name\="Level1"><pattern_node_color value\="#000000"/><pattern_node_font_size value\="20"/></pattern><pattern name\="Level2"><pattern_node_color value\="#0033FF"/><pattern_node_font_size value\="18"/></pattern><pattern name\="Level3"><pattern_node_color value\="#00b439"/><pattern_node_font_size value\="16"/></pattern><pattern name\="Level4"><pattern_node_color value\="#990000"/><pattern_node_font_size value\="14"/></pattern><pattern name\="Level5"><pattern_node_color value\="#111111"/><pattern_node_font_size value\="12"/></pattern></patterns>
747     #new with sharp bezier curves:
748     automaticFormat_level=<?xml version\="1.0" encoding\="UTF-8"?><patterns><pattern name\="Level1"><pattern_node_color value\="\#000000"/><pattern_node_font_size value\="20"/></pattern><pattern name\="Level2"><pattern_node_color value\="\#0033ff"/><pattern_node_font_size value\="18"/><pattern_edge_style value\="sharp_bezier"/><pattern_edge_width value\="8"/></pattern><pattern name\="Level3"><pattern_node_color value\="\#00b439"/><pattern_node_font_size value\="16"/><pattern_edge_style value\="bezier"/><pattern_edge_width value\="thin"/></pattern><pattern name\="Level4"><pattern_node_color value\="\#990000"/><pattern_node_font_size value\="14"/></pattern><pattern name\="Level5"><pattern_node_color value\="\#111111"/><pattern_node_font_size value\="12"/></pattern></patterns>
749     # fc, 4.9.06:
750     keystroke_plugins/ScriptingEngine.keystroke.evaluate=alt F8
751     #fc, 11.10.06
752     # toggle key.
753     keystroke_accessories/plugins/NodeNote_jumpto.keystroke.alt_N=control LESS
754     # fc, 12.10.06: all tooltips have the following width in pixels:
755     max_tooltip_width=600
756     -#fc, 10.11.2006:
757     keystroke_accessories/plugins/NodeNote_hide_show.keystroke.control_shift_less=control shift LESS
758     -# fc, 11.11.2006: don't remove this comment as it is needed for mac osx:
759     #freemind.base.dir=.
760     webFreeMindLocation=http://freemind.sourceforge.net/
761     webFAQLocation=http://freemind.sourceforge.net/faq.html
762     webDocuLocation=http://freemind.sourceforge.net/docu.html
763     -# time management plugin:
764     keystroke_plugins/TimeManagement.xml_key=control T
765     keystroke_plugins/TimeList.xml_key=control shift F
766    
767     # simplyhtml
768     simplyhtml.menubar=edit format table help
769     # toolbar definition
770     #
771     # each word (delimited by blanks) is a key for
772     # an action in the tool bar (- = separator)
773     simplyhtml.toolBar=undo redo - cut copy paste - findReplace
774    
775     # format toolbar definition
776     #
777     # each word (delimited by blanks) is a key for
778     # an action in the tool bar (- = separator)
779     simplyhtml.formatToolBar=fontFamily fontSize - fontBold fontItalic fontUnderline fontColor clearFormat
780    
781     # para toolbar definition
782     #
783     # each word (delimited by blanks) is a key for
784     # an action in the tool bar (- = separator)
785     simplyhtml.paraToolBar=paraAlignLeft paraAlignCenter paraAlignRight - toggleBullets toggleNumbers
786    
787     # edit menu definition
788     simplyhtml.edit=undo redo - cut copy paste - findReplace - selectAll
789     simplyhtml.popup=undo redo - cut copy paste
790    
791     # edit menu items
792     simplyhtml.undoImage=resources/undo.gif
793     simplyhtml.redoImage=resources/redo.gif
794     simplyhtml.cutImage=resources/cut.gif
795     simplyhtml.copyImage=resources/copy.gif
796     simplyhtml.pasteImage=resources/paste.gif
797     simplyhtml.findReplaceImage=resources/fr.gif
798    
799     #insert menu items
800     simplyhtml.insertTableImage=resources/table.gif
801     simplyhtml.insertImageImage=resources/image.gif
802    
803     # format menu definition
804     simplyhtml.format=font - formatPara fontBold fontItalic fontUnderline fontColor clearFormat - paraAlignLeft paraAlignCenter paraAlignRight - formatList toggleBullets toggleNumbers
805    
806     # format menu items
807     simplyhtml.fontImage=resources/font.gif
808     simplyhtml.clearFormatImage=resources/clearFormat.gif
809     simplyhtml.fontBoldSelectedIcon=resources/bold_on.gif
810     simplyhtml.fontColorSelectedIcon=resources/fontColor.gif
811     simplyhtml.fontItalicSelectedIcon=resources/italic_on.gif
812     simplyhtml.fontUnderlineSelectedIcon=resources/uline_on.gif
813     simplyhtml.formatTableImage=resources/fmtTab.gif
814     simplyhtml.toggleBulletsImage=resources/ul.gif
815     simplyhtml.toggleNumbersImage=resources/ol.gif
816     simplyhtml.formatParaImage=resources/fmtPara.gif
817     simplyhtml.paraAlignLeftImage=resources/algnLft.gif
818     simplyhtml.paraAlignLeftSelectedIcon=resources/algnLft_on.gif
819     simplyhtml.paraAlignCenterImage=resources/algnCtr.gif
820     simplyhtml.paraAlignCenterSelectedIcon=resources/algnCtr_on.gif
821     simplyhtml.paraAlignRightImage=resources/algnRt.gif
822     simplyhtml.paraAlignRightSelectedIcon=resources/algnRt_on.gif
823    
824     # table menu definition
825     simplyhtml.table=insertTable - nextTableCell prevTableCell - appendTableRow appendTableCol - insertTableRow insertTableCol - deleteTableRow deleteTableCol
826    
827     # table menu items
828     simplyhtml.deleteTableColImage=resources/delCol.gif
829     simplyhtml.insertTableRowImage=resources/insRow.gif
830     simplyhtml.insertTableColImage=resources/insCol.gif
831     simplyhtml.deleteTableRowImage=resources/delRow.gif
832    
833     # help menu definition
834     simplyhtml.help = about
835    
836     # About frame
837     simplyhtml.appImage=resources/appImage.jpg
838     simplyhtml.appIcon=resources/icon_trans.gif
839    
840     # Splah screen
841     simplyhtml.splashImage=resources/splashImage.jpg
842    
843     # Miscellaneous text
844     simplyhtml.okBtnName=OK
845     simplyhtml.standardStyleName=standard
846    
847     # not use shtml standard style for new documents
848     simplyhtml.use_std_styles=false
849    
850     # fc, 2.3.07, mouse wheel speed
851     wheel_velocity=80
852     -# fc, 12.5.07: keystrokes for history:
853     keystroke_accessories/plugins/NodeHistoryForward.keystroke.alt_FORWARD=alt RIGHT
854     keystroke_accessories/plugins/NodeHistoryBack.keystroke.alt_BACK=alt LEFT
855     -#fc, 25.5.07: tabbed pane or not:
856     use_tabbed_pane=true
857    
858    
859     # fc, 31.7.07
860     delete_nodes_without_question=
861    
862     # Dimitry, 30.08.07
863     remind_use_rich_text_in_new_long_nodes=
864    
865     # fc, 3.9.07:
866     resources_execute_scripts_without_asking=
867    
868     #fc, 11.9.07:
869     use_split_pane=true
870    
871     #dimitry, 25.10.07
872     use_common_out_point_for_root_node=false
873     -#fc, 25.5.07: tabbed pane or not:
874     use_tabbed_pane=true
875    
876     #fc, 19.10.2007: standard is true as this is correct for almost every user...
877     resources_convert_to_current_version=true
878     -
879     #fc, 12.11.07:
880     keystroke_accessories/plugins/ManagePatterns_manage_patterns_dialog=F11
881    
882     #fc, 8.1.2008:
883     resources_cut_nodes_without_question=
884    
885     #fc, 18.2.2008:
886     save_only_intrisically_needed_ids=false
887    
888     #fc, 7.3.2008:
889     resources_execute_scripts_without_file_restriction=false
890     resources_execute_scripts_without_network_restriction=false
891     resources_execute_scripts_without_exec_restriction=false
892    
893     #fc, 10.4.2008:
894     resources_don_t_show_note_icons=false
895     resources_remove_notes_without_question=
896     resources_save_folding_state=true
897    
898     # fc, 18.4.2008: Empty means, that the freemind default key is used.
899     resources_script_user_key_name_for_signing=
900     resources_signed_script_are_trusted=true
901    
902     # fc, 28.4.2008: used and displayed icons as a list with divider ';':
903     icons.list=idea;help;yes;messagebox_warning;stop-sign;closed;info;button_ok;button_cancel;full-1;full-2;full-3;full-4;full-5;full-6;full-7;full-8;full-9;full-0;stop;prepare;go;back;forward;up;down;attach;ksmiletris;smiley-neutral;smiley-oh;smiley-angry;smily_bad;clanbomber;desktop_new;gohome;folder;korn;Mail;kmail;list;edit;kaddressbook;knotify;password;pencil;wizard;xmag;bell;bookmark;penguin;licq;freemind_butterfly;broken-line;calendar;clock;hourglass;launch;flag-black;flag-blue;flag-green;flag-orange;flag-pink;flag;flag-yellow;family;female1;female2;male1;male2;fema;group
904     # not added: encrypted;decrypted;redo;
905     \ No newline at end of file
906     +#old automaticFormat_level=<?xml version\="1.0" encoding\="UTF-8"?><patterns><pattern name\="Level1"><pattern_node_color value\="#000000"/><pattern_node_font_size value\="20"/></pattern><pattern name\="Level2"><pattern_node_color value\="#0033FF"/><pattern_node_font_size value\="18"/></pattern><pattern name\="Level3"><pattern_node_color value\="#00b439"/><pattern_node_font_size value\="16"/></pattern><pattern name\="Level4"><pattern_node_color value\="#990000"/><pattern_node_font_size value\="14"/></pattern><pattern name\="Level5"><pattern_node_color value\="#111111"/><pattern_node_font_size value\="12"/></pattern></patterns>
907     +#new with sharp bezier curves:
908     +automaticFormat_level=<?xml version\="1.0" encoding\="UTF-8"?><patterns><pattern name\="Level1"><pattern_node_color value\="\#000000"/><pattern_node_font_size value\="20"/></pattern><pattern name\="Level2"><pattern_node_color value\="\#0033ff"/><pattern_node_font_size value\="18"/><pattern_edge_style value\="sharp_bezier"/><pattern_edge_width value\="8"/></pattern><pattern name\="Level3"><pattern_node_color value\="\#00b439"/><pattern_node_font_size value\="16"/><pattern_edge_style value\="bezier"/><pattern_edge_width value\="thin"/></pattern><pattern name\="Level4"><pattern_node_color value\="\#990000"/><pattern_node_font_size value\="14"/></pattern><pattern name\="Level5"><pattern_node_color value\="\#111111"/><pattern_node_font_size value\="12"/></pattern></patterns>
909     +# fc, 4.9.06:
910     +keystroke_plugins/ScriptingEngine.keystroke.evaluate=alt F8
911     +#fc, 11.10.06
912     +# toggle key.
913     +keystroke_accessories/plugins/NodeNote_jumpto.keystroke.alt_N=control LESS
914     +# fc, 12.10.06: all tooltips have the following width in pixels:
915     +max_tooltip_width=600
916     +
917     +#fc, 10.11.2006:
918     +keystroke_accessories/plugins/NodeNote_hide_show.keystroke.control_shift_less=control shift LESS
919     +
920     +# fc, 11.11.2006: don't remove this comment as it is needed for mac osx:
921     +#freemind.base.dir=.
922     +webFreeMindLocation=http://freemind.sourceforge.net/
923     +webFAQLocation=http://freemind.sourceforge.net/faq.html
924     +webDocuLocation=http://freemind.sourceforge.net/docu.html
925     +
926     +# time management plugin:
927     +keystroke_plugins/TimeManagement.xml_key=control T
928     +keystroke_plugins/TimeList.xml_key=control shift F
929     +
930     +# simplyhtml
931     +simplyhtml.menubar=edit format table help
932     +# toolbar definition
933     +#
934     +# each word (delimited by blanks) is a key for
935     +# an action in the tool bar (- = separator)
936     +simplyhtml.toolBar=undo redo - cut copy paste - findReplace
937     +
938     +# format toolbar definition
939     +#
940     +# each word (delimited by blanks) is a key for
941     +# an action in the tool bar (- = separator)
942     +simplyhtml.formatToolBar=fontFamily fontSize - fontBold fontItalic fontUnderline fontColor clearFormat
943     +
944     +# para toolbar definition
945     +#
946     +# each word (delimited by blanks) is a key for
947     +# an action in the tool bar (- = separator)
948     +simplyhtml.paraToolBar=paraAlignLeft paraAlignCenter paraAlignRight - toggleBullets toggleNumbers
949     +
950     +# edit menu definition
951     +simplyhtml.edit=undo redo - cut copy paste - findReplace - selectAll
952     +simplyhtml.popup=undo redo - cut copy paste
953     +
954     +# edit menu items
955     +simplyhtml.undoImage=resources/undo.gif
956     +simplyhtml.redoImage=resources/redo.gif
957     +simplyhtml.cutImage=resources/cut.gif
958     +simplyhtml.copyImage=resources/copy.gif
959     +simplyhtml.pasteImage=resources/paste.gif
960     +simplyhtml.findReplaceImage=resources/fr.gif
961     +
962     +#insert menu items
963     +simplyhtml.insertTableImage=resources/table.gif
964     +simplyhtml.insertImageImage=resources/image.gif
965     +
966     +# format menu definition
967     +simplyhtml.format=font - formatPara fontBold fontItalic fontUnderline fontColor clearFormat - paraAlignLeft paraAlignCenter paraAlignRight - formatList toggleBullets toggleNumbers
968     +
969     +# format menu items
970     +simplyhtml.fontImage=resources/font.gif
971     +simplyhtml.clearFormatImage=resources/clearFormat.gif
972     +simplyhtml.fontBoldSelectedIcon=resources/bold_on.gif
973     +simplyhtml.fontColorSelectedIcon=resources/fontColor.gif
974     +simplyhtml.fontItalicSelectedIcon=resources/italic_on.gif
975     +simplyhtml.fontUnderlineSelectedIcon=resources/uline_on.gif
976     +simplyhtml.formatTableImage=resources/fmtTab.gif
977     +simplyhtml.toggleBulletsImage=resources/ul.gif
978     +simplyhtml.toggleNumbersImage=resources/ol.gif
979     +simplyhtml.formatParaImage=resources/fmtPara.gif
980     +simplyhtml.paraAlignLeftImage=resources/algnLft.gif
981     +simplyhtml.paraAlignLeftSelectedIcon=resources/algnLft_on.gif
982     +simplyhtml.paraAlignCenterImage=resources/algnCtr.gif
983     +simplyhtml.paraAlignCenterSelectedIcon=resources/algnCtr_on.gif
984     +simplyhtml.paraAlignRightImage=resources/algnRt.gif
985     +simplyhtml.paraAlignRightSelectedIcon=resources/algnRt_on.gif
986     +
987     +# table menu definition
988     +simplyhtml.table=insertTable - nextTableCell prevTableCell - appendTableRow appendTableCol - insertTableRow insertTableCol - deleteTableRow deleteTableCol
989     +
990     +# table menu items
991     +simplyhtml.deleteTableColImage=resources/delCol.gif
992     +simplyhtml.insertTableRowImage=resources/insRow.gif
993     +simplyhtml.insertTableColImage=resources/insCol.gif
994     +simplyhtml.deleteTableRowImage=resources/delRow.gif
995     +
996     +# help menu definition
997     +simplyhtml.help = about
998     +
999     +# About frame
1000     +simplyhtml.appImage=resources/appImage.jpg
1001     +simplyhtml.appIcon=resources/icon_trans.gif
1002     +
1003     +# Splah screen
1004     +simplyhtml.splashImage=resources/splashImage.jpg
1005     +
1006     +# Miscellaneous text
1007     +simplyhtml.okBtnName=OK
1008     +simplyhtml.standardStyleName=standard
1009     +
1010     +# not use shtml standard style for new documents
1011     +simplyhtml.use_std_styles=false
1012     +
1013     +# fc, 2.3.07, mouse wheel speed
1014     +wheel_velocity=80
1015     +
1016     +# fc, 12.5.07: keystrokes for history:
1017     +keystroke_accessories/plugins/NodeHistoryForward.keystroke.alt_FORWARD=alt RIGHT
1018     +keystroke_accessories/plugins/NodeHistoryBack.keystroke.alt_BACK=alt LEFT
1019     +
1020     +#fc, 25.5.07: tabbed pane or not:
1021     +use_tabbed_pane=true
1022     +
1023     +
1024     +# fc, 31.7.07
1025     +delete_nodes_without_question=
1026     +
1027     +# Dimitry, 30.08.07
1028     +remind_use_rich_text_in_new_long_nodes=
1029     +
1030     +# fc, 3.9.07:
1031     +resources_execute_scripts_without_asking=
1032     +
1033     +#fc, 11.9.07:
1034     +use_split_pane=true
1035     +
1036     +#dimitry, 25.10.07
1037     +use_common_out_point_for_root_node=false
1038     +#fc, 25.5.07: tabbed pane or not:
1039     +use_tabbed_pane=true
1040     +
1041     +#fc, 19.10.2007: standard is true as this is correct for almost every user...
1042     +resources_convert_to_current_version=true
1043     +
1044     +#fc, 12.11.07:
1045     +keystroke_accessories/plugins/ManagePatterns_manage_patterns_dialog=F11
1046     +
1047     +#fc, 8.1.2008:
1048     +resources_cut_nodes_without_question=
1049     +
1050     +#fc, 18.2.2008:
1051     +save_only_intrisically_needed_ids=false
1052     +
1053     +#fc, 7.3.2008:
1054     +resources_execute_scripts_without_file_restriction=false
1055     +resources_execute_scripts_without_network_restriction=false
1056     +resources_execute_scripts_without_exec_restriction=false
1057     +
1058     +#fc, 10.4.2008:
1059     +resources_don_t_show_note_icons=false
1060     +resources_remove_notes_without_question=
1061     +resources_save_folding_state=true
1062     +
1063     +# fc, 18.4.2008: Empty means, that the freemind default key is used.
1064     +resources_script_user_key_name_for_signing=
1065     +resources_signed_script_are_trusted=true
1066     +
1067     +# fc, 28.4.2008: used and displayed icons as a list with divider ';':
1068     +icons.list=idea;help;yes;messagebox_warning;stop-sign;closed;info;button_ok;button_cancel;full-1;full-2;full-3;full-4;full-5;full-6;full-7;full-8;full-9;full-0;stop;prepare;go;back;forward;up;down;attach;ksmiletris;smiley-neutral;smiley-oh;smiley-angry;smily_bad;clanbomber;desktop_new;gohome;folder;korn;Mail;kmail;list;edit;kaddressbook;knotify;password;pencil;wizard;xmag;bell;bookmark;penguin;licq;freemind_butterfly;broken-line;calendar;clock;hourglass;launch;flag-black;flag-blue;flag-green;flag-orange;flag-pink;flag;flag-yellow;family;female1;female2;male1;male2;fema;group
1069     +# not added: encrypted;decrypted;redo;
1070     +

  ViewVC Help
Powered by ViewVC 1.1.5