Skip to content

Commit 4dee8fe

Browse files
authored
Update IntelliJ IDEA IDE template, Fix Can't Save Config Error (#41)
* IntelliJ - Remove unnecessary vcs.xml * IntelliJ - Remove unnecessary uiDesigner.xml This is for Java UI Swing development. * IntelliJ - Remove unnecessary svn in misc.xml * IntelliJ - Remove settings for Java JDK in misc * IntelliJ - Update haxe toolkit version to 4.2.5 In misc project sdk configuration. * IntelliJ - Remove unnecessary encodings.xml * IntelliJ - Remove unnecessary compiler.xml Contains javac options for java development. * IntelliJ - Set module SDK to inherited Set the project module SDK to inherit from the project instead of duplicating. * IntelliJ - Delete unnecessary copyright directory * IntelliJ - Remove unnecessary patch commit config * IntelliJ - Remove unnecessary find config * IntelliJ - Remove document history log * IntelliJ - Remove explicit window size config * IntelliJ - Remove unrelevent PHP config * IntelliJ - Remove unnecessary properties * IntelliJ - Remove unrelated run configurations * IntelliJ - Remove unnecessary timetracker and task * IntelliJ - Remove explicit tool window settings * IntelliJ - Remove editor history * IntelliJ - Remove last edited details history * IntelliJ - Re-add openfl and flixel libraries * IntelliJ - Delete haxe.xml fixes #40 * IntelliJ - Update pregenerated zip
1 parent 061147f commit 4dee8fe

10 files changed

+5
-473
lines changed

ide-data/intellij-idea/${PROJECT_NAME}.iml.tpl

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
<sourceFolder url="file://$MODULE_DIR$/source" isTestSource="false" />
1212
<sourceFolder url="file://$MODULE_DIR$/assets" isTestSource="false" />
1313
</content>
14-
<orderEntry type="jdk" jdkName="Haxe 3.3.0" jdkType="Haxe SDK" />
14+
<orderEntry type="inheritedJdk" />
1515
<orderEntry type="sourceFolder" forTests="false" />
16+
<orderEntry type="library" name="OpenFL" level="application" />
17+
<orderEntry type="library" name="${IDEA_Flixel_Addons_Library}" level="application" />
18+
<orderEntry type="library" name="${IDEA_Flixel_Engine_Library}" level="application" />
1619
</component>
1720
</module>

ide-data/intellij-idea/.idea/compiler.xml

-23
This file was deleted.

ide-data/intellij-idea/.idea/copyright/profiles_settings.xml

-5
This file was deleted.

ide-data/intellij-idea/.idea/encodings.xml

-5
This file was deleted.

ide-data/intellij-idea/.idea/haxe.xml

-5
This file was deleted.

ide-data/intellij-idea/.idea/misc.xml

+1-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ide-data/intellij-idea/.idea/uiDesigner.xml

-125
This file was deleted.

ide-data/intellij-idea/.idea/vcs.xml

-7
This file was deleted.

0 commit comments

Comments
 (0)