Changes between Version 42 and Version 53 of Help/Menu/Tools


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

Legend:

Unmodified
Added
Removed
Modified
  • Help/Menu/Tools

    v42 v53  
    22= Tools menu=
    33
    4 The Tools menu offers actions to add objects and manipulate [wikitr:/Help/Dialog/SelectionList#Selection the Selection] from the JOSM program core.
     4The Tools menu offers actions to add objects and manipulate [wikitr:/Help/Dialog/SelectionList#Selection the Selection] from the JOSM program core. Tools from [wikitr:/Plugins plugins] can usually be found in the [wikitr:/Help/Menu/MoreTools More Tools menu] or in the [wikitr:/Help/Menu/Data Data menu] instead.
    55
    66== Items ==
    7 
    8 || [[Image(source:trunk/images/splitway.png)]] || [wikitr:/Help/Action/SplitWay Split Way] ||  {{{P}}}  || Split a way at the selected nodes ||
    9 || [[Image(source:trunk/images/combineway.svg)]] || [wikitr:/Help/Action/CombineWay Combine Way] ||  {{{C}}}  || Combine several ways into one ||
    10 || || || || ||
    11 || [[Image(source:trunk/images/wayflip.png)]] || [wikitr:/Help/Action/ReverseWays Reverse Ways] ||  {{{R}}}  || Reverse the direction of all selected ways ||
    12 || [[Image(source:trunk/images/simplify.png)]] || [wikitr:/Help/Action/SimplifyWay Simplify Way] ||  {{{Shift+Y}}}  || Delete unnecessary nodes from a way ||
    13 || || || || ||
    14 || [[Image(source:trunk/images/aligncircle.svg)]] || [wikitr:/Help/Action/AlignInCircle Align Nodes in Circle] ||  {{{O}}}  || Move the selected nodes into a circle ||
    15 || [[Image(source:trunk/images/alignline.svg)]] || [wikitr:/Help/Action/AlignInLine Align Nodes in Line] ||  {{{L}}}  || Move the selected nodes into a line ||
    16 || [[Image(source:trunk/images/distribute.png)]] || [wikitr:/Help/Action/DistributeNodes Distribute Nodes] ||  {{{Shift+B}}}  || Distribute the selected nodes to equal distance along a line ||
    17 || [[Image(source:trunk/images/ortho.svg)]] || [wikitr:/Help/Action/OrthogonalizeShape Orthogonalize Shape] ||  {{{Q}}}  || Move nodes that all angles are 90 or 180 degrees ||
    18 || [[Image(source:trunk/images/mirror.svg)]] || [wikitr:/Help/Action/Mirror Mirror] ||  {{{Shift+M}}}  || Mirror selected nodes and ways (**[wikitr:/Help/ExpertMode expert mode] only**) ||
    19 || || || || ||
    20 || [[Image(source:trunk/images/followline.svg)]] || [wikitr:/Help/Action/FollowLine Follow Line] ||  {{{F}}}  || Continues drawing a line that shares nodes with another line (**[wikitr:/Help/ExpertMode expert mode] only**) ||
    21 || [[Image(source:trunk/images/addnode.svg)]] || [wikitr:/Help/Action/AddNode Add Node ...] ||  {{{Shift+D}}}  || Add a node by entering latitude and longitude (**[wikitr:/Help/ExpertMode expert mode] only**) ||
    22 || [[Image(source:trunk/images/movenode.png)]] || [wikitr:/Help/Action/MoveNode Move Node ...] || || Move a node by entering latitude and longitude (**[wikitr:/Help/ExpertMode expert mode] only**) ||
    23 || [[Image(source:trunk/images/aligncircle.svg)]] || [wikitr:/Help/Action/CreateCircle Create Circle] ||  {{{Shift+O}}}  || Create a circle from three selected nodes ||
    24 || || || || ||
    25 || [[Image(source:trunk/images/mergenodes.svg)]] || [wikitr:/Help/Action/MergeNodes Merge Nodes] ||  {{{M}}}  || Merges the currently selected nodes into one node ||
    26 || [[Image(source:trunk/images/joinnodeway.svg)]] || [wikitr:/Help/Action/JoinNodeWay Join Node to Way] ||  {{{J}}}  || Join nearby way segments with the selected nodes. ||
    27 || [[Image(source:trunk/images/movenodeontoway.png)]] || [wikitr:/Help/Action/MoveNodeWay Move Node onto Way] ||  {{{N}}}  || Move the selected nodes and connect them with all nearby ways. ||
    28 || [[Image(source:trunk/images/unjoinnodeway.svg)]] || [wikitr:/Help/Action/DisconnectNodeWay Disconnect Node from Way] ||  {{{Alt+J}}}  || Disconnect the selected nodes from a way ||
    29 || [[Image(source:trunk/images/unglueways.png)]] || [wikitr:/Help/Action/UnGlue Unglue Ways] ||  {{{G}}}  || Duplicate the nodes that are used by multiple ways ||
    30 || || || || ||
    31 || [[Image(source:trunk/images/joinareas.svg)]] || [wikitr:/Help/Action/JoinAreas Join overlapping Areas] ||  {{{Shift+J}}}  || Join areas that overlapping each other ||
    32 || [[Image(source:trunk/images/multipoly_create.svg)]] || [wikitr:/Help/Action/CreateMultipolygon Create Multipolygon] ||  {{{Ctrl+B}}}  || Create multipolygon ||
    33 || [[Image(source:trunk/images/multipoly_create.svg)]] || [wikitr:/Help/Action/UpdateMultipolygon Update Multipolygon] ||  {{{Ctrl+Shift+B}}}  || Move tags from outer way to the multipolygon ||
    34 
    35 
    36 == Additional menu items ==
    37 Depending on your [wikitr:/Plugins plugin configuration] some additional menu items may be available, e.g.:
    38 
     7||= **Icon** =||= **Name** =||= **Shortcut** =||= **Description** =||
     8||  [[JOSMImage(mapmode/splitway)]]  || [wikitr:/Help/Action/SplitWay Split Way] ||  `P`  || Split a way at the selected nodes ||
     9||  [[JOSMImage(combineway)]]  || [wikitr:/Help/Action/CombineWay Combine Way] ||  `C`  || Combine several ways into one ||
     10||||
     11||  [[JOSMImage(wayflip)]]  || [wikitr:/Help/Action/ReverseWays Reverse Ways] ||  `R`  || Reverse the direction of all selected ways ||
     12||  [[JOSMImage(simplify)]]  || [wikitr:/Help/Action/SimplifyWay Simplify Way] ||  `Shift+Y`  || Delete unnecessary nodes from a way ||
     13||||
     14||  [[JOSMImage(aligncircle,24,middle,link=)]]  || [wikitr:/Help/Action/AlignInCircle Align Nodes in Circle] ||  `O`  || Move the selected nodes into a circle ||
     15||  [[JOSMImage(alignline)]]  || [wikitr:/Help/Action/AlignInLine Align Nodes in Line] ||  `L`  || Move the selected nodes into a line ||
     16||  [[JOSMImage(distribute)]]  || [wikitr:/Help/Action/DistributeNodes Distribute Nodes] ||  `Shift+B`  || Distribute the selected nodes to equal distance along a line ||
     17||  [[JOSMImage(ortho)]]  || [wikitr:/Help/Action/OrthogonalizeShape Orthogonalize Shape] ||  `Q`  || Move nodes that all angles are 90 or 180 degrees ||
     18||  [[JOSMImage(mirror)]]  || [wikitr:/Help/Action/Mirror Mirror] ||  `Shift+M`  || Mirror selected nodes and ways (''**[wikitr:/Help/ExpertMode expert mode] only**'') ||
     19||||
     20||  [[JOSMImage(followline)]]  || [wikitr:/Help/Action/FollowLine Follow Line] ||  `F`  || Continues drawing a line that shares nodes with another line (''**[wikitr:/Help/ExpertMode expert mode] only**'') ||
     21||  [[JOSMImage(addnode)]]  || [wikitr:/Help/Action/AddNode Add Node ...] ||  `Shift+D`  || Add a node by entering latitude and longitude (**[wikitr:/Help/ExpertMode expert mode] only**) ||
     22||  [[JOSMImage(movenode)]]  || [wikitr:/Help/Action/MoveNode Move Node ...] || || Move a node by entering latitude and longitude (''**[wikitr:/Help/ExpertMode expert mode] only**'') ||
     23||  [[JOSMImage(aligncircle)]]  || [wikitr:/Help/Action/CreateCircle Create Circle] ||  `Shift+O`  || Create a circle from three selected nodes ||
     24||||
     25||  [[JOSMImage(mergenodes)]]  || [wikitr:/Help/Action/MergeNodes Merge Nodes] ||  `M`  || Merges the currently selected nodes into one node ||
     26||  [[JOSMImage(joinnodeway)]]  || [wikitr:/Help/Action/JoinNodeWay Join Node to Way] ||  `J`  || Join nearby way segments with the selected nodes. ||
     27||  [[JOSMImage(movenodeontoway)]]  || [wikitr:/Help/Action/MoveNodeWay Move Node onto Way] ||  `N`  || Move the selected nodes and connect them with all nearby ways. ||
     28||  [[JOSMImage(unjoinnodeway)]]  || [wikitr:/Help/Action/UnJoinNodeWay Disconnect Node from Way] ||  `Alt+J`  || Disconnect selected nodes from a way they currently belong to ||
     29||  [[JOSMImage(unglueways)]]  || [wikitr:/Help/Action/UnGlue Unglue Ways] ||  `G`  || Duplicate the nodes that are used by multiple ways ||
     30||||
     31||  [[JOSMImage(joinareas)]]  || [wikitr:/Help/Action/JoinAreas Join overlapping Areas] ||  `Shift+J`  || Join areas that overlapping each other ||
     32||  [[JOSMImage(multipoly_create,24,middle,link=)]]  || [wikitr:/Help/Action/CreateMultipolygon Create Multipolygon] ||  `Ctrl+B`  || Create multipolygon ||
     33||  [[JOSMImage(multipoly_update,24,middle,link=)]]  || [wikitr:/Help/Action/UpdateMultipolygon Update Multipolygon] ||  `Ctrl+Shift+B`  || Move tags from outer way to the multipolygon ||
    3934
    4035----
    41 Back to [wikitr:/Help/Menu Main menu][[BR]]
     36Back to [wikitr:/Help/Menu Main menu] \\
    4237Back to [wikitr:/Help Main Help]
     38