How do I conveniently reveal/expand sublevels in outline view of interface builder dock in Xcode4 -
i have several table columns embedded in table view embedded in scroll view embedded in larger view embedded in tab view embedded in view embedded in window.
when click on nib file in xcode 4, editor pane shows me interface builder dock in outline view. typically, i'd set cocoa bindings table columns.
to table columns, have open many levels of subtrees, sequentially. if click on column header in graphical view, , lucky, takes me table header. in case, have open 1 more level, table view. when run project in debugger, , come nib file, have on again.
is if there way expand sublevels of outline view in ib dock single command, or expand sublevels under selected level ?
edit: not answer, workaround: double click nib file open in separate window. window won't affected switching files in main window. feature unaware of xcode 4's tab capability (command-t) - works tabbed browser.
hold command ⌘ alt while clicking on disclosure triangle @ appropriate level.
Comments
Post a Comment