Changes between Version 1 and Version 2 of Ticket #7226, comment 8
- Timestamp:
- 2012-01-21T19:42:30+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7226, comment 8
v1 v2 2 2 It seems, brace-matching is essential part of the script. 3 3 4 I can ot figure the logic of active script - it finds shortcut in 4 I can ot figure the logic of active script - it finds shortcuts in 5 5 {{{ 6 6 super(tr("Split Way"), "splitway", tr("Split a way at the selected node."), … … 8 8 putValue("help", ht("/Action/SplitWay")); 9 9 }}} 10 but does not find 10 and 11 {{{ 12 super(tr("Adjacent nodes"), "adjnodes", tr("Select adjacent nodes"), 13 Shortcut.registerShortcut("tools:adjnodes", tr("Tool: {0}","Adjacent nodes"), 14 KeyEvent.VK_E, Shortcut.GROUP_EDIT), true); 15 putValue("help", ht("/Action/AdjacentNodes")); 16 }}} 17 but does not find in 11 18 {{{ 12 19 super(tr("Split Object"), "splitobject", tr("Split an object at the selected nodes."), … … 15 22 putValue("help", ht("/Action/SplitObject")); 16 23 }}} 17 Two line limit, or I am wrong?


