kstenschke / shifter-plugin

Intelligent string/code manipulation plugin for Jetbrains IDEs: Detects shiftable type of word/line/selection and manipulates it on keyboard shortcut
http://plugins.jetbrains.com/plugin/6149
Apache License 2.0
105 stars 13 forks source link

Changing the value with the mouse wheel #36

Closed GriNAME closed 7 years ago

GriNAME commented 7 years ago

Please add the option to change the value of the selected numbers by scrolling the mouse wheel. That is, you must select a number, hover over the selected number, and spin the mouse wheel. Same as dev tools Google Chrome. It can be added only with a clamped hotkey if this makes development easier.

kstenschke commented 7 years ago

Hi Gregory, thank you for your input. Good news: I re-checked the IDE settings and this IS ALREADY POSSIBLE! In the IDE-Preferences, go to: "Keymap" and search for "Shift", you can than right-click an item and use the option "Add mouse shortcut". I assigned "Shift + Wheel Up" for "Shift-Up" and it worked like a charm :-)

GriNAME commented 7 years ago

@kstenschke It perfect! Thank you a lot!