본문 바로가기
개발/Object C

Xcode에서 Grouped/Ungrouped 의 의미

by belitino 2010. 9. 5.
출처: http://meandmarkpublishing.blogspot.com/2007/06/reducing-xcodes-window-clutter.html

Grouped Editor Windows

When you open an editor window by double-clicking a source code file in the project window, you will notice a toolbar button in the upper right corner of the window. The button's text will say either Grouped or Ungrouped. Clicking the button changes the text from Grouped to Ungrouped and vice versa.

Grouped editor windows tell Xcode to open only one editor window. When you double-click a source code file in the project window, Xcode places the contents of the file in the single editor window. Ungrouped editor windows tell Xcode to open a new editor window every time you double-click a source code file in the project window. Grouping editor windows eliminates a lot of window clutter.

Grouped 를 선택하고 소스 코드를 열면 모두 한 윈도우에서 열리고 
Ungrouped 를 선택하면 각각 다른 윈도우에서 열린다는 얘기