Changes between Version 4 and Version 5 of Ru:Help/Action/Delete
- Timestamp:
- 2011-01-09T22:17:19+01:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ru:Help/Action/Delete
v4 v5 10 10 * Если точка не часть линии, то она будет удалена. 11 11 12 * If a node is part of a way then the node gets deleted. Then if the node was at the end of a way the way gets shortened. If the node was in the middle of the way then the way is changed so it runs between the existing points.12 * Если точка является частью линии, тогда точка удаляется. Если при этом точка находится на конце линии - линия будет укорочена. Если точка была в середине линии, то линия изменится и будет проведена через оставшиеся ее точки. 13 13 14 * if you click a way then the way, and any associated nodes not used by anything else, gets deleted.14 * Если вы выделите линию, то вся линия и ее точки, не связанные с другими объектами, будут удалены. 15 15 16 When'Alt'is held when using this tool the way and its' associated unused nodes are deleted.16 При удержании 'Alt' инструмент удаления удалит линию и все связанные с ним точки. 17 17 18 When'Shift'is held when using this tool, the segment you clicked is removed from the way, and the way split in two.18 При удержании 'Shift' инструмент удалит сегмент линии на котором вы кликнули, и линия будет разделена на две. 19 19 20 When Ctrl is pressed when releasing the button, the objects and all its references are deleted. The exact definition of ''all its references'' is:20 Если в момент отпускания кнопки мыши нажат Ctrl, будут удалены объекты и все их ссылки. Точное определение ''всех ссылок'' таково: 21 21 22 * If a node is deleted, the node and all ways and areas the node is part of are deleted as well.22 * Если удаляется точка, то вместе с ней удалятся все линии и области, частью которых является эта точка. 23 23 24 * If a way is deleted, only the way and no nodes are deleted.24 * Если удаляется линия, то будет удалена только она, но не ее точки. 25 25 26 * If an area is deleted, only the area gets deleted.26 * Если удаляется область, то будет удалена только она. 27 27 28 The following key shortcuts are defined:28 Существуют следующие клавиатурные сокращения: 29 29 30 * If the user did not press Ctrl and the object has any references, the user is informed and nothing is deleted.30 * Если пользователь не нажал Ctrl и на объект есть ссылки, пользователь увидит предупреждение и ничего не будет удалено. 31 31 32 ''' NOTE:''' in some Linux desktop environment (e.g. KDE) the Alt-click event is captured to perform actions like dragging the window across the screen. To reclaim this combination to Josm you have to open the Control Center, click onDesktop, Window Behaviour, Actionsand change the modifier key to something different than'Alt'.32 '''ЗАМЕЧАНИЕ:''' в некоторых оболочках Linux (например, KDE) нажатие клавиши мыши вместе с Alt перехватывается для перемещения окон по экрану. Чтобы перенаправить эту комбинацию в Josm, надо открыть Control Center, затем перейти на Desktop, Window Behaviour, Actions и изменить назначенную клавишу-модификатор на что-либо отличное от 'Alt'. 33 33 34 Back to[wiki:Ru:Help Main Help]34 Назад к [wiki:Ru:Help Main Help]