How do you set a value in the IntelliJ Registry?

后端 未结 2 591
花落未央
花落未央 2020-12-31 00:11

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

相关标签:
2条回答
  • 2020-12-31 00:27

    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.

    0 讨论(0)
  • 2020-12-31 00:35

    Press Ctrl-Alt-Shift-/ and select "Registry" from the menu that appears.

    0 讨论(0)
提交回复
热议问题