How do you set a value in the IntelliJ Registry?

亡梦爱人 提交于 2019-12-04 17:27:08

问题


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?


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/28415695/how-do-you-set-a-value-in-the-intellij-registry

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!