How to set a value of Registry... false programitically
已回答
There is an option “ide.browser.jcef.sandbox.enable” in Actions→Registry…
If the user is using Iguana, I want to set the value as false. Registry.get("ide.browser.jcef.sandbox.enable").setValue("false") is not working.
请先登录再写评论。
Why do you want to disable this value when Iguana (is it your plugin name?) is used? Do you want to disable this value without a user's consent? In general, plugins should not modify registry entries programmatically without the user's knowledge.