Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在两个不同的插件中有一个带有两个编辑器(扩展 Editorpart)的rcp应用程序,我想创建一个工具栏按钮来在具有相同文件的 编辑器/插件之间切换。
那可能吗?
问候亚历克斯
当然,只需获取活动工作台页面并调用IWorkbenchPage.openEditor(input, editorId).
IWorkbenchPage.openEditor(input, editorId)