hiding the editor window form a perspective in eclipse

大兔子大兔子 提交于 2021-02-08 16:35:20

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!