IU-2021.1.2 <wangwei-202@KANE_DELL5050 Create ide.general.xml, ide-features-trainer.xml, laf.xml, jdk.table.xml, shared-indexes.xml, Default.xml, path.macros.xml, visualizationTool.xml, wsl.distributions.xml, filetypes.xml, vcs.xml, colors.scheme.xml, databaseDrivers.xml, editor.xml, debugger.xml, updates.xml

This commit is contained in:
2021-06-11 16:38:34 +08:00
commit da6b4f1231
16 changed files with 389 additions and 0 deletions

5
_windows/laf.xml Normal file
View File

@@ -0,0 +1,5 @@
<application>
<component name="LafManager" autodetect="false">
<laf class-name="com.intellij.ide.ui.laf.darcula.DarculaLaf" />
</component>
</application>

6
_windows/path.macros.xml Normal file
View File

@@ -0,0 +1,6 @@
<application>
<component name="PathMacrosImpl">
<macro name="MAVEN_REPOSITORY" value="C:\Users\wangk\.m2\repository" />
<macro name="KOTLIN_BUNDLED" value="C:\Users\wangk\AppData\Roaming\JetBrains\IntelliJIdea2021.1\plugins\Kotlin\kotlinc" />
</component>
</application>