<tfoot id='3SG8f'></tfoot>
  • <legend id='3SG8f'><style id='3SG8f'><dir id='3SG8f'><q id='3SG8f'></q></dir></style></legend>

        <small id='3SG8f'></small><noframes id='3SG8f'>

          <bdo id='3SG8f'></bdo><ul id='3SG8f'></ul>
      1. <i id='3SG8f'><tr id='3SG8f'><dt id='3SG8f'><q id='3SG8f'><span id='3SG8f'><b id='3SG8f'><form id='3SG8f'><ins id='3SG8f'></ins><ul id='3SG8f'></ul><sub id='3SG8f'></sub></form><legend id='3SG8f'></legend><bdo id='3SG8f'><pre id='3SG8f'><center id='3SG8f'></center></pre></bdo></b><th id='3SG8f'></th></span></q></dt></tr></i><div id='3SG8f'><tfoot id='3SG8f'></tfoot><dl id='3SG8f'><fieldset id='3SG8f'></fieldset></dl></div>

        多行显示 Eclipse 选项卡

        Display Eclipse tabs on several lines(多行显示 Eclipse 选项卡)

          <bdo id='6TkYX'></bdo><ul id='6TkYX'></ul>
            <legend id='6TkYX'><style id='6TkYX'><dir id='6TkYX'><q id='6TkYX'></q></dir></style></legend>

            <tfoot id='6TkYX'></tfoot>
              <tbody id='6TkYX'></tbody>

                • <i id='6TkYX'><tr id='6TkYX'><dt id='6TkYX'><q id='6TkYX'><span id='6TkYX'><b id='6TkYX'><form id='6TkYX'><ins id='6TkYX'></ins><ul id='6TkYX'></ul><sub id='6TkYX'></sub></form><legend id='6TkYX'></legend><bdo id='6TkYX'><pre id='6TkYX'><center id='6TkYX'></center></pre></bdo></b><th id='6TkYX'></th></span></q></dt></tr></i><div id='6TkYX'><tfoot id='6TkYX'></tfoot><dl id='6TkYX'><fieldset id='6TkYX'></fieldset></dl></div>
                • <small id='6TkYX'></small><noframes id='6TkYX'>

                  本文介绍了多行显示 Eclipse 选项卡的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用日食伽利略.是否可以在多行上显示我打开的文件的选项卡,而不是使用 >> 符号.不过,我仍然想要一个独特的窗口来查看代码.

                  I'm using eclipse galileo. Is it possible to display the tabs of my open files on several lines instead of using the >> sign. I still want a unique window to view the code though.

                  如果没有这样的设置,是否存在插件?

                  If there is no such settings, do any plugin exists ?

                  推荐答案

                  没有.

                  错误 58945:CTabFolder 应支持多行和垂直样式选项,自 2004 年开业!(其他错误存在于同一主题)
                  (2017 年 2 月更新:似乎已分配,Oxygen 4.7 为目标!
                  感谢 specializt 提到 在评论中)

                  Bug 58945: CTabFolder should support multi row and vertical style options, opened since 2004! (other bugs exist on the same topic)
                  (Update Feb. 2017: it seems to be assigned, with Oxygen 4.7 as target!
                  Thank you specializt for mentioning that in the comments)

                  CTRL+F6 是目前的一种解决方法.

                  CTRL+F6 is one workaround for now.

                  其他解决方法";是否列在此线程中:

                  Other "workarounds" are listed in this thread:

                  • 打开自动关闭编辑器";选项(首选项 > 常规 > 编辑器),当达到限制时将自动关闭编辑器并打开一个新的编辑器.
                  • 利用多个窗口,每个窗口都有一组编辑器,用于您正在编辑、浏览或搜索的区域
                  • CTRL+Shift+W快速关闭所有标签
                  • turn on the "close editors automatically" option (preferences > General > editors), which will close editors automatically when the limit is reached an a new editor is to be opened.
                  • make use of multiple windows each with a set of editors for areas you are editing or browsing or searching
                  • CTRL+Shift+W to close all tabs quickly

                  正如 大椅子 在 评论:

                  有人在这里做了一个解决方法:"Eclipse multiple tab rows"

                  Someone made a workaround here: "Eclipse multiple tab rows"

                  Wes 解释:

                  我发现虽然您确实不能在同一代码空间中拥有多行选项卡,但可以在您的窗口上显示多行选项卡同时:

                  I've discovered that while it is true that you cannot have multiple rows of tabs for the same code-space, it is possible to have multiple rows of tabs showing on your window at the same time:

                  要做到这一点,只需将标签拖到标题栏并松开即可.它将创建另一行标签.

                  这篇关于多行显示 Eclipse 选项卡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Cannot load 64-bit SWT libraries on 32-bit JVM ( replacing SWT file )(无法在 32 位 JVM 上加载 64 位 SWT 库(替换 SWT 文件))
                  How does the JVM ensure that System.identityHashCode() will never change?(JVM 如何确保 System.identityHashCode() 永远不会改变?)
                  How can I specify the default JVM arguments for programs I run from eclipse?(如何为从 Eclipse 运行的程序指定默认 JVM 参数?)
                  Class JavaLaunchHelper is implemented in both ... libinstrument.dylib. One of the two will be used. Which one is undefined(JavaLaunchHelper 类在... libinstrument.dylib 中都实现了.将使用两者之一.哪个是未定义的) - IT屋-程序员软件开发技术分享
                  Running Eclipse on Windows 7 JRE and JDK not found(找不到在 Windows 7 JRE 和 JDK 上运行 Eclipse)
                  StringBuilder vs. .concat vs. quot;+quot; Operator relative performance different in eclipse than command line?(StringBuilder vs. .concat vs. “+eclipse中的操作员相对性能与命令行不同?)

                  <small id='jTgXT'></small><noframes id='jTgXT'>

                      • <bdo id='jTgXT'></bdo><ul id='jTgXT'></ul>
                        <tfoot id='jTgXT'></tfoot>

                        <i id='jTgXT'><tr id='jTgXT'><dt id='jTgXT'><q id='jTgXT'><span id='jTgXT'><b id='jTgXT'><form id='jTgXT'><ins id='jTgXT'></ins><ul id='jTgXT'></ul><sub id='jTgXT'></sub></form><legend id='jTgXT'></legend><bdo id='jTgXT'><pre id='jTgXT'><center id='jTgXT'></center></pre></bdo></b><th id='jTgXT'></th></span></q></dt></tr></i><div id='jTgXT'><tfoot id='jTgXT'></tfoot><dl id='jTgXT'><fieldset id='jTgXT'></fieldset></dl></div>

                        <legend id='jTgXT'><style id='jTgXT'><dir id='jTgXT'><q id='jTgXT'></q></dir></style></legend>
                              <tbody id='jTgXT'></tbody>