eclipse eclipse中不同视角切换的捷径是什么
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/10161470/
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
what's the shortcut of switching between different perspectives in eclipse
提问by Searene
I have PyDev, Java, and CDT installed on my Eclipse, and sometimes I need to switch between different perspectives; Debugto Pydev, for example. Does Eclipse have a shortcut to switch between them?
我的 Eclipse 上安装了 PyDev、Java 和 CDT,有时我需要在不同的视角之间切换;例如,调试到Pydev。Eclipse 有在它们之间切换的快捷方式吗?
回答by arturhoo
To switch between perspectives.
在视角之间切换。
Windows: Ctrl+F8
Mac: cmd+F8
窗户:Ctrl+F8
麦克:cmd+F8
回答by J-Dizzle
You can specify hotkeys for specific perspectives in Window->Preferences:
您可以在 Window->Preferences 中为特定视角指定热键:
You can export these to file using 'Export CSV...', here are mine if interested -
您可以使用“导出 CSV...”将这些导出到文件,如果有兴趣,这里是我的 -
回答by samsamara
Ubuntu: Ctrl+F8same as windows
Ubuntu:Ctrl+F8与 Windows 相同
回答by Josiah Krutz
Command-F8 lets you change perspectives in Eclipse for Mac.
Command-F8 允许您在 Eclipse for Mac 中更改透视图。