Support Touch Interactions in the Code Editor
Many of the tool panes in Linqpad already support touch scrolling. This makes it very comfortable to use on a touch enabled device like a Surface. However the Code Editor does not support touch scrolling. Visual Studio recently introduced this feature and it is great for reading code on a tablet.
Please support this in the Linqpad editor also.
-
Piers Williams commented
Yes please. I primarily use Linqpad on my Surface, and this is a massive pain. 'Tablet mode's wider scrollbars make it a bit more bearable, but proper support would be a big improvement.
(As a WPF app Linqpad suffers from what I call 'dumb touch' syndrome - touch events are automatically not turned into scroll events (as they would be in a Win32 app) unless the developer explicitly codes for it. Massive WPF design cock up for which we all suffer)