Skip to content

Commit

Permalink
Update IntelliJ IDEA IDE template, Fix Can't Save Config Error (#41)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
CanIGetaPR authored Dec 21, 2022
1 parent 061147f commit 4dee8fe
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 473 deletions.
5 changes: 4 additions & 1 deletion ide-data/intellij-idea/${PROJECT_NAME}.iml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
<sourceFolder url="file://$MODULE_DIR$/source" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/assets" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="Haxe 3.3.0" jdkType="Haxe SDK" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="OpenFL" level="application" />
<orderEntry type="library" name="${IDEA_Flixel_Addons_Library}" level="application" />
<orderEntry type="library" name="${IDEA_Flixel_Engine_Library}" level="application" />
</component>
</module>
23 changes: 0 additions & 23 deletions ide-data/intellij-idea/.idea/compiler.xml

This file was deleted.

5 changes: 0 additions & 5 deletions ide-data/intellij-idea/.idea/copyright/profiles_settings.xml

This file was deleted.

5 changes: 0 additions & 5 deletions ide-data/intellij-idea/.idea/encodings.xml

This file was deleted.

5 changes: 0 additions & 5 deletions ide-data/intellij-idea/.idea/haxe.xml

This file was deleted.

19 changes: 1 addition & 18 deletions ide-data/intellij-idea/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

125 changes: 0 additions & 125 deletions ide-data/intellij-idea/.idea/uiDesigner.xml

This file was deleted.

7 changes: 0 additions & 7 deletions ide-data/intellij-idea/.idea/vcs.xml

This file was deleted.

Loading

0 comments on commit 4dee8fe

Please sign in to comment.