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

2

17

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

Marcoux answered 10/12, 2010 at 16:19 Comment(0)
S
13

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.

Syndetic answered 19/12, 2010 at 21:55 Comment(0)
M
41

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.

Mendoza answered 14/4, 2012 at 4:46 Comment(1)
This is the straight forward solution to the question askedPontefract
S
13

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.

Syndetic answered 19/12, 2010 at 21:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.