Changes between Version 12 and Version 13 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2007-06-01T14:08:01+02:00 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v12 v13 45 45 46 46 == Main.pref == 47 This is the (ONLY!) access to the global preferences file, located in .josm/preferences. Use Main.pref.get(...) and Main.pref.put(...) to access the preferences. They will be saved immediately after a nput, so don't put anything you dont want to have there ;).47 This is the (ONLY!) access to the global preferences file, located in .josm/preferences. Use Main.pref.get(...) and Main.pref.put(...) to access the preferences. They will be saved immediately after a put, so don't put anything you dont want to have there ;). 48 48 49 49 Please, prefix custom plugin preferences with your plugin name.