开发者

How to add Internal Web Browser like Safari or Chrome in Eclipse plugin View

开发者 https://www.devze.com 2023-04-13 02:48 出处:网络
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 wh开发者_如何学运维en click on View.I want to open it

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 wh开发者_如何学运维en 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?


one way of doing it is to create a editor for your plugin and add the Browser widget in the plugin

Browser browser = new Browser(parent, Boolean.getBoolean("do.not.use.mozilla.browser") ?SWT.NONE : SWT.MOZILLA 
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号