Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hierarchial Outline frame ordering #64

Closed
tfer opened this issue Aug 29, 2011 · 0 comments
Closed

Hierarchial Outline frame ordering #64

tfer opened this issue Aug 29, 2011 · 0 comments
Labels

Comments

@tfer
Copy link

tfer commented Aug 29, 2011

The suggestion I added to "Automatically add frames for elements with a description tag", where I proposed naming framing objects thus: sz_1, sz_2, sz_3, ... could easily be extended to set up an outline, or tree structure:

    sz_0 # the top view
    sz_1
      sz_1.1
      sz_1.2
    sz_2
      sz_2.1
        sz_2.1.1
        sz_2.1.2
    sz_3

We would have to add a state property of collapsed/expanded along with a visual way of indicating that state, but with this arrow navigation can follow the conventions used in 'tree view' navigation.

A simple way, (and there are many others) to indicate state would be to have a graying-out overlay on those frames that are collapsed, if you are at the parent frame, down arrow skips to the next open sibling, whereas left arrow would un-gray them so the next down arrow, or even left arrow would tranverse them.
[
feature
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant