From 30a6888e51207eaa25602851766d17ed91e33a61 Mon Sep 17 00:00:00 2001 From: Travis Cripps Date: Tue, 15 Jul 2014 01:27:40 -0700 Subject: [PATCH] Issue #51: plugin crash with java.lang.NoSuchMethodError - Fix an incompatibility with version 13.x due to an API method removal. - Due to the API change, the minimum supported version is now IDEA 13. --- .idea/ant.xml | 6 +----- .idea/compiler.xml | 6 +++++- .idea/copyright/profiles_settings.xml | 4 +--- .idea/misc.xml | 13 +++++++++---- .idea/runConfigurations/idea_plugin_protobuf.xml | 2 +- .idea/scopes/scope_settings.xml | 5 +++++ META-INF/plugin.xml | 8 +++++++- ReleaseNotes.txt | 8 ++++++++ src/protobuf/lang/psi/impl/reference/PbRefImpl.java | 3 ++- 9 files changed, 39 insertions(+), 16 deletions(-) create mode 100644 .idea/scopes/scope_settings.xml diff --git a/.idea/ant.xml b/.idea/ant.xml index 2581ca3..f6e673a 100644 --- a/.idea/ant.xml +++ b/.idea/ant.xml @@ -1,7 +1,3 @@ - - - - - + diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 97c9ca5..ff2e67d 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -18,7 +18,11 @@ - + + + + + diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml index 3572571..e7bedf3 100644 --- a/.idea/copyright/profiles_settings.xml +++ b/.idea/copyright/profiles_settings.xml @@ -1,5 +1,3 @@ - - - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 7e7cc20..66deecf 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -252,9 +252,6 @@ - - @@ -263,6 +260,14 @@ + + + +