Shift-D node duplication no longer works
Bug #555449 reported by
AlexT
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Fix Released
|
Medium
|
Krzysztof Kosinski |
Bug Description
As was reported on the inkscape-dev mailing list, the key combination Shift-D no longer produces duplicates of selected nodes in the node editor. This was functionality included in 0.47 that is no longer present in the latest branch.
Changed in inkscape: | |
status: | Confirmed → In Progress |
assignee: | nobody → Krzysztof Kosinski (tweenk) |
milestone: | none → 0.48 |
importance: | Undecided → Medium |
tags: |
added: shortcuts removed: ui-shortcuts |
Changed in inkscape: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Followup: I've been doing some research, and it looks like the functionality probably disappeared when the GSoC node work for last year was merged into mainline here: bazaar. launchpad. net/~inkscape. dev/inkscape/ trunk/revision/ 8976#src/ node-context. cpp
http://
Specifically highlighted is the file where I believe to be the culprit was removed. Perhaps the developer should be contacted.
(Specifically, I'm looking at lines 588-593 in node-context.cpp, which is where I'm thinking the key is captured; I'd use that as the starting point in sorting the rest of this out...)