From 4dee8fe680697ab277a8fed437163a138b56c0c7 Mon Sep 17 00:00:00 2001 From: CanIGetaPR <45294513+CanIGetaPR@users.noreply.github.com> Date: Tue, 20 Dec 2022 19:23:25 -0500 Subject: [PATCH] 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 --- .../intellij-idea/${PROJECT_NAME}.iml.tpl | 5 +- ide-data/intellij-idea/.idea/compiler.xml | 23 -- .../.idea/copyright/profiles_settings.xml | 5 - ide-data/intellij-idea/.idea/encodings.xml | 5 - ide-data/intellij-idea/.idea/haxe.xml | 5 - ide-data/intellij-idea/.idea/misc.xml | 19 +- ide-data/intellij-idea/.idea/uiDesigner.xml | 125 -------- ide-data/intellij-idea/.idea/vcs.xml | 7 - .../intellij-idea/.idea/workspace.xml.tpl | 284 ------------------ pregenerated/intelij-idea.zip | Bin 12616 -> 7549 bytes 10 files changed, 5 insertions(+), 473 deletions(-) delete mode 100644 ide-data/intellij-idea/.idea/compiler.xml delete mode 100644 ide-data/intellij-idea/.idea/copyright/profiles_settings.xml delete mode 100644 ide-data/intellij-idea/.idea/encodings.xml delete mode 100644 ide-data/intellij-idea/.idea/haxe.xml delete mode 100644 ide-data/intellij-idea/.idea/uiDesigner.xml delete mode 100644 ide-data/intellij-idea/.idea/vcs.xml diff --git a/ide-data/intellij-idea/${PROJECT_NAME}.iml.tpl b/ide-data/intellij-idea/${PROJECT_NAME}.iml.tpl index 801f211..b75f914 100644 --- a/ide-data/intellij-idea/${PROJECT_NAME}.iml.tpl +++ b/ide-data/intellij-idea/${PROJECT_NAME}.iml.tpl @@ -11,7 +11,10 @@ - + + + + diff --git a/ide-data/intellij-idea/.idea/compiler.xml b/ide-data/intellij-idea/.idea/compiler.xml deleted file mode 100644 index 217af47..0000000 --- a/ide-data/intellij-idea/.idea/compiler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - diff --git a/ide-data/intellij-idea/.idea/copyright/profiles_settings.xml b/ide-data/intellij-idea/.idea/copyright/profiles_settings.xml deleted file mode 100644 index 3572571..0000000 --- a/ide-data/intellij-idea/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/ide-data/intellij-idea/.idea/encodings.xml b/ide-data/intellij-idea/.idea/encodings.xml deleted file mode 100644 index e206d70..0000000 --- a/ide-data/intellij-idea/.idea/encodings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/ide-data/intellij-idea/.idea/haxe.xml b/ide-data/intellij-idea/.idea/haxe.xml deleted file mode 100644 index 5903051..0000000 --- a/ide-data/intellij-idea/.idea/haxe.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/ide-data/intellij-idea/.idea/misc.xml b/ide-data/intellij-idea/.idea/misc.xml index 57feb4d..ee25878 100644 --- a/ide-data/intellij-idea/.idea/misc.xml +++ b/ide-data/intellij-idea/.idea/misc.xml @@ -1,24 +1,7 @@ - + - - diff --git a/ide-data/intellij-idea/.idea/uiDesigner.xml b/ide-data/intellij-idea/.idea/uiDesigner.xml deleted file mode 100644 index 3b00020..0000000 --- a/ide-data/intellij-idea/.idea/uiDesigner.xml +++ /dev/null @@ -1,125 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ide-data/intellij-idea/.idea/vcs.xml b/ide-data/intellij-idea/.idea/vcs.xml deleted file mode 100644 index def6a6a..0000000 --- a/ide-data/intellij-idea/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/ide-data/intellij-idea/.idea/workspace.xml.tpl b/ide-data/intellij-idea/.idea/workspace.xml.tpl index 20ad63c..daa3478 100644 --- a/ide-data/intellij-idea/.idea/workspace.xml.tpl +++ b/ide-data/intellij-idea/.idea/workspace.xml.tpl @@ -11,9 +11,6 @@