Changes between Version 33 and Version 45 of Help/Action/Delete


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

Legend:

Unmodified
Added
Removed
Modified
  • Help/Action/Delete

    v33 v45  
    11[[TranslatedPages]]
     2[[PageOutline(2-10,Table of Contents)]]
    23
    3 [[Image(source:trunk/images/mapmode/delete.png)]] ''Keyboard shortcut:'' '''{{{Ctrl}}} + {{{Delete}}}'''  - one the [Help/Modes JOSM modes].
     4= Delete mode =
     5[[JOSMImage(mapmode/delete,48,link=,middle,margin-right=20)]] ''Shortcut key:'' **`Ctrl+Delete` ([wikitr:/Help/ExpertMode expert mode] only)** — is one of the [wikitr:/Help/Menu/Mode#Workingmode working modes]
    46
    5 '''Allows the user to delete nodes and other [Concepts/Object objects].'''
     7Delete [[JOSMImage(data/node)]] [wikitr:/Help/Concepts/Object#Nodes nodes], [wikitr:/Help/Concepts/Object#Segment segments], [[JOSMImage(data/way)]] [wikitr:/Help/Concepts/Object#Ways ways] and [[JOSMImage(data/relation)]] [wikitr:/Help/Concepts/Object#Relations relations] by a single mouse click.
     8All possibly affected [wikitr:/Help/Concepts/Object objects] are highlighted in the [wikitr:/Help/MapView Map View].
    69
    7 [[TOC(inline)]]
     10== Usage ==
     110. Clear the Selection by **`[Esc]`** or [[JOSMImage(unselectall)]] [wikitr:/Help/Action/UnselectAll Unselect All].
    812
    9 == Delete mode ==
     13 Otherwise the Selection and **all referring objects** to it get deleted by entering this mode.
    1014
    11 === Alt modifier ===
     151. Enter the Delete mode by shortcut key, via the [wikitr:/Help/Menu/Mode#Workingmode Mode menu] or via the [wikitr:/Help/EditToolbar Edit toolbar]. \\
     16 The cursor changes.
     171. Click on nodes, way segments and  ways to delete them.
    1218
    13 {{{Ctrl}}} + {{{Delete}}}, when '''{{{Alt}}}''' is held when using this tool the way and its' associated unused nodes are deleted.
     19=== Modifiers ===
     20* `Shift` to remove only a way segment. \\
     21 The remaining parts of the way are split apart.
     22* `Alt` to spare the nodes of a way. \\
     23 These nodes will remain even when they are unused.
     24* `Ctrl` to additionally delete all objects which reference the selected object **without further warning**, relations included. \\
     25 The definition of ''reference'' is:
     26  * a node references all ways it is connected to
     27  * an object references all relations it is member of
     28  * a simple way which is not a member of a relation has no references.
    1429
    15 === Shift modifier ===
     30⏩ The cursor changes according to the affected objects.
    1631
    17 {{{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.
    1832
    19 === Ctrl modifier ===
     33{{{#!comment
     34the anchor is a help topic
     35}}}
     36=== Deleting objects being members of relations === #DeleteFromRelations
     37If you delete an [wikitr:/Help/Concepts/Object object] which is part of a [wikitr:/Help/Concepts/Object#Relations relation] the object has to be removed from the relation. JOSM doesn't silently do so. Rather, the following confirmation dialog is displayed:
    2038
    21 {{{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:
    22  * If a node is deleted, the node and all ways and areas the node is part of are deleted as well.
    23  * If a way is deleted, only the way and no nodes are deleted.
    24  * If an area is deleted, only the area gets deleted.
     39[[Image(confirm-delete-from-relations.png,link=)]]
    2540
    26 The following key shortcuts are defined:
    27  * If the user did not press '''{{{Ctrl}}}''' and the object has any references, the user is informed and nothing is deleted.
     41The entries in the displayed list indicate from which relations (second column in the table) the object (or the objects, if you delete more than one object) have to be removed.
    2842
    29 == Deleting objects being part of relations == #DeleteFromRelations
    30 
    31 If 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:
    32 
    33 [[Image(confirm-delete-from-relations.png)]]
    34 
    35 The entries in the displayed list indicate from which [Concepts/Object#Relations relations] (second column in the table) the [Concepts/Object object] (or the objects, if you delete more than one object) have to be removed.
    36 
    37 Click '''Cancel''' if you don't want to remove the [Concepts/Object objects] from these [Concepts/Object#Relations relations]. In this case, JOSM doesn't delete the [Concepts/Object objects] either, the operation is aborted.
    38 Click '''OK''' if you agree with removing the [Concepts/Object objects] from the displayed [Concepts/Object#Relations relations].
     43Click **Cancel** if you don't want to remove the objects from these relations. In this case, JOSM doesn't delete the objects either, the operation is aborted.
     44Click **OK** if you agree with removing the objects from the displayed relations.
    3945
    4046== See also ==
    41 
    42  * [[Image(source:trunk/images/dialogs/delete.png,20)]] [wiki:/Help/Action/EditDelete Delete tool], {{{Delete}}} - simpler variant of this mode
    43  * [Concepts/Object Objects]
    44  * [EditToolbar Edit Toolbar]
    45  * [[Shortcuts#Altkey]] - shortcuts utilizing {{{Alt}}} key may be inaccessible at some platforms, more details here
     47* Simple [[JOSMImage(dialogs/delete)]] [wikitr:/Help/Action/EditDelete Delete] as tool
    4648
    4749----
    48 Back to [wiki:/Help Main Help]
     50Back to [wikitr:/Help/EditToolbar Edit Toolbar] \\
     51Back to [wikitr:/Help Main help]