From 55660b91440904d69a030a71de302d910f3f13b2 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 4 Oct 2020 14:29:17 +0200 Subject: Fix crashing when an action is performed without a focussed editor 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. --- src/main/resources/META-INF/plugin.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/main/resources/META-INF') diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 13e9403..5ce044e 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -1,7 +1,7 @@ me.laria.code.idea_caseconv Case conversion - 0.7.0 + 0.7.1 Laria Chabowski @@ -39,6 +39,9 @@
+
Version 0.7.1
+
Fix crashing when an action is performed without a focussed editor
+
Version 0.7.0
Add setting for newline mode and fix converting *from* dot.case
-- cgit v1.2.3-54-g00ecf