Changes between Version 11 and Version 41 of Help/JOSM interface customization


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

Legend:

Unmodified
Added
Removed
Modified
  • Help/JOSM interface customization

    v11 v41  
    1 [[TranslatedPages]]
     1[[TranslatedPages(outdated=The whole page is confusing. A complete overhall or a move of single snippets to other pages and deleting the page should be considered.)]]
     2= JOSM interface customization
    23
    34=== Display Settings menu ===
    4 Most of the setting are available via [[Help/Preferences/Display]] menu. But others will be spread across editor and not so obvious/visible ways to activate them.
     5Most of the setting are available via [wikitr:/Help/Preferences/Display Display] menu. But others will be spread across editor and not so obvious/visible ways to activate them.
    56
    6 === Using filters dialog to de-clutter screen ===
    7 See [[Help/Dialog/Filter#Examples]] for details.
     7=== Using filters panel to de-clutter screen ===
     8See [wikitr:/Help/Dialog/Filter#Examples Examples] for details.
    89
    910=== Other tweaks ===
    10 || Applies to || Description || Relevant keys in [Help/Preferences/Advanced Advanced Preferences]
    11 || [Help/ToggleDialogs Toggle Dialogs] || By clicking on the heading you can switch between "Always shown", "Dynamic", "Always hidden" so that "buttons" at the bottom of the dialog in question will be hidden/displayed. Settings save per each panel independently. [[br]] [[br]] **NOTE**: "Dynamic" setting won't work unless you check respective checkbox in [Help/Preferences/Display Display Settings menu] or set dialog.dynamic.buttons to true || ends with .buttonhiding
    12 || [Help/ToggleDialogs Toggle Dialogs] || By clicking on arrow in heading of the panel you will toggle it minified state. Settings save per each panel independently. || ends with .minimized
    13 || [Help/ToggleDialogs Toggle Dialogs] || By clicking on pin icon in heading of the panel you will make floating window. In order to pin each window back to its place you have to close this window. Settings save per each panel independently. || ends with .docked
    14 || [Help/Action/FullscreenView Fullscreen] || Use {{{F11}}} to enter and leave fullscreen mode || draw.fullscreen
    15 || Simple use: [[br]] [[wiki:Help/ToggleDialogs]] [[br]] [[br]] Advanced use: [[br]] [Help/MainToolbar Main toolbar]+[[Main menu]] [[br]] [Help/EditToolbar Edit toolbar] [[br]] [Help/StatusBar Status toolbar] || Use {{{Tab}}} to hide/unhide them. Additionally, you can use right mouse click on advanced elements to select "Do not hide this toolbar and menu" || ||
     11||= Applies to =||= Description =||= Relevant keys in [wikitr:/Help/Preferences/Advanced Advanced Preferences] =||
     12||  [wikitr:/Help/ToggleDialogs Sidebar]  || By clicking on the heading, then "side buttons", you can switch between "Always shown", "Dynamic", "Always hidden" so that "buttons" at the bottom of the panel in question will be hidden/displayed. Settings save per each panel independently. \\ \\ **NOTE**: "Dynamic" setting won't work unless you check respective checkbox in [wikitr:/Help/Preferences/Display Display Settings menu] or set `dialog.dynamic.buttons` to `true` ||  ends with `.buttonhiding`  ||
     13||  [wikitr:/Help/ToggleDialogs Sidebar]  || By clicking on arrow in heading of the panel you will toggle it's minified state. Settings save per each panel independently. ||  ends with `.minimized`  ||
     14||  [wikitr:/Help/ToggleDialogs Sidebar]  || By clicking on pin icon in heading of the panel you will make floating window. In order to pin each panel back to its place you have to close this window. Settings save per each panel independently. ||  ends with `.docked`  ||
     15||  [wikitr:/Help/ToggleDialogs Sidebar],\\ whole JOSM window  || Position and size of the pop ups. Position of each [wikitr:/Help/ToggleDialogs panel] (when unpinned) ||  ends with `.geometry`  ||
     16||  [wikitr:/Help/Action/FullscreenView Fullscreen]  || Use {{{F11}}} to enter and leave fullscreen view ||  `draw.fullscreen`  ||
     17||  [wikitr:/Help/Menu Main menu],\\ toolbar, status bar, side toolbar  || Will be always visible, unless you disable it in advanced settings. Set one of 4 keys ({{{menu.always-visible}}} for example) to `false` to hide it after every {{{Tab}}} press \\ \\ You can use right mouse click on elements to select "Do not hide this toolbar and menu". However, there [#donothidemenuANDtoolbarspecialcase special case] about "Main menu" and "toolbar".  ||  ends with `.always-visible`  ||
     18||  Simple use: \\ [wikitr:/Help/ToggleDialogs Sidebar] \\ \\ Advanced use (read row above about ".always-visible" keys): \\ [wikitr:/Help/MainToolbar Main toolbar]+[wikitr:/Help/Menu Main menu] \\ [wikitr:/Help/EditToolbar Edit toolbar] \\ [wikitr:/Help/StatusBar Status toolbar]  || Use {{{Tab}}} to hide/unhide them. || ||
    1619
    17 (please insert josm-screen-commented2.png here)
     20=== Default setup ===
     21[[Image(default-interface-10025.png,link=,50%)]]
     22
     23=== do not hide menu AND toolbar special case ===#donothidemenuANDtoolbarspecialcase
     24It is possible "Do not hide" only main menu or only toolbar using advanced keys. It is impossible via JOSM interface settings.
     25
     26This demo show that "Do not hide menu AND toolbar" utilizes TWO keys, not one. But you still can set values individually in advanced settings:
     27
     28[[Image(toolbar-do-not-hide-option-utilizes-two-keys-not-one.gif​,link=,50%)]]
     29
     30=== Minimalistic look ===
     31'''NOTE:''' undocked panels can be displayed at second/third monitor.
     32'''NOTE:''' source materials (photos, videos, notes etc) can be displayed at second/third monitor.
     33
     341. set `menu.always-visible`, `sidetoolbar.always-visible`, `statusbar.always-visible`, `toolbar.always-visible` to `false`
     351. set `propertiesdialog.docked`, `selectionlist.docked` to `false`
     361. adjust layout, press **{{{Tab}}}**
     37
     38[[Image(minimal-ui.png​,link=,50%)]]
     39
     40=== Usage of style instead of tag windows ===
     41While some styles are displeasant to use every day, they may facilitate entrance of data more quickly. Especially if you enter all data tag after tag (tag change only 4-10 times), not all tags per each object (tag changes thousands of times).
     42
     43''Object duplication'' and ''copying of tags'' used more often than tag editing.
     44
     45[https://github.com/osmlab/sf_building_height_import/blob/dd4be4a5b8127eb399c9ac7ed034137ac07fb0b5/buildingheights.css#L20-L78 buildingheights.css] was used to [https://github.com/osmlab/sf_building_height_import/issues/15#issuecomment-259668906 highlight buildings into 4 pseudo-classes] during ''San Francisco Building Height Import''.
     46
    1847
    1948== See also ==
    20 * [[Shortcuts]] contain section "interface and appearance"
     49* [wikitr:/Shortcuts#interfaceandappearance Keyboard shortcuts relating to "interface and appearance"]
     50
     51----
     52Back to [wikitr:/Help Main Help]