krasa / StringManipulation

IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162
Apache License 2.0
698 stars 81 forks source link

Add shortcut prevents use of "repeat last action" #163

Closed kittle31 closed 2 years ago

kittle31 commented 2 years ago

Describe the bug The new "add shortcut" option prevents the existing "repeat last action" from working.

To Reproduce Steps to reproduce the behavior:

  1. select something
  2. Pick "string manipulation" from context menu.
  3. perform some action in the menu, ex: "switch to lowercase"
  4. close menu.
  5. repeat step 1 & 2
  6. Attempt to select 1st menu option "Repeat - To lower case"
  7. Option is non-functional. instead there is a sub-menu for "add shortcut"

Expected behavior The existing first menu option "repeat last action" should function

Environment : Intellij ultimate 2021.1 running on ubuntu 18 string manipulation v: 8.24.203.5981.1

krasa commented 2 years ago

thanks, it worked only from alt+m popup, which is what I use.

krasa commented 2 years ago

you can update

krasa commented 2 years ago

Perhaps I should ungroup it, I do not like that it requires an extra click.

kittle31 commented 2 years ago

Un-grouping would be much appreciated. Maybe you can put the create shortcut as the 2nd menu item. Then muscle memory wont be picking the wrong option

krasa commented 2 years ago

Should be good now.