From 4b511689787d357446f171080950ba30eb4ba1f0 Mon Sep 17 00:00:00 2001 From: Bruce Schubert Date: Sun, 14 Apr 2019 07:38:35 -0700 Subject: [PATCH] Updated IntelliJ IDE settings. - Migrated settings to IntelliJ IDEA Community Edition 2019.1 - Renamed IDE project to WorldWindJava-CE to differentiate between forks. - Added jackson.jar to dependencies (Re: PR #23) - Excluding NetBeans project folder --- .idea/.name | 1 + .idea/codeStyles/Project.xml | 182 ++++++++++++++++++ .idea/codeStyles/codeStyleConfig.xml | 5 + .../inspectionProfiles/profiles_settings.xml | 18 +- .idea/modules.xml | 3 +- .../runConfigurations/ApplicationTemplate.xml | 21 +- .idea/runConfigurations/KMLViewer.xml | 21 +- .idea/runConfigurations/WMSLayerManager.xml | 21 +- WorldWind.iml | 4 +- 9 files changed, 224 insertions(+), 52 deletions(-) create mode 100644 .idea/.name create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/codeStyles/codeStyleConfig.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000000..d08672fe61 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +WorldWindJava-CE \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000000..51223eb8f9 --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,182 @@ + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml new file mode 100644 index 0000000000..79ee123c2b --- /dev/null +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml index 44eb48c62a..df8bfe6f26 100644 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -1,15 +1,13 @@ - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index d9e337b55a..b145e4dcd5 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -5,5 +5,4 @@ - - + \ No newline at end of file diff --git a/.idea/runConfigurations/ApplicationTemplate.xml b/.idea/runConfigurations/ApplicationTemplate.xml index 714b6ea73e..4d161f7166 100644 --- a/.idea/runConfigurations/ApplicationTemplate.xml +++ b/.idea/runConfigurations/ApplicationTemplate.xml @@ -1,22 +1,15 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations/KMLViewer.xml b/.idea/runConfigurations/KMLViewer.xml index 79fa526268..213d7b4182 100644 --- a/.idea/runConfigurations/KMLViewer.xml +++ b/.idea/runConfigurations/KMLViewer.xml @@ -1,22 +1,15 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations/WMSLayerManager.xml b/.idea/runConfigurations/WMSLayerManager.xml index 039dbcede8..05975f1b1f 100644 --- a/.idea/runConfigurations/WMSLayerManager.xml +++ b/.idea/runConfigurations/WMSLayerManager.xml @@ -1,22 +1,15 @@ - + \ No newline at end of file diff --git a/WorldWind.iml b/WorldWind.iml index 6be696a1de..e194b39a70 100644 --- a/WorldWind.iml +++ b/WorldWind.iml @@ -1,6 +1,6 @@ - + @@ -9,11 +9,13 @@ + + \ No newline at end of file