Changes between Version 21 and Version 34 of Help/Preferences/Advanced


Ignore:
Timestamp:
(multiple changes)
Author:
(multiple changes)
Comment:
(multiple changes)

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/Advanced

    v21 v34  
    1212As 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.
    1313
    14 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.
     14You can get a similar raw view by viewing this file, but this 'Advanced' preferences panel is intended to provide a easier alternative.
    1515
    1616[[Image(AdvancedPreferences.png, 600px)]]
     17
     18== Explanation ==
     19Please note that if key was utilized by menu ([[Help/Keys by menu]]), it won't be listed here. I.e. list below contains only hidden to the end user settings:
     20
     21||Single key or group? ||'''Key'''||'''Values'''||'''Default'''||'''Description'''||
     22||group||changesetdialog.buttonhiding; [[br]] commandstack.buttonhiding; [[br]] conflict.buttonhiding; [[br]] filter.buttonhiding; [[br]] layerlist.buttonhiding; [[br]] mapstyle.buttonhiding; [[br]] notes/note_open.buttonhiding; [[br]] propertiesdialog.buttonhiding; [[br]] relationlist.buttonhiding; [[br]] selectionlist.buttonhiding; [[br]] userlist.buttonhiding; [[br]] validator.buttonhiding || DYNAMIC or ALWAYS_HIDDEN or ALWAYS_SHOWN || DYNAMIC || explained at [[JOSM interface customization]]
     23||group||changesetdialog.minimized; [[br]] commandstack.minimized; [[br]] conflict.minimized; [[br]] filter.minimized; [[br]] layerlist.minimized; [[br]] mapstyle.minimized; [[br]] notes/note_open.minimized; [[br]] propertiesdialog.minimized; [[br]] relationlist.minimized; [[br]] selectionlist.minimized; [[br]] userlist.minimized; [[br]] validator.minimized||true or false||false|| explained at [[JOSM interface customization]]
     24||group||changesetdialog.docked; [[br]] commandstack.docked; [[br]] conflict.docked; [[br]] filter.docked; [[br]] layerlist.docked; [[br]] mapstyle.docked; [[br]] notes/note_open.docked; [[br]] propertiesdialog.docked; [[br]] relationlist.docked; [[br]] selectionlist.docked; [[br]] userlist.docked; [[br]] validator.docked||true or false||false|| explained at [[JOSM interface customization]]
     25||group||starts with draw.anglesnap. and probably keys starting with color.draw.angle.snap ||mixed||mixed|| should be explained at [[Help/Action/Draw]] under "Angle snapping" section
     26||single|| edit.initial-move-threshold || pixels || || was explained at [[Help/Action/Select#Advanceddetails]]
     27||single|| edit.initial-move-delay || ms || || was explained at [[Help/Action/Select#Advanceddetails]]
     28||single|| upload.comment.max-age || || || was explained at [[Help/Concepts/Changeset#Upload comment and other changeset tags]]
     29||single|| draw.fullscreen || true or false || false || [[Help/Action/FullscreenView]] and [[JOSM interface customization]]
    1730
    1831== Details ==