Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to expand all (or descendants of selected) node of a plist at once?

Tags:

xcode

plist

Is there a feature which expands all descendant nodes of currently selected node at once on Xcode's property list editor?

like image 671
eonil Avatar asked Dec 10 '10 16:12

eonil


2 Answers

Select a node and press Option + Right Arrow. Collapsing is Option + Left Arrow.

See https://superuser.com/questions/76509/expanding-to-all-in-xcode-projects-groups for corroboration on this answer.

like image 191
BigSauce Avatar answered Nov 18 '22 15:11

BigSauce


Excerpt from the xcode 3.1 update: http://lists.apple.com/archives/xcode-users/2008/Jul/msg00273.html

I can not try it right now with my phone but i guess this is still working.

Selecting a Property List file in the Groups and Files or Detail view now opens the file in a tabular outline instead of text form, regardless of whether the property list is in old-style text, XML, or binary format. You can expand and collapse the arrays and dictionaries in the property list as in any outlining tool, and edit the keys and values. Option-click the disclosure arrows to Expand All or Collapse All.

like image 41
Mike Bretz Avatar answered Nov 18 '22 14:11

Mike Bretz