我将在 Eclipse Che 中创建一个扩展。我希望用户从顶部菜单中打开一个编辑器。为此,我阅读了此链接“ https://eclipse-che.readme.io/docs/parts ”中的说明。但它只展示了如何围绕编辑器创建 UI 的每个部分。它支持四个位置,如下图所示:
EDITING: area just above the editor, like a file tab
NAVIGATION: area on the left to project explorer
TOOLING: area to the right of the editor
INFORMATION: area under the editor, 'console' area
我还阅读了来自“ https://eclipse-che.readme.io/docs/code-editors ”的编辑器教程,但编辑器必须与文件类型相关联。有没有办法在没有文件类型的情况下打开编辑器?例如从菜单中的操作打开它。