How to set a value of Registry... false programitically
Answered
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.
Please sign in to leave a comment.
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.