Changes between Version 18 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

    v18 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 || [/wiki/JOSM%20interface#MainMenu 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
    16 || 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" || ||
    17 
     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. || ||
    1819
    1920=== Default setup ===
     21[[Image(default-interface-10025.png,link=,50%)]]
    2022
    21 [[Image(default-interface-10025.png,nolink)]]
    22 
    23 === do not hide menu AND toolbar special case ===
     23=== do not hide menu AND toolbar special case ===#donothidemenuANDtoolbarspecialcase
    2424It is possible "Do not hide" only main menu or only toolbar using advanced keys. It is impossible via JOSM interface settings.
    2525
    2626This demo show that "Do not hide menu AND toolbar" utilizes TWO keys, not one. But you still can set values individually in advanced settings:
    2727
    28 [[Image(toolbar-do-not-hide-option-utilizes-two-keys-not-one.gif​,nolink)]]
     28[[Image(toolbar-do-not-hide-option-utilizes-two-keys-not-one.gif​,link=,50%)]]
    2929
    3030=== Minimalistic look ===
    31 
    3231'''NOTE:''' undocked panels can be displayed at second/third monitor.
    3332'''NOTE:''' source materials (photos, videos, notes etc) can be displayed at second/third monitor.
    3433
    35 1. set menu.always-visible, sidetoolbar.always-visible, statusbar.always-visible, toolbar.always-visible to false
    36 2. set propertiesdialog.docked, selectionlist.docked to false
    37 3. adjust layout, press {{{Tab}}}
     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}}}**
    3837
    39 [[Image(minimal-ui.png​,nolink)]]
     38[[Image(minimal-ui.png​,link=,50%)]]
    4039
    41 === Usage of style instead of tag panels ===
    42 (stub)
     40=== Usage of style instead of tag windows ===
    4341While 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).
    4442
    45 ''Object duplication'' and ''copying of tags'' used more often than (re-)entering of tags.
     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
    4647
    4748== See also ==
    48 * [[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]