| 1 |
diff -Nur -x '*.orig' -x '*~' freemind-0.9.0~rc1/freemind/freemind.properties freemind-0.9.0~rc1.new/freemind/freemind.properties |
diff -Nur -x '*.orig' -x '*~' freemind-0.9.0~rc1.obsolete.0.852600127299414/freemind/freemind.properties freemind-0.9.0~rc1.obsolete.0.852600127299414.new/freemind/freemind.properties |
| 2 |
--- freemind-0.9.0~rc1/freemind/freemind.properties 2008-12-14 22:05:29.000000000 +0100 |
--- freemind-0.9.0~rc1.obsolete.0.852600127299414/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 |
+++ freemind-0.9.0~rc1.obsolete.0.852600127299414.new/freemind/freemind.properties 2009-02-28 22:48:19.000000000 +0100 |
| 4 |
@@ -1,53 +1,557 @@ |
@@ -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 -*-
#This is the language that should be used in the program. "automatic" tries to load the current user's language.
language = automatic
antialias = antialias_edges
html_export_folding = html_export_fold_currently_folded
#should node be unfolded if child node is pasted ?
#fc, 10.4.2008: set to false as default like in version 0.8.1
unfold_on_paste=false
# Experimental features, "true" / "false"
experimental_file_locking_on = false
#If dnd is enabled. "true" or "false"
draganddrop = true
#The Modes which Freemind will load on startup, full Class names, comma, identifier, separated by a comma.
#modes = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File
modes_since_0_8_0 = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File |
-#/*$Id: freemind.properties,v 1.36.14.16.2.64 2008/12/14 21:05:29 christianfoltin Exp $*/ -*- mode:sh -*-
#This is the language that should be used in the program. "automatic" tries to load the current user's language.
language = automatic
antialias = antialias_edges
html_export_folding = html_export_fold_currently_folded
#should node be unfolded if child node is pasted ?
#fc, 10.4.2008: set to false as default like in version 0.8.1
unfold_on_paste=false
# Experimental features, "true" / "false"
experimental_file_locking_on = false
#If dnd is enabled. "true" or "false"
draganddrop = true
#The Modes which Freemind will load on startup, full Class names, comma, identifier, separated by a comma.
#modes = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File
modes_since_0_8_0 = freemind.modes.browsemode.BrowseMode,Browse,freemind.modes.mindmapmode.MindMapMode,MindMap,freemind.modes.filemode.FileMode,File |
| 6 |
-#The initial mode that is loaded on startup
initial_mode = MindMap |
-#The initial mode that is loaded on startup
initial_mode = MindMap |
| 147 |
+links = relative |
+links = relative |
| 148 |
+ |
+ |
| 149 |
+#The URL of the documentation mindmap (.mm) |
+#The URL of the documentation mindmap (.mm) |
| 150 |
+docmapurl = file:/usr/share/doc/freemind/freemind.mm |
+docmapurl = ./doc/freemind.mm |
| 151 |
+docmapurl_since_version_0_7_0 = file:/usr/share/doc/freemind/freemind.mm |
+docmapurl_since_version_0_7_0 = ./doc/freemind.mm |
| 152 |
+ |
+ |
| 153 |
+#This is a hash that maps endings of files to programs which should be used to open them. |
+#This is a hash that maps endings of files to programs which should be used to open them. |
| 154 |
+#It is only used by the application,not by the applet. |
+#It is only used by the application,not by the applet. |
| 343 |
+# The Browse Mode |
+# The Browse Mode |
| 344 |
+# |
+# |
| 345 |
+#The URL of the map that is loaded when browsemode starts up |
+#The URL of the map that is loaded when browsemode starts up |
| 346 |
+browsemode_initial_map = file:/usr/share/doc/freemind/freemind.mm |
+browsemode_initial_map = ./doc/freemind.mm |
| 347 |
+# |
+# |
| 348 |
+# The default browser setting |
+# The default browser setting |
| 349 |
+# |
+# |
| 365 |
+# Here the default browser for other operating systems goes: |
+# Here the default browser for other operating systems goes: |
| 366 |
+# |
+# |
| 367 |
+# other is typically Linux: |
+# other is typically Linux: |
| 368 |
+default_browser_command_other_os = xdg-open {0} |
+default_browser_command_other_os = xdg-open "{0}" |
| 369 |
+# |
+# |
| 370 |
+# and MAC: (thanks to Nick!) |
+# and MAC: (thanks to Nick!) |
| 371 |
+#default_browser_command_mac = open -a /Applications/Safari.app {0} |
+#default_browser_command_mac = open -a /Applications/Safari.app {0} |