aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorLaria Carolin Chabowski <laria@laria.me>2020-10-04 14:29:17 +0200
committerLaria Carolin Chabowski <laria@laria.me>2020-10-04 14:29:17 +0200
commit55660b91440904d69a030a71de302d910f3f13b2 (patch)
treeb4cec79ff31574b360e892d6c6fca9db6dbf01ca /build.gradle
parentaf40819fcd9720bb68e6271b9ab29c6b6cdbae38 (diff)
downloadidea_caseconv-55660b91440904d69a030a71de302d910f3f13b2.tar.gz
idea_caseconv-55660b91440904d69a030a71de302d910f3f13b2.tar.bz2
idea_caseconv-55660b91440904d69a030a71de302d910f3f13b2.zip
Fix crashing when an action is performed without a focussed editorv0.7.1
Turns out checking for a focussed editor in update() is not enough, because you can invoke the action, even if it's marked as inactive. Checking again in actionPerformed() fixes the issue.
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 20b4f62..0287fed 100644
--- a/build.gradle
+++ b/build.gradle
@@ -4,7 +4,7 @@ plugins {
}
group 'me.laria.code'
-version '0.7.0'
+version '0.7.1'
sourceCompatibility = 1.8