출처: 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 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 를 선택하면 각각 다른 윈도우에서 열린다는 얘기
'개발 > Object C' 카테고리의 다른 글
Base SDK Missing Error 대처 방법 (2) | 2011.01.03 |
---|---|
Simple Path Example (0) | 2010.09.06 |
forward class and corresponding @interface may not exist warning (0) | 2010.08.23 |
UIScrollView에서 setDelegate를 사용했을 경우 warning (0) | 2010.08.21 |
setStatusBarHidden 사용시 Warning (0) | 2010.08.21 |