diff --git a/.idea/misc.xml b/.idea/misc.xml index 047f3cd..c419c78 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index 08186b6..efc4d78 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,9 +2,9 @@ - - - + + + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 92e6aa9..89cb597 100644 --- a/build.gradle +++ b/build.gradle @@ -1,19 +1,19 @@ plugins { - id "org.jetbrains.intellij" version "0.4.16" + id "org.jetbrains.intellij" version "1.14.1" } group 'com.cursive-ide' -version '0.3.900' +version '0.3.901' intellij { - version '2019.3.3' - pluginName 'emacs-plus' - updateSinceUntilBuild false + version = '2019.3.3' + pluginName = 'emacs-plus' + updateSinceUntilBuild = false } publishPlugin { - token publishToken - channels publishChannels.split(',') + token = hasProperty('publishToken') ? publishToken : '' + channels = hasProperty('publishChannels') ? publishChannels.split(',') : [] } apply plugin: 'java' diff --git a/src/main/java/com/mulgasoft/emacsplus/actions/wrapper/KeyboardQuit.java b/src/main/java/com/mulgasoft/emacsplus/actions/wrapper/KeyboardQuit.java index becac63..a040549 100644 --- a/src/main/java/com/mulgasoft/emacsplus/actions/wrapper/KeyboardQuit.java +++ b/src/main/java/com/mulgasoft/emacsplus/actions/wrapper/KeyboardQuit.java @@ -18,7 +18,6 @@ public class KeyboardQuit extends EmacsPlusWrapper { public KeyboardQuit() { super(new Handler(getWrappedHandler("EditorEscape"))); - setInjectedContext(true); } private static class Handler extends EditorActionHandler { diff --git a/src/main/resources/Keymap_EmacsPlus.xml b/src/main/resources/Keymap_EmacsPlus.xml index fbee29f..93d9640 100644 --- a/src/main/resources/Keymap_EmacsPlus.xml +++ b/src/main/resources/Keymap_EmacsPlus.xml @@ -68,6 +68,9 @@ + + + @@ -302,6 +305,7 @@ + @@ -497,7 +501,7 @@ - + diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index c28ae88..4e89495 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -104,7 +104,7 @@ - + @@ -386,4 +386,4 @@ - \ No newline at end of file +