diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml deleted file mode 100644 index 378766f67..000000000 --- a/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 853b5f825..000000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/fileTemplates/JavaFXApplication.java b/.idea/fileTemplates/JavaFXApplication.java deleted file mode 100644 index f9b5a47c2..000000000 --- a/.idea/fileTemplates/JavaFXApplication.java +++ /dev/null @@ -1,17 +0,0 @@ -#parse("HMCL.java") -#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "") package ${PACKAGE_NAME};#end - -import javafx.application.Application; -import javafx.stage.Stage; - -public class ${NAME} extends Application { - - public static void main(String[] args) { - launch(args); - } - - @Override - public void start(Stage primaryStage) { - - } -} diff --git a/.idea/fileTemplates/Singleton.java b/.idea/fileTemplates/Singleton.java deleted file mode 100644 index 9f8dcba1d..000000000 --- a/.idea/fileTemplates/Singleton.java +++ /dev/null @@ -1,12 +0,0 @@ -#parse("HMCL.java") -#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end -public class ${NAME}{ - private static ${NAME} ourInstance = new ${NAME}(); - - public static ${NAME} getInstance() { - return ourInstance; - } - - private ${NAME}() { - } -} diff --git a/.idea/fileTemplates/includes/HMCL.java b/.idea/fileTemplates/includes/HMCL.java deleted file mode 100644 index 8ba77f53c..000000000 --- a/.idea/fileTemplates/includes/HMCL.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Hello Minecraft! Launcher. - * Copyright (C) 2017 huangyuhui - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see {http://www.gnu.org/licenses/}. - */ - \ No newline at end of file diff --git a/.idea/fileTemplates/internal/AnnotationType.java b/.idea/fileTemplates/internal/AnnotationType.java deleted file mode 100644 index 4c8f31d13..000000000 --- a/.idea/fileTemplates/internal/AnnotationType.java +++ /dev/null @@ -1,4 +0,0 @@ -#parse("HMCL.java") -#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end -public @interface ${NAME} { -} diff --git a/.idea/fileTemplates/internal/Class.java b/.idea/fileTemplates/internal/Class.java deleted file mode 100644 index 307d238f1..000000000 --- a/.idea/fileTemplates/internal/Class.java +++ /dev/null @@ -1,4 +0,0 @@ -#parse("HMCL.java") -#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end -public class ${NAME} { -} diff --git a/.idea/fileTemplates/internal/Enum.java b/.idea/fileTemplates/internal/Enum.java deleted file mode 100644 index f9ed71e48..000000000 --- a/.idea/fileTemplates/internal/Enum.java +++ /dev/null @@ -1,4 +0,0 @@ -#parse("HMCL.java") -#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end -public enum ${NAME} { -} diff --git a/.idea/fileTemplates/internal/Interface.java b/.idea/fileTemplates/internal/Interface.java deleted file mode 100644 index 013564ecb..000000000 --- a/.idea/fileTemplates/internal/Interface.java +++ /dev/null @@ -1,4 +0,0 @@ -#parse("HMCL.java") -#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end -public interface ${NAME} { -} diff --git a/.idea/fileTemplates/internal/Kotlin Class.kt b/.idea/fileTemplates/internal/Kotlin Class.kt deleted file mode 100644 index 3ea22c045..000000000 --- a/.idea/fileTemplates/internal/Kotlin Class.kt +++ /dev/null @@ -1,5 +0,0 @@ -#parse("HMCL.java") -#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME} -#end -class ${NAME} { -} \ No newline at end of file diff --git a/.idea/fileTemplates/internal/Kotlin Enum.kt b/.idea/fileTemplates/internal/Kotlin Enum.kt deleted file mode 100644 index 8c3294b5a..000000000 --- a/.idea/fileTemplates/internal/Kotlin Enum.kt +++ /dev/null @@ -1,5 +0,0 @@ -#parse("HMCL.java") -#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME} -#end -enum class ${NAME} { -} \ No newline at end of file diff --git a/.idea/fileTemplates/internal/Kotlin File.kt b/.idea/fileTemplates/internal/Kotlin File.kt deleted file mode 100644 index 5d389eb39..000000000 --- a/.idea/fileTemplates/internal/Kotlin File.kt +++ /dev/null @@ -1,3 +0,0 @@ -#parse("HMCL.java") -#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME} -#end diff --git a/.idea/fileTemplates/internal/Kotlin Interface.kt b/.idea/fileTemplates/internal/Kotlin Interface.kt deleted file mode 100644 index 0c119e2ee..000000000 --- a/.idea/fileTemplates/internal/Kotlin Interface.kt +++ /dev/null @@ -1,5 +0,0 @@ -#parse("HMCL.java") -#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME} -#end -interface ${NAME} { -} \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 273897151..000000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 0dd4b3546..000000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/libraries/Gradle__com_google_code_gson_gson_2_8_1.xml b/.idea/libraries/Gradle__com_google_code_gson_gson_2_8_1.xml deleted file mode 100644 index 623ed41a8..000000000 --- a/.idea/libraries/Gradle__com_google_code_gson_gson_2_8_1.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Gradle__junit_junit_4_12.xml b/.idea/libraries/Gradle__junit_junit_4_12.xml deleted file mode 100644 index 04c10dd5a..000000000 --- a/.idea/libraries/Gradle__junit_junit_4_12.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml b/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml deleted file mode 100644 index 8262f729c..000000000 --- a/.idea/libraries/Gradle__org_hamcrest_hamcrest_core_1_3.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml b/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml deleted file mode 100644 index 4f32fdef2..000000000 --- a/.idea/libraries/Gradle__org_jetbrains_annotations_13_0.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_3_2.xml b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_3_2.xml deleted file mode 100644 index c3c06992f..000000000 --- a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_1_1_3_2.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jre7_1_1_3_2.xml b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jre7_1_1_3_2.xml deleted file mode 100644 index 1747c57f6..000000000 --- a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jre7_1_1_3_2.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jre8_1_1_3_2.xml b/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jre8_1_1_3_2.xml deleted file mode 100644 index dcafaf334..000000000 --- a/.idea/libraries/Gradle__org_jetbrains_kotlin_kotlin_stdlib_jre8_1_1_3_2.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index d5d79e0ca..000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 03dc4bb5b..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/HMCL/HMCL.iml b/.idea/modules/HMCL/HMCL.iml deleted file mode 100644 index 09637b25a..000000000 --- a/.idea/modules/HMCL/HMCL.iml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/HMCL/HMCL_main.iml b/.idea/modules/HMCL/HMCL_main.iml deleted file mode 100644 index 5aa7bbdc8..000000000 --- a/.idea/modules/HMCL/HMCL_main.iml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/HMCL/HMCL_test.iml b/.idea/modules/HMCL/HMCL_test.iml deleted file mode 100644 index df96bc3ce..000000000 --- a/.idea/modules/HMCL/HMCL_test.iml +++ /dev/null @@ -1,58 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/HMCLCore/HMCLCore.iml b/.idea/modules/HMCLCore/HMCLCore.iml deleted file mode 100644 index b66228a14..000000000 --- a/.idea/modules/HMCLCore/HMCLCore.iml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/HMCLCore/HMCLCore_main.iml b/.idea/modules/HMCLCore/HMCLCore_main.iml deleted file mode 100644 index 63c541d43..000000000 --- a/.idea/modules/HMCLCore/HMCLCore_main.iml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/HMCLCore/HMCLCore_test.iml b/.idea/modules/HMCLCore/HMCLCore_test.iml deleted file mode 100644 index d25a4ddf2..000000000 --- a/.idea/modules/HMCLCore/HMCLCore_test.iml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/HMCLKotlin.iml b/.idea/modules/HMCLKotlin.iml deleted file mode 100644 index 5b1923fb2..000000000 --- a/.idea/modules/HMCLKotlin.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/HMCLKotlin_main.iml b/.idea/modules/HMCLKotlin_main.iml deleted file mode 100644 index 29ae031a6..000000000 --- a/.idea/modules/HMCLKotlin_main.iml +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/HMCLKotlin_test.iml b/.idea/modules/HMCLKotlin_test.iml deleted file mode 100644 index 56ff6708f..000000000 --- a/.idea/modules/HMCLKotlin_test.iml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/jfoenix.iml b/.idea/modules/jfoenix.iml deleted file mode 100644 index fb9e6d307..000000000 --- a/.idea/modules/jfoenix.iml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/tornadofx.iml b/.idea/modules/tornadofx.iml deleted file mode 100644 index b15457137..000000000 --- a/.idea/modules/tornadofx.iml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/tornadofx_main.iml b/.idea/modules/tornadofx_main.iml deleted file mode 100644 index eb25c54a8..000000000 --- a/.idea/modules/tornadofx_main.iml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules/tornadofx_test.iml b/.idea/modules/tornadofx_test.iml deleted file mode 100644 index dba773c9b..000000000 --- a/.idea/modules/tornadofx_test.iml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index e96534fb2..000000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7f4..000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index b6766f5f9..000000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,2536 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - EventHelper - getSource() - cancel - cached - isCancelled - running - ceiling - close() - listener` - updateMessage - fixed - Parallel - createNewFile - copyTo - terminate - ParallelTask - finest - hidden - toggle-icon - toggle-icon3 - get( - title - fullscreen - jfx-decorator-buttons-container - padding - isRes - doDependentsSucceeded: Boolean - white - jfx-list-view - isNull - - - E:\sources\java\JFoenix\jfoenix\build\libs\jfoenix-0.0.0-SNAPSHOT.jar!\com\jfoenix - D:\Develop\Java\jdk1.8.0_131\jre\lib\ext\jfxrt.jar!\com\sun\javafx\scene\control\skin - E:\sources\java\HMCLKotlin\HMCL - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -