Merge lp:~fraser-waters08/spud/subtree-expand-collapse into lp:spud
Proposed by
Fraser Waters
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Patrick Farrell | ||||
Approved revision: | 401 | ||||
Merged at revision: | 402 | ||||
Proposed branch: | lp:~fraser-waters08/spud/subtree-expand-collapse | ||||
Merge into: | lp:spud | ||||
Diff against target: |
32 lines (+15/-0) 1 file modified
diamond/diamond/interface.py (+15/-0) |
||||
To merge this branch: | bzr merge lp:~fraser-waters08/spud/subtree-expand-collapse | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Patrick Farrell | Pending | ||
Review via email:
|
Description of the change
Pressing the left or right arrow keys while a row in the LHS treeview is selected and has focus will collapse or expand that subtree node.
To post a comment you must log in.
That works beautifully.
Expanding on the idea of the original bug report: maybe can you add more keyboard interaction
functionality? Use your common sense, but I am thinking it would be handy if
Enter -- activate inactive option / add a new instance of a zero-or- more/one- or-more ^^^^^^^ ^^^^^^^ ^^^
Delete -- deactivate active option / delete instance of ^^^^^^^
Can you think of any more?
That being said, I'm very happy for this to be merged as-is; it fixes the existing bug report