Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JetBrains IDEs scrolling on touchscreen

I'm having a problem scrolling in all the JetBrains IDEs (PyCharm, PhpStorm) using touch screen. I have a Dell XPS 15 with a touchscreen.

When I try to scroll it just selects code. I have tried in regular Notepad and Notepad++ and there works as expected.

Has anyone else experienced it? Is there any solution to this? It would be really great to scroll through the code using touchscreen.

like image 512
Samuel Avatar asked Apr 29 '16 17:04

Samuel


People also ask

How do I scroll in IntelliJ?

Horizontal scrolling can be enabled in 'File | Settings | Editor | General | Appearance'. Click-to-scroll toggle mode can be disabled in 'File | Settings | Editor | General | Appearance'. Mouse shortcut can be customized in 'File | Settings | Keymap | Plugins | Fast Mouse Scrolling | Start Fast Mouse Scrolling'.

How do I enable scrolling in PyCharm?

To enable scroll-zoom in PyCharm: Go to File > Settings to open the Settings dialog. In the Settings dialog, navigate to Editor > General. Check the Change font size (Zoom) with Ctrl + Mouse Wheel option.


1 Answers

I have found temporary solution by installing plugin Code glance (https://plugins.jetbrains.com/plugin/7275). The plugin provides a sidebar with code map, which is similar to the one from Sublime. In the sidebar it is possible to navigate through code. It is not ideal but it's better than nothing.

like image 172
Samuel Avatar answered Oct 17 '22 08:10

Samuel