Code selection + right click loses the initial selection
Answered
Here is the context :
i select a part of code, right click in order to display the contextual menu.
Result :
My first selection is lost and a new selection is automatically done, as if i double clicked.
Any solution ?
Please sign in to leave a comment.
I have got the same behaviour with IntelliJ IDEA 2018.3.5 ( Ultimate editon)
Could not reproduce the issue both on PhpStorm 2018.3.5 and 2019.1 Beta. What OS are you on?
Would it be possible to record the screencast?
OS
macOS Mojave
Version 10.14.3
PhpStorm
PhpStorm 2018.3.5
Build #PS-183.5912.26, built on March 7, 2019
JRE: 1.8.0_152-release-1343-b28 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.3
Screencast : https://www.screencast.com/t/hMyiLuCaqn4K
macOS Mojave too
Version 10.14.2
And now i think it's problably since mojave update but only in Intellij, no problem in others tools ( eg : VS Code)
No luck with reproduction on Mojave 10.14.3, and also no similar requests on the tracker (or I just failed to find them).
Please reset your keymap at Preferences | Keymap | Gear icon | Restore Defaults. It makes sense to save the keymap first.
Then, if it didn't help, please turn all custom plugins off at Preferences | Plugins | Installed | Downloaded.
If nothing helped, please create a support ticket attaching your logs (Help | Collect Logs). Thank you! https://intellij-support.jetbrains.com/hc/en-us
Thank's for your help. I finally found the issue. This was effectively caused by a plugin : Redux (https://plugins.jetbrains.com/plugin/11277-redux)
Thx a lot, i should have think of that
Thanx Cedric, it's working for me too when removing redux plugin.