问题:
How can I switch between opened windows in Eclipse? 如何在Eclipse中打开的窗口之间切换? There is Ctrl + F6 , but it's asking me which one I want, but I want switch it like tabs in browser or window in operating system ( Cmd / Win + Tab ) without file-selection from the list. 有Ctrl + F6 ,但询问我要哪一个,但我想像浏览器中的选项卡或操作系统( Cmd / Win + Tab )中的选项卡那样切换它,而无需从列表中选择文件。 How to do this easy thing in Eclipse? 如何在Eclipse中做到这一点?
I've tried to assign hotkey for events: 我尝试为事件分配热键:
- forward 向前
- forward history 向前的历史
- next page 下一页
but it doesn't work the way I want. 但这并不符合我的要求。
解决方案:
参考一: https://stackoom.com/question/9mkE/Eclipse-HotKey-如何在选项卡之间切换参考二: https://oldbug.net/q/9mkE/Eclipse-HotKey-how-to-switch-between-tabs
来源:oschina
链接:https://my.oschina.net/u/4432649/blog/4348173