How can I override a value that is used internally in IntelliJ, for example this expression:
Registry.intValue("a.b.c")
I can access the registry Registry.getInstance()
but it doesn't allow updating any key/value pairs.
Any tips?
How can I override a value that is used internally in IntelliJ, for example this expression:
Registry.intValue("a.b.c")
I can access the registry Registry.getInstance()
but it doesn't allow updating any key/value pairs.
Any tips?
Press Ctrl-Alt-Shift-/ and select "Registry" from the menu that appears.
If you are using OS X, you can open the registry by typing 'cmd + shift + A'. Type 'registry' and change the value of the option you're looking for. In this source you can see an example.