Changes between Version 4 and Version 5 of Help/Preferences/Advanced
- Timestamp:
- 2009-09-17T12:52:52+02:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Preferences/Advanced
v4 v5 1 1 = Preferences > Advanced Preferences = 2 2 3 It is very unlikely you will need to change anything here.3 '''Advanced preferences''' gives you a view of all your raw preferences data. 4 4 5 Use with extreme caution.5 The majority of preference settings can be more easily and safely modified via the other preference panels. Normally you should not need to use this display to change settings. Do so with caution because there is no validation, and invalid or missing settings can cause unexpected errors and/or loss of data. You may be instructed to change or add settings here in order to access experimental or under-development features e.g. if somebody developed a plugin and provided a setting, but didn't get around to creating a more attractive interface for changing it. 6 6 7 == Commonly Used Options == 8 This is not a definitive list, these options are mostly only documented in the code and not present in the default configuration. 7 As you can see, your preference data is composed of a set of name->value pairs. The setting names are often "namespaced" with dot ('.') separated words. Many JOSM plugins will store preferences grouped in a namespace. 9 8 10 ||'''Key'''||'''Values'''||'''Default'''||'''Description'''|| 11 ||color.gps marker||color||||Default color for imported GPS markers|| 12 ||color.gps point||color||||Default color for imported GPS points|| 13 ||draw.helper-line||boolean||true||Display a line to 'preview' edit|| 14 ||osm-primitives.showid||boolean||false||Show object IDs when referenced in the UI|| 15 16 9 Preference data is saved to a file in 'Applications Settings' folder (windows) or the hidden system folder ~/.josm (linux). You can get a similar raw view by viewing this file, but this 'Advanced' preferences panel is intended to provide a easier alternative. 10 17 11 Back to [wiki:Help Main Help]