Eclipse HotKey:如何在选项卡之间切换?

问题描述:

如何在Eclipse中打开的窗口之间切换?有 Ctrl + F6 ,但是它问我想要哪一个,但是我想在操作系统的浏览器或窗口中切换它像选项卡( Cmd / Win + 选项卡),无需从列表中进行文件选择。如何在Eclipse中做这个简单的事情?

How can I switch between opened windows in 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. How to do this easy thing in Eclipse?

我试图为事件分配热键:

I've tried to assign hotkey for events:


  • 转发

  • 转发记录

  • 下一页

但它不符合我的要求。


  • kbd> CTRL + E (对于编辑器列表)

  • CTRL + F6 (通过列表切换到下一个编辑器)

    您可以为下一个编辑器键分配另一个快捷方式。

    • CTRL+E (for a list of editor)
    • CTRL+F6 (for switching to the next editor through a list)
      You can assign another shortcut to the 'Next Editor' key.
    • 是两个官方快捷方式,但它们都涉及正在显示的列表。

      are the two official shortcuts, but they both involve a list being displayed.

      CTRL + Page Up / CTRL + Page Down 可以循环访问编辑器而不显示列表。

      CTRL+Page Up / CTRL+Page Down can cycle through editors without displaying a list.

      最后一组快捷键是什么有趣的是:

      它们未列在要定义的Eclipse键快捷方式中。 / strong>

      他们可以从多页面编辑器继承,使其成为操作系统特定的快捷方式

      What is interesting with that last set of shortcuts is:
      they are not listed in the Eclipse Keys shortcuts to be defined.
      They may be inherited from the multipage editor, making them an OS specific shortcut.

      关于Mac OS(OSX)上的快捷方式,9月份的 Matt Ball 抱怨。 2011年无法重新映射 CTRL + Page Up / CTRL + Page Down

      Regarding shortcuts on Mac OS (OSX), Matt Ball complained in Sept. 2011 to not being able to remap CTRL+Page Up/CTRL+Page Down:


      它驱动我的坚果,无法翻开打开的标签,因为我可以在几乎所有其他标签程序在OS X( - - )。

      It drives me nuts to not be able to flip through open tabs as I can in pretty much every other tabbed program in OS X (-Left and -Right).

      嗯,2012年3月,亚瑟回复:

      Well, in March 2012, Arthur replied:


      ,我刚刚下载了最新版本的Eclipse(3.7+)。我已经能够将上一个/下一个选项卡绑定到( - - )当在编辑,我很确定我以前不能做。

      所以我猜他们听到你。

      它的工作正如你所料,从左边的标签对,而不是历史基础,或者这样的废话。

      , I've just downloaded the latest version of Eclipse (3.7+). I've been able to bind "Previous/Next tab" to (-Left and -Right) when in Editor, which I'm pretty sure I couldn't do before.
      So I guess they heard you.
      It works just as you expect, tabs going from left to right and vice-versa, not on a history basis or some nonsense like that.

      马球确认:


      哦,选择 编辑Java源实际工作

      现在,不幸的是,这意味着我是SOL,如果我导航到一个非Java文件(JSP,XML,JS等)。 br>
      这个修复是为了这个对的复制命令,并选择我想要的所有什么时候。

      到目前为止,至少为Java和JSP文件工作精美。

      这是一个主要的PITA设置,但这只是一次性的。

      oh wow, selecting "Editing Java Source" actually worked!
      Now, unfortunately this means that I'm SOL if I nav into a non-Java file (JSP, XML, JS, etc.).
      The fix for this is to "copy command" for this pair, and select all the "whens" that I want.
      So far it's at least working beautifully for Java and JSP files.
      This is a major PITA to set up, but it's just a one-time thing.

      他的导出的首选项可以在这里来尝试。

      一旦导入对于所有相关类型的文档,您应该看到:

      His exported preferences are available here for you to try.
      Once imported, you should see, for all the relevant types of document: