Changes between Version 35 and Version 36 of Help/Action/Delete


Ignore:
Timestamp:
2019-02-24T09:22:19+01:00 (7 years ago)
Author:
Hb---
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Delete

    v35 v36  
    1 [[TranslatedPages]]
    2 [[PageOutline]]
     1 [[TranslatedPages]]
     2= Delete mode =
    33
    4 [[Image(source:trunk/images/mapmode/delete.png)]] ''Keyboard shortcut:'' '''{{{Ctrl}}} + {{{Delete}}}'''
     4[[Image(source:trunk/images/mapmode/delete.png)]] ''Shortcut key:'' **`Ctrl₊Delete`**
    55
    6 '''Allows the user to delete nodes and other [Concepts/Object objects].'''
     6Delete nodes, segments, ways and relations by a single mouse click.
     7All possibly affected objects are highlighted in the Map View.
    78
    8 == Delete mode ==
    99
    10 === Alt modifier ===
     10=== Usage ===
    1111
    12 {{{Ctrl}}} + {{{Delete}}}, when '''{{{Alt}}}''' is held when using this tool the way and its' associated unused nodes are deleted.
     12 0. Clear the Selection by **`[Esc]`** or Unselect All.\\
     13    Otherwise the Selection and **all referring objects** to it get deleted by entering this mode.\\
     14 1. Enter the Delete mode by shortcut key or via the [wikitr:/Help/EditToolbar#Workingmode Edit toolbar].\\
     15  The cursor changes.
     16 1. Click on nodes, way segments and  ways to delete them.
    1317
    14 === Shift modifier ===
     18Modifiers:
     19 * `Shift` to remove only a way segment.\\
     20  The remaining parts os the way are split apart.
     21 * `Alt`   to spare the nodes of a way. \\
     22  These nodes will remain even when they are unused.
     23 * `Ctrl` to additionally delete all [Concepts/Object objects] which reference the selected object **without further warning**, relations included.
     24  The definition of ''reference'' is:
     25   * a node references all ways it is connected to
     26   * an object references all relations it is member of
     27   * a simple way which is not a member of a relation has no references.
    1528
    16 {{{Ctrl}}} + {{{Delete}}}, when '''{{{Shift}}}''' is held when using this tool, the segment you clicked is removed from the way, and the way split into two.
     29⏩ The cursor changes according to the affected objects.
    1730
    18 === Ctrl modifier ===
    1931
    20 {{{Ctrl}}} + {{{Delete}}}, when '''{{{Ctrl}}}''' is pressed when releasing the button, the [Concepts/Object objects] and all its references are deleted. The exact definition of ''all its references'' is:
    21  * If a node is deleted, the node and all ways and areas the node is part of are deleted as well.
    22  * If a way is deleted, only the way and no nodes are deleted.
    23  * If an area is deleted, only the area gets deleted.
    24 
    25 The following key shortcuts are defined:
    26  * If the user did not press '''{{{Ctrl}}}''' and the object has any references, the user is informed and nothing is deleted.
    27 
    28 == Deleting objects being part of relations == #DeleteFromRelations
     32{{{#!comment
     33the anchor is a help topic
     34}}}
     35=== Deleting objects being members of relations === #DeleteFromRelations
    2936
    3037If you delete an [Concepts/Object object] which is part of a [Concepts/Object#Relations relation] the [Concepts/Object object] has to be removed from the [Concepts/Object#Relations relation]. JOSM doesn't silently do so. Rather, the following confirmation dialog is displayed:
     
    3845
    3946== See also ==
    40 
    41  * [[Image(source:trunk/images/dialogs/delete.svg,20)]] [wiki:/Help/Action/EditDelete Delete tool], {{{Delete}}} - simpler variant of this mode
    42  * [Concepts/Object Objects]
    43  * [EditToolbar Edit Toolbar]
    44  * [[Shortcuts#Altkey]] - shortcuts utilizing {{{Alt}}} key may be inaccessible at some platforms, more details here
     47 * Simple [[Image(source:trunk/images/dialogs/delete.svg,20)]] [wikitr:/Help/Action/EditDelete Delete] as tool
    4548
    4649----
    47 Back to [wiki:/Help Main Help]
     50Back to [wikitr:/Help Main help]