My settings for JetBrains IDEs
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

ide.general.xml 390 B

1234567891011
  1. <application>
  2. <component name="GeneralSettings">
  3. <option name="showTipsOnStartup" value="false" />
  4. <option name="confirmExit" value="false" />
  5. <option name="confirmOpenNewProject2" value="-1" />
  6. </component>
  7. <component name="Registry">
  8. <entry key="ide.experimental.ui" value="true" />
  9. <entry key="ide.balloon.shadow.size" value="0" />
  10. </component>
  11. </application>