Scrolling is a real pain in the ass

  1. The scollbar position is nearly invisible within editor windows, so scrolling by pulling the scrollbar slider up or down is not usable. Same for horizontal scrollbar - and my mousewheel does only up and down.
  2. But if you are scrolling instead using the mousewheel and there is something in the clipboard, you'll experience with many mouse models randomly droppings within the editor (and mostly not even in the part you currently view). This is caused by the "feature" of many GUIs to use the middle mouse button aka clicking the mouse wheel to paste. And this clicking happens very often involuntarily if you scroll fast using the wheel, lifting your finger and putting it down for the next cycle.
    This is not caused by PhpStorm itself, but since it discourages sliding the scrollbar slider it happens within PhpStorm very often, which is very annoying since it causes not only syntax errors but bugs.
0
Avatar
Permanently deleted user

Hello,

Open Help > Edit Custom Properties and add there a line

editor.full.width.scrollbar=true

Then save the file and restart PhpStorm.

You also can remove mouse button association for pasting clipboard contents at File | Settings (or PhpStorm | Preferences for Mac) | Keymap.
Just search for "paste", find Editor Actions | Paste from X clipboard, right click it and remove Mouse2 shortcut.

0

请先登录再写评论。