多行显示 Eclipse 选项卡

2023-08-22Java开发问题
2

本文介绍了多行显示 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 选项卡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

使用 + 连接字符串总是一个坏主意吗
Is it always a bad idea to use + to concatenate strings(使用 + 连接字符串总是一个坏主意吗)...
2024-08-25 Java开发问题
8

Eclipse 在尝试启动 Android 应用程序时卡住了
Eclipse gets stuck when trying to launch Android app(Eclipse 在尝试启动 Android 应用程序时卡住了)...
2024-08-25 Java开发问题
14

Eclipse:无法初始化监视器线程:无法建立环回连接
Eclipse: Failed to initialize Monitor Thread: Unable to establish loopback connection(Eclipse:无法初始化监视器线程:无法建立环回连接)...
2024-08-25 Java开发问题
4

Eclipse-找不到JDK
Eclipse- JDK not found(Eclipse-找不到JDK)...
2024-08-25 Java开发问题
6

如何让 Eclipse 在 Windows 7 任务栏中表现良好?
How to make Eclipse behave well in the Windows 7 taskbar?(如何让 Eclipse 在 Windows 7 任务栏中表现良好?)...
2024-08-25 Java开发问题
9