google / depan

DepAn is a direct manipulation tool for visualization, analysis, and refactoring of dependencies in large applications.
http://google.github.io/depan
Apache License 2.0
89 stars 20 forks source link

Selection editor should work with collapsed nodes #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When the selection editor includes (starts from?) a collapsed node, only
the collapsed node makes it into the new ViewModel.

The user needs to control how the collapse node is handle in the new
ViewModel.  These choices seem like a good starting point:

"Visible Only": Include only the visible collapse node itself (current
behavior)

"Expand collapsed":  Include the collapse node and all of it's children in
the new ViewModel.  

"Preserve Collapsed": Include the collapse node and its children as a node
that starts collapsed in the new ViewModel.

Original issue reported on code.google.com by le...@google.com on 20 Aug 2008 at 8:28

GoogleCodeExporter commented 9 years ago
Additional notes from Issue 45 
(https://code.google.com/p/google-depan/issues/detail?id=45):

The collapse operation tool should add a capability to set wheterh
selecting a collapse node should also select its children nodes.  In normal
cases, this should be set.

This value should be at least a ViewEditor property that controls all other
selection operations.  One obvious place is the list of currently selected
nodes in the Selection editor tool.

Original comment by le...@pnambic.com on 18 Jan 2014 at 12:21

GoogleCodeExporter commented 9 years ago
Issue 45 has been merged into this issue.

Original comment by le...@pnambic.com on 18 Jan 2014 at 12:22