Changes between Version 3 and Version 4 of Help/MainToolbar


Ignore:
Timestamp:
2015-03-04T19:43:18+01:00 (9 years ago)
Author:
Klumbumbus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/MainToolbar

    v3 v4  
    22
    33== JOSM Main Toolbar ==
     4Some of the important default buttons:
    45
    56 * [[Image(source:/trunk/images/open.png)]]  [wiki:Help/Action/Open Open]
     
    1112 * [[Image(source:/trunk/images/dialogs/search.png)]] [wiki:Help/Action/Search Search for objects]
    1213 * [[Image(source:/trunk/images/preference.png)]] [wiki:Help/Action/Preferences Preferences]
     14
     15== Configuration ==
     16
     17You can change the buttons in the main toolbar by right clicking on it and choosing "Configure toolbar". You can add all items from the [wiki:Help#MainMenu Main Menu] (Actions, Presets, Presetgroups, Seperators,...).
     18
     19The Search button is a special button. It is customizable so you can set the tooltip, the icon and the search expression yourself. Each time you press the button, the specified search expression will be executed. Examples:
     20* If you set `amenity=bench` as searchExpression all objects with the tag `amenity=bench` will be selected.
     21* If you set `-selected` as searchExpression, the selection will invert each time you press the button.