在 Eclipse 快捷方式中最大化代码选项卡
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/12411750/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Maximize code tab in eclipse shortcut
提问by sheidaei
Is there any shortcut for maximizing the tab you are working on in Eclipse? Assume I am working on part of a code and I want to maximize the tab not using the double click on it with the mouse, does anyone know a way?
是否有任何快捷方式可以最大化您在 Eclipse 中处理的选项卡?假设我正在处理代码的一部分,并且我想最大化选项卡而不是使用鼠标双击它,有人知道方法吗?
回答by Bananeweizen
CtrlMwill maximize/restore the editor area.
CtrlM将最大化/恢复编辑器区域。
If you can't remember all shortcuts, then just learn CtrlShiftL. That will show a list of available shortcuts.
如果您无法记住所有快捷方式,那么只需学习CtrlShiftL. 这将显示可用快捷方式的列表。
Some more shortcutscan be found on external sites.
可以在外部站点上找到更多快捷方式。