问题
Once and for all, ban the editor (source code editor) windows from mingling my 'DDMS' perspective. How to do that ?
EDIT: Eclipse IDE for Java Developers
Version: 1.2.2.20100216-1730 Build id: 20100218-1602
with the only available updates being for Mylin and Android something
回答1:
You can minimize the editor area using a button in the top-right corner of the editor area. That let's you see that it's minimized in the window frame (along the right side) and easily Restore it.
Alternatively, you can set up a keyboard shortcut to really toggle the editor area visibility. Open the Preferences and navigate to General > Keys (or press Ctrl/Cmd + Shift + L
twice to jump right to the Keys preferences). Search the commands for area
and then assign a keyboard shortcut to the Toggle Editor Area Visibility command. Note: for older versions of Eclipse (3.5 and older), the command is named Hide Editors.
There is no way to permanently remove the Editor Area from a Perspective; that's fundamental to how Eclipse is designed.
来源:https://stackoverflow.com/questions/9514056/hiding-the-editor-window-form-a-perspective-in-eclipse