In an eclipse RCP application you can dock/undock views on default. But it seems you can't do the same with editors.
在eclipse RCP应用程序中,您可以在默认情况下停靠/取消停靠视图。但是,编辑们似乎也不能这么做。
Is there any chance to configure such an application to (un)dock editors?
是否有机会将这样的应用程序配置到(un)dock编辑器?
3 个解决方案
#1
2
IMHO its not possible for Editors, its a known limitation of eclipse editors!
这对编辑器来说是不可能的,这是eclipse编辑器的一个已知限制!
#2
3
In Eclipse 3.x it is not possible, but 4.1 definitely has this feature (I just tried it). You can get it here: http://download.eclipse.org/e4/sdk/
在Eclipse中3。这是不可能的,但是4.1肯定有这个特性(我刚刚尝试过)。你可以在这里下载:http://download.eclipse.org/e4/sdk/
#3
0
If you want the ability to view editors side by side there are a few alternative options.
如果您想要同时查看编辑器,有一些可选的选项。
You can drag an editor "to the side" of an existing editor, making eclipse split the workbench page in two (or more), this is natively supported in RCP apps as well.
您可以将编辑器拖到现有编辑器的“侧面”,使eclipse将工作台页面分成两个(或更多),这在RCP应用程序中也得到了本机支持。
Another option is to create a separate workbench window (see Window -> New Window in Eclipse IDE). Once that is done, you can drag the editors between the windows. This works especially well if you work with several monitors. I'm guessing it should be possible to reuse the "New Window" action to make this happen in an RCP app as well.
另一个选项是创建一个独立的工作台窗口(参见Eclipse IDE中的window ->新窗口)。完成之后,您可以在窗口之间拖动编辑器。如果您使用多个监视器,这将特别有效。我猜应该有可能重用“新窗口”操作,以便在RCP应用程序中也实现这一点。
The "new" window feature might be tweaked to make it seem like you can just drag an editor "off workbench" but I think that solution will be more painful than helpful.
“新的”窗口特性可能会被调整,使它看起来像是你可以将一个编辑器拖出工作台,但是我认为这个解决方案将会比有用更痛苦。
Eclipse 4.x is said to have this ability but it isn't planned to ship until summer 2012.
Eclipse 4。据说x有这种能力,但直到2012年夏天才计划发货。
It may be possible using the e4-project plugins, but I haven't tested.
使用e4项目插件是可能的,但是我还没有测试。
#1
2
IMHO its not possible for Editors, its a known limitation of eclipse editors!
这对编辑器来说是不可能的,这是eclipse编辑器的一个已知限制!
#2
3
In Eclipse 3.x it is not possible, but 4.1 definitely has this feature (I just tried it). You can get it here: http://download.eclipse.org/e4/sdk/
在Eclipse中3。这是不可能的,但是4.1肯定有这个特性(我刚刚尝试过)。你可以在这里下载:http://download.eclipse.org/e4/sdk/
#3
0
If you want the ability to view editors side by side there are a few alternative options.
如果您想要同时查看编辑器,有一些可选的选项。
You can drag an editor "to the side" of an existing editor, making eclipse split the workbench page in two (or more), this is natively supported in RCP apps as well.
您可以将编辑器拖到现有编辑器的“侧面”,使eclipse将工作台页面分成两个(或更多),这在RCP应用程序中也得到了本机支持。
Another option is to create a separate workbench window (see Window -> New Window in Eclipse IDE). Once that is done, you can drag the editors between the windows. This works especially well if you work with several monitors. I'm guessing it should be possible to reuse the "New Window" action to make this happen in an RCP app as well.
另一个选项是创建一个独立的工作台窗口(参见Eclipse IDE中的window ->新窗口)。完成之后,您可以在窗口之间拖动编辑器。如果您使用多个监视器,这将特别有效。我猜应该有可能重用“新窗口”操作,以便在RCP应用程序中也实现这一点。
The "new" window feature might be tweaked to make it seem like you can just drag an editor "off workbench" but I think that solution will be more painful than helpful.
“新的”窗口特性可能会被调整,使它看起来像是你可以将一个编辑器拖出工作台,但是我认为这个解决方案将会比有用更痛苦。
Eclipse 4.x is said to have this ability but it isn't planned to ship until summer 2012.
Eclipse 4。据说x有这种能力,但直到2012年夏天才计划发货。
It may be possible using the e4-project plugins, but I haven't tested.
使用e4项目插件是可能的,但是我还没有测试。