Changes between Version 86 and Version 87 of Help/Preferences/Advanced


Ignore:
Timestamp:
2020-03-16T08:13:53+01:00 (6 years ago)
Author:
Hb---
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Preferences/Advanced

    v86 v87  
    22[[PageOutline(2-10,Table of Contents)]]
    33
    4 =  Preferences dialog > Advanced Preferences tab =
     4=  Preferences > Advanced Preferences =
    55
    66[[JOSMImage(preferences/advanced,link=)]]
    77
    8 The **Advanced Peferences** tab shows all raw settings and allows to manipulate them.
    9 It is visible in [wikitr:/Help/ExpertMode expert mode] only.
     8The **Advanced Peferences** register shows all raw settings and allows to manipulate them.
     9It is visible in [wikitr:/Help/ExpertMode expert access mode] only.
    1010
    11 Most settings can more easily and safely be modified via the other tabs of this dialog box.
    12 Normally you should not need to use this display.
     11Most settings can easily and safely be modified via the other registers of this dialog box.
     12Normally you should not need to use this register.
    1313Do so with caution.
    1414Invalid settings can cause errors and/or loss of data.
     
    2323 1. [[span(style=background-color:#C8FFC8;font-weight:bold;, Bold on green)]] - value was changed in this dialog.
    2424 1. [[span(style=background-color:#C8FFC8;font-weight:normal;, Normal on green)]] - value was reset to default in this dialog.
    25 After JOSM being restarted all preference settings equal to their default values loose any markings.
     25After a restart of JOSM all preference settings which are equal to their default values loose any list colors.
    2626
    2727[[Image(Help/Preferences/Advanced:AdvancedPreferencesTab.png,344,right)]]
     
    2929 Add:: To add keys with simple values and with a XML structure.
    3030
    31  Edit:: To edit one selected key/value pair.
     31 Edit:: To edit one marked key/value pair.
    3232
    33  Reset:: Sets all selected key/value pairs to their default value.
     33 Reset:: Sets all marked key/value pairs to their default value.
    3434
    3535 Read from file:: Imports a JOSM custom configuration XML file.
    36  That can contain preferences modifications, commands to download some files or plugins, and even JavaScript code.[[br]]
     36 That can contain preferences modifications, commands to download some files or plugins and even JavaScript code.[[br]]
    3737 After a file import is complete, you can see a detailed log and the changed preferences will be represented.
    3838 You can reject these changes by pressing **Cancel** button.
     
    4343 You can use it together with the **Search** field to find all preferences you need to backup or share.
    4444
    45  More...:: launches the popup menu with additional actions:
     45 More...:: launches a popup menu with additional actions:
    4646 * **Save ... profile** - saves part of preferences related to shortcuts, colors, toolbar and imagery to a separate custom configuration XML files.
    4747 * **Load profile** - replace existing part of preferences with previously saved fragment (for example, reset all shortcuts to default and then load them from file).
     
    5858||= Description =||\
    5959||
    60 || ''panel''.buttonhiding ||\
     60|| ''$panel''.buttonhiding ||\
    6161|| DYNAMIC, ALWAYS_HIDDEN or ALWAYS_SHOWN || DYNAMIC ||\
    6262|| See [wikitr:"/Help/JOSM interface customization" JOSM interface customization] ||\
    6363||
    64 || ''panel''.minimized ||\
     64|| ''$panel''.minimized ||\
    6565|| true or false || false ||\
    6666|| See [wikitr:"/Help/JOSM interface customization" JOSM interface customization] ||\
    6767||
    68 || ''panel''.docked ||\
     68|| ''$panel''.docked ||\
    6969|| true or false || true ||\
    7070|| if a window is in the side pane or floating ||\
    7171||
    72 || ''panel''.lastHeight ||\
     72|| ''$panel''.lastHeight ||\
    7373|| integer || mixed ||\
    7474|| is used to store the last used height of a panel ||\
    7575||
    76 || ''panel''.preferredHeight ||\
     76|| ''$panel''.preferredHeight ||\
    7777|| integer || mixed ||\
    7878|| can be used to overwrite the hard coded preferred height of a panel ||\
    7979||
    80 || ''widget''.always-visible; ||\
     80|| ''$widget''.always-visible; ||\
    8181|| true or false || true ||\
    8282|| if TAB toggles this screen widget ||\
     
    149149||  ||  || See [wikitr:/Styles#AdvancedPreferences Styles] ||\
    150150||
    151 || *.GUI.geometry; ||\
     151|| ''$dialogname''.GUI.geometry; ||\
    152152|| || || Size and position of dialog boxes ||\
    153153||
     
    177177||
    178178
    179 ''panel'' is short for changesetdialog, commandstack, conflict, filter, layerlist, mapstyle, notes/note_open, propertiesdialog, relationlist, selectionlist, userlist or validator \\
    180 ''widget'' is short for menu, sidetoolbar, statusbar, or toolbar \\
     179''$dialogname'' ia short for a dialog name\\
     180''$panel'' is short for changesetdialog, commandstack, conflict, filter, layerlist, mapstyle, notes/note_open, propertiesdialog, relationlist, selectionlist, userlist or validator \\
     181''$widget'' is short for menu, sidetoolbar, statusbar or toolbar \\
    181182
    182183
     
    184185The list of preferences is build like this:
    185186* Not all possible available keys are listed at the beginning.
    186 * Whenever JOSM internally requests the value of a particular setting, it remembers the key and the default value.
    187 * Note that a setting is not saved in the preference file, unless the value is different from the default. However JOSM will remember all keys and their default values which were previously requested.
    188 * This means, that settings related to download may not be in the list, before you did your first download. However, if you already know the key, you can still set it explicitly.
     187* Whenever JOSM internally requests a particular setting, it remembers and lists the key and the default value.
     188* A setting is only saved in the preference file if the value is different from the default.
     189* However, if you already know the key, you can still set it explicitly.
    189190
    190191