如何在 Eclipse MultiPageEditor 中嵌入 Eclipse CSS 编辑器

发布于 2024-11-24 17:48:00 字数 73 浏览 0 评论 0原文

我想将 Eclipse 默认 CSS 编辑器嵌入到 Eclipse MultiPage Editor 的页面中。如何实现同样的效果。

I want to embed the eclipse defualt CSS Editor inside a page of Eclipse MultiPage Editor. How to achieve the same.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏了南城 2024-12-01 17:48:00

创建 MultiPageEditorPart 的子类,并在其 createPages() 方法中实例化 CSS 编辑器部分,并使用 MultiPageEditorPart.addPage(IEditorPart, IEditorInput) 添加它。

请参阅本教程,它对 TextEditor 执行相同的操作。

干杯,
最大限度

Create a subclass of MultiPageEditorPart and in its createPages() method, instantiate CSS editor part and add it with MultiPageEditorPart.addPage(IEditorPart, IEditorInput).

See this tutorial which does the same with TextEditor.

Cheers,
Max

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文