diff --git a/MaxOpenedProjects/MaxOpenedProjects.iml b/MaxOpenedProjects/MaxOpenedProjects.iml index 347e916d5..3700dfbf1 100644 --- a/MaxOpenedProjects/MaxOpenedProjects.iml +++ b/MaxOpenedProjects/MaxOpenedProjects.iml @@ -1,6 +1,6 @@ - + diff --git a/MaxOpenedProjects/src/META-INF/plugin.xml b/MaxOpenedProjects/resources/META-INF/plugin.xml similarity index 100% rename from MaxOpenedProjects/src/META-INF/plugin.xml rename to MaxOpenedProjects/resources/META-INF/plugin.xml diff --git a/editor_basics/editor_basics.iml b/editor_basics/editor_basics.iml index d1076ac92..3700dfbf1 100644 --- a/editor_basics/editor_basics.iml +++ b/editor_basics/editor_basics.iml @@ -4,6 +4,7 @@ + diff --git a/facet_basics/facet_basics.iml b/facet_basics/facet_basics.iml index b1d6be3ab..3700dfbf1 100644 --- a/facet_basics/facet_basics.iml +++ b/facet_basics/facet_basics.iml @@ -1,9 +1,10 @@ - + + diff --git a/facet_basics/META-INF/plugin.xml b/facet_basics/resources/META-INF/plugin.xml similarity index 100% rename from facet_basics/META-INF/plugin.xml rename to facet_basics/resources/META-INF/plugin.xml diff --git a/framework/framework.iml b/framework/framework.iml index b1d6be3ab..3700dfbf1 100644 --- a/framework/framework.iml +++ b/framework/framework.iml @@ -1,9 +1,10 @@ - + + diff --git a/framework/META-INF/plugin.xml b/framework/resources/META-INF/plugin.xml similarity index 100% rename from framework/META-INF/plugin.xml rename to framework/resources/META-INF/plugin.xml diff --git a/gradle_plugin_demo/.idea/.name b/gradle_plugin_demo/.idea/.name deleted file mode 100644 index 98fe802cd..000000000 --- a/gradle_plugin_demo/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -gradle_plugin_demo \ No newline at end of file diff --git a/gradle_plugin_demo/.idea/compiler.xml b/gradle_plugin_demo/.idea/compiler.xml deleted file mode 100644 index a85231498..000000000 --- a/gradle_plugin_demo/.idea/compiler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - \ No newline at end of file diff --git a/gradle_plugin_demo/.idea/encodings.xml b/gradle_plugin_demo/.idea/encodings.xml deleted file mode 100644 index 97626ba45..000000000 --- a/gradle_plugin_demo/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/gradle_plugin_demo/.idea/gradle.xml b/gradle_plugin_demo/.idea/gradle.xml deleted file mode 100644 index da780f060..000000000 --- a/gradle_plugin_demo/.idea/gradle.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/gradle_plugin_demo/.idea/misc.xml b/gradle_plugin_demo/.idea/misc.xml deleted file mode 100644 index 5f8ff0664..000000000 --- a/gradle_plugin_demo/.idea/misc.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/gradle_plugin_demo/.idea/modules.xml b/gradle_plugin_demo/.idea/modules.xml deleted file mode 100644 index 58d26865e..000000000 --- a/gradle_plugin_demo/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/gradle_plugin_demo/.idea/workspace.xml b/gradle_plugin_demo/.idea/workspace.xml deleted file mode 100644 index 83cd15fd1..000000000 --- a/gradle_plugin_demo/.idea/workspace.xml +++ /dev/null @@ -1,1028 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1448451439359 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No facets are configured - - - - - - - - sass-stdlib - - - - - - - - IntelliJ IDEA IU-143.381.42 - - - - - - - - gradle-plugin-demo - - - - - - - - Gradle: com.jetbrains:annotations:15.0.1 - - - - - - - - \ No newline at end of file diff --git a/inspection/inspection.iml b/inspection/inspection.iml index b1d6be3ab..3700dfbf1 100644 --- a/inspection/inspection.iml +++ b/inspection/inspection.iml @@ -1,9 +1,10 @@ - + + diff --git a/inspection/META-INF/plugin.xml b/inspection/resources/META-INF/plugin.xml similarity index 100% rename from inspection/META-INF/plugin.xml rename to inspection/resources/META-INF/plugin.xml diff --git a/module/module.iml b/module/module.iml index b1d6be3ab..3700dfbf1 100644 --- a/module/module.iml +++ b/module/module.iml @@ -1,9 +1,10 @@ - + + diff --git a/module/META-INF/plugin.xml b/module/resources/META-INF/plugin.xml similarity index 100% rename from module/META-INF/plugin.xml rename to module/resources/META-INF/plugin.xml diff --git a/plugin_sample/plugin_sample.iml b/plugin_sample/plugin_sample.iml index 347e916d5..3700dfbf1 100644 --- a/plugin_sample/plugin_sample.iml +++ b/plugin_sample/plugin_sample.iml @@ -1,6 +1,6 @@ - + diff --git a/plugin_sample/META-INF/plugin.xml b/plugin_sample/resources/META-INF/plugin.xml similarity index 100% rename from plugin_sample/META-INF/plugin.xml rename to plugin_sample/resources/META-INF/plugin.xml diff --git a/project_model/project_model.iml b/project_model/project_model.iml index b1d6be3ab..3700dfbf1 100644 --- a/project_model/project_model.iml +++ b/project_model/project_model.iml @@ -1,9 +1,10 @@ - + + diff --git a/project_model/META-INF/plugin.xml b/project_model/resources/META-INF/plugin.xml similarity index 100% rename from project_model/META-INF/plugin.xml rename to project_model/resources/META-INF/plugin.xml diff --git a/project_view_pane/project_view_pane.iml b/project_view_pane/project_view_pane.iml index b1d6be3ab..3700dfbf1 100644 --- a/project_view_pane/project_view_pane.iml +++ b/project_view_pane/project_view_pane.iml @@ -1,9 +1,10 @@ - + + diff --git a/project_view_pane/META-INF/plugin.xml b/project_view_pane/resources/META-INF/plugin.xml similarity index 100% rename from project_view_pane/META-INF/plugin.xml rename to project_view_pane/resources/META-INF/plugin.xml diff --git a/project_wizard/project_wizard.iml b/project_wizard/project_wizard.iml index b1d6be3ab..3700dfbf1 100644 --- a/project_wizard/project_wizard.iml +++ b/project_wizard/project_wizard.iml @@ -1,9 +1,10 @@ - + + diff --git a/project_wizard/META-INF/plugin.xml b/project_wizard/resources/META-INF/plugin.xml similarity index 100% rename from project_wizard/META-INF/plugin.xml rename to project_wizard/resources/META-INF/plugin.xml diff --git a/register_actions/register_actions.iml b/register_actions/register_actions.iml index b1d6be3ab..3700dfbf1 100644 --- a/register_actions/register_actions.iml +++ b/register_actions/register_actions.iml @@ -1,9 +1,10 @@ - + + diff --git a/register_actions/META-INF/plugin.xml b/register_actions/resources/META-INF/plugin.xml similarity index 100% rename from register_actions/META-INF/plugin.xml rename to register_actions/resources/META-INF/plugin.xml diff --git a/run_configuration/META-INF/plugin.xml b/run_configuration/resources/META-INF/plugin.xml similarity index 100% rename from run_configuration/META-INF/plugin.xml rename to run_configuration/resources/META-INF/plugin.xml diff --git a/run_configuration/run_configuration.iml b/run_configuration/run_configuration.iml index b1d6be3ab..3700dfbf1 100644 --- a/run_configuration/run_configuration.iml +++ b/run_configuration/run_configuration.iml @@ -1,9 +1,10 @@ - + + diff --git a/simple_language_plugin/META-INF/plugin.xml b/simple_language_plugin/resources/META-INF/plugin.xml similarity index 100% rename from simple_language_plugin/META-INF/plugin.xml rename to simple_language_plugin/resources/META-INF/plugin.xml diff --git a/simple_language_plugin/simple_language_plugin.iml b/simple_language_plugin/simple_language_plugin.iml index 4d7e4548e..b094a4bfc 100644 --- a/simple_language_plugin/simple_language_plugin.iml +++ b/simple_language_plugin/simple_language_plugin.iml @@ -1,11 +1,12 @@ - + + diff --git a/tool_window/.idea/compiler.xml b/tool_window/.idea/compiler.xml deleted file mode 100644 index a85231498..000000000 --- a/tool_window/.idea/compiler.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - \ No newline at end of file diff --git a/tool_window/.idea/copyright/profiles_settings.xml b/tool_window/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf337..000000000 --- a/tool_window/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/tool_window/.idea/encodings.xml b/tool_window/.idea/encodings.xml deleted file mode 100644 index 97626ba45..000000000 --- a/tool_window/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/tool_window/.idea/inspectionProfiles/Project_Default.xml b/tool_window/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 04a92ab1d..000000000 --- a/tool_window/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/tool_window/.idea/inspectionProfiles/profiles_settings.xml b/tool_window/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 3b312839b..000000000 --- a/tool_window/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/tool_window/.idea/misc.xml b/tool_window/.idea/misc.xml deleted file mode 100644 index 1d712c0fe..000000000 --- a/tool_window/.idea/misc.xml +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - sass-stdlib - - - - - - - - 1.8 - - - - - - - - 1.6 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tool_window/.idea/modules.xml b/tool_window/.idea/modules.xml deleted file mode 100644 index 3fa641aa0..000000000 --- a/tool_window/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/tool_window/.idea/uiDesigner.xml b/tool_window/.idea/uiDesigner.xml deleted file mode 100644 index e96534fb2..000000000 --- a/tool_window/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tool_window/.idea/workspace.xml b/tool_window/.idea/workspace.xml deleted file mode 100644 index 2bc4f6746..000000000 --- a/tool_window/.idea/workspace.xml +++ /dev/null @@ -1,811 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1449033553755 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/tool_window/src/myToolWindow/Calendar-icon.png b/tool_window/src/myToolWindow/Calendar-icon.png deleted file mode 100644 index 5e4d507a7..000000000 Binary files a/tool_window/src/myToolWindow/Calendar-icon.png and /dev/null differ diff --git a/tool_window/src/myToolWindow/Time-icon.png b/tool_window/src/myToolWindow/Time-icon.png deleted file mode 100644 index b9cbf33cc..000000000 Binary files a/tool_window/src/myToolWindow/Time-icon.png and /dev/null differ diff --git a/tool_window/src/myToolWindow/Time-zone-icon.png b/tool_window/src/myToolWindow/Time-zone-icon.png deleted file mode 100644 index 63843d352..000000000 Binary files a/tool_window/src/myToolWindow/Time-zone-icon.png and /dev/null differ diff --git a/tool_window/src/myToolWindow/plus.png b/tool_window/src/myToolWindow/plus.png deleted file mode 100644 index f5b3c6e3a..000000000 Binary files a/tool_window/src/myToolWindow/plus.png and /dev/null differ diff --git a/tree_structure_provider/META-INF/plugin.xml b/tree_structure_provider/resources/META-INF/plugin.xml similarity index 100% rename from tree_structure_provider/META-INF/plugin.xml rename to tree_structure_provider/resources/META-INF/plugin.xml diff --git a/tree_structure_provider/tree_structure_provider.iml b/tree_structure_provider/tree_structure_provider.iml index b1d6be3ab..3700dfbf1 100644 --- a/tree_structure_provider/tree_structure_provider.iml +++ b/tree_structure_provider/tree_structure_provider.iml @@ -1,9 +1,10 @@ - + +