Changes between Version 86 and Version 87 of Help/Preferences/Advanced
- Timestamp:
- 2020-03-16T08:13:53+01:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Preferences/Advanced
v86 v87 2 2 [[PageOutline(2-10,Table of Contents)]] 3 3 4 = Preferences dialog> Advanced Preferencestab=4 = Preferences > Advanced Preferences = 5 5 6 6 [[JOSMImage(preferences/advanced,link=)]] 7 7 8 The **Advanced Peferences** tabshows all raw settings and allows to manipulate them.9 It is visible in [wikitr:/Help/ExpertMode expert mode] only. 8 The **Advanced Peferences** register shows all raw settings and allows to manipulate them. 9 It is visible in [wikitr:/Help/ExpertMode expert access mode] only. 10 10 11 Most settings can moreeasily and safely be modified via the othertabs of this dialog box.12 Normally you should not need to use this display.11 Most settings can easily and safely be modified via the other registers of this dialog box. 12 Normally you should not need to use this register. 13 13 Do so with caution. 14 14 Invalid settings can cause errors and/or loss of data. … … 23 23 1. [[span(style=background-color:#C8FFC8;font-weight:bold;, Bold on green)]] - value was changed in this dialog. 24 24 1. [[span(style=background-color:#C8FFC8;font-weight:normal;, Normal on green)]] - value was reset to default in this dialog. 25 After JOSM beingrestartedall preference settings equal to their default values loose anymarkings.25 After a restart of JOSM all preference settings which are equal to their default values loose any list colors. 26 26 27 27 [[Image(Help/Preferences/Advanced:AdvancedPreferencesTab.png,344,right)]] … … 29 29 Add:: To add keys with simple values and with a XML structure. 30 30 31 Edit:: To edit one selected key/value pair.31 Edit:: To edit one marked key/value pair. 32 32 33 Reset:: Sets all selected key/value pairs to their default value.33 Reset:: Sets all marked key/value pairs to their default value. 34 34 35 35 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]] 37 37 After a file import is complete, you can see a detailed log and the changed preferences will be represented. 38 38 You can reject these changes by pressing **Cancel** button. … … 43 43 You can use it together with the **Search** field to find all preferences you need to backup or share. 44 44 45 More...:: launches thepopup menu with additional actions:45 More...:: launches a popup menu with additional actions: 46 46 * **Save ... profile** - saves part of preferences related to shortcuts, colors, toolbar and imagery to a separate custom configuration XML files. 47 47 * **Load profile** - replace existing part of preferences with previously saved fragment (for example, reset all shortcuts to default and then load them from file). … … 58 58 ||= Description =||\ 59 59 || 60 || ''panel''.buttonhiding ||\ 60 || ''$panel''.buttonhiding ||\ 61 61 || DYNAMIC, ALWAYS_HIDDEN or ALWAYS_SHOWN || DYNAMIC ||\ 62 62 || See [wikitr:"/Help/JOSM interface customization" JOSM interface customization] ||\ 63 63 || 64 || ''panel''.minimized ||\ 64 || ''$panel''.minimized ||\ 65 65 || true or false || false ||\ 66 66 || See [wikitr:"/Help/JOSM interface customization" JOSM interface customization] ||\ 67 67 || 68 || ''panel''.docked ||\ 68 || ''$panel''.docked ||\ 69 69 || true or false || true ||\ 70 70 || if a window is in the side pane or floating ||\ 71 71 || 72 || ''panel''.lastHeight ||\ 72 || ''$panel''.lastHeight ||\ 73 73 || integer || mixed ||\ 74 74 || is used to store the last used height of a panel ||\ 75 75 || 76 || ''panel''.preferredHeight ||\ 76 || ''$panel''.preferredHeight ||\ 77 77 || integer || mixed ||\ 78 78 || can be used to overwrite the hard coded preferred height of a panel ||\ 79 79 || 80 || ''widget''.always-visible; ||\ 80 || ''$widget''.always-visible; ||\ 81 81 || true or false || true ||\ 82 82 || if TAB toggles this screen widget ||\ … … 149 149 || || || See [wikitr:/Styles#AdvancedPreferences Styles] ||\ 150 150 || 151 || *.GUI.geometry; ||\151 || ''$dialogname''.GUI.geometry; ||\ 152 152 || || || Size and position of dialog boxes ||\ 153 153 || … … 177 177 || 178 178 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 \\ 181 182 182 183 … … 184 185 The list of preferences is build like this: 185 186 * Not all possible available keys are listed at the beginning. 186 * Whenever JOSM internally requests the value ofa particular setting, it remembers the key and the default value.187 * Note that asetting isnotsaved in the preference file, unlessthe 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. 189 190 190 191
