如何在 Eclipse 插件视图中添加内部 Web 浏览器(如 Safari 或 Chrome)
我想在 Eclipse 插件 View 中集成外部浏览器(如 Safari 或 Chrome)。我尝试使用注册表来完成此操作,但单击 View 时它会在外部启动。我想在 Eclipse View 内部打开它。有什么方法可以做到这一点?有适用于这些浏览器的网络客户端吗?
I want to integrate External Browser like Safari or Chrome in Eclipse plugin View.I was trying to do it with Registry but its launching externally when click on View.I want to open it internally inside Eclipse View.What is the way to do it? Is there any webclient for these Browsers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种方法是为您的插件创建一个编辑器并在插件中添加浏览器小部件
one way of doing it is to create a editor for your plugin and add the Browser widget in the plugin