From 446ee379019b16c32b1ba055e3afb113a013d0b6 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Sun, 8 Mar 2020 00:24:56 +0100 Subject: Add usage information to README and plugin description --- src/main/resources/META-INF/plugin.xml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/main') diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index d20b6a7..8711a15 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.6.0 + 0.6.1 Laria Chabowski @@ -19,10 +19,20 @@
  • Title Case
  • dot.case
  • +

    How to use:

    +

    Select the text you want to convert and then invoke the desired action. There are multiple ways to do this:

    +
      +
    • Use the menu bar: The actions of this plugin can be found in “Edit” > “Convert Case”
    • +
    • Use the Find Action feature: Bring up the “Find Action” search dialog (default keyboard shortcut is Ctrl+Shift+A) and type the name of the desired convert action (or type “Convert Case” to see all actions). Tip: This search uses fuzzy matching so you can just type “camcas” for “Convert Case: camelCase”.
    • +
    • Create a keyboard shortcut: Open Settings > Keymap and search for “Convert Case” and create a keyboard shortcut for the desired action.
    • +
    ]]>
    +
    Version 0.6.1
    +
    Add a short documentation on how to use the plugin
    +
    Version 0.6.0
    Organize Convert case actions into new Edit submenu "Convert case" instead of cluttering up the edit menu
    @@ -82,4 +92,4 @@ - \ No newline at end of file + -- cgit v1.2.3-54-g00ecf