From ae25dab70b0100df4df4aada20ceecb633372be9 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 10 Dec 2019 21:59:19 +0100 Subject: Add "Convert case" submenu Organize the menu items neatly in a new submenu instead of cluttering up the main edit menu. This also fixes the order of the menu items. --- src/main/resources/META-INF/plugin.xml | 94 +++++++++++++++++----------------- 1 file changed, 47 insertions(+), 47 deletions(-) (limited to 'src/main/resources/META-INF/plugin.xml') diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 9f60c29..d20b6a7 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.5.2 + 0.6.0 Laria Chabowski @@ -21,7 +21,15 @@ ]]> -

Version 0.5.2: Add Convert case: dot.case action

]]>
+ +
+
Version 0.6.0
+
Organize Convert case actions into new Edit submenu "Convert case" instead of cluttering up the edit menu
+ +
Version 0.5.2
+
Add Convert case: dot.case action
+
+ ]]>
@@ -35,51 +43,43 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + +
\ No newline at end of file -- cgit v1.2.3-54-g00ecf