且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Eclipse多个选项卡行

更新时间:2023-02-03 23:16:08

我发现,虽然你不能具有相同代码空间的多行标签页,可以在同一时间在窗口上显示多行标签:

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:

要完成此操作,只需将标签拖到标题栏并释放。它将创建另一行选项卡。

To accomplish this, simply drag a tab up to your title bar and release. It will create another row of tabs.

我一般喜欢将我的主文件保存在一个选项卡上,另一个是我的参考文件。当然,要从一个制表行切换到另一个制表符并查看代码,需要您上下拖动分隔符。

I generally like to keep my 'main' files on one tab and my reference files on another. Of course to switch from one tab row to another and see the code, requires you to drag the separator up and down.

我喜欢这种解决方法,现在比现在更好(至少在有一个修复程序发布之前)。

I like this workaround and it is better than nothing for now (at least until there is a fix released).