<table><tr><td style="">rjvbb added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D6184" rel="noreferrer">View Revision</a></tr></table><br /><div><div><blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>In these cases you don't want horizontal scrolling, because it destroys the alignment that helps the user orient. Which is especially important in source code, or a directory tree.</p></blockquote>

<p>?? Who said my change implements per-line scrolling? The whole view is scrolled, just like in a text view where alignment is also not "destroyed" as you claim. Wrapping is much more detrimental to orientation.</p>

<p>I agree scrolling is very sensitive, it might be possible to do something about that via an event filter. You get used to it though, and use of a touchpad under Linux requires a bit of patience setting things up correctly (and even then it won't work as well as a Mac touchpad does). There's a trick too if you're using 2-finger scrolling: just scroll a tad towards the left to keep the view left-aligned. Or use the scrollbar...</p>

<p>Maybe one can filter out horizontal wheel events so that horizontal scrolling is possible only via the horizontal scrollbar? Of course you can do that for the entire desktop via the touchpad KCM...</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">However, I've seen implementations where elided text is immediately expanded on hovering, which is quite nice. That isn't happening here, instead I have to wait some time for a tool tip that shows the entire path. That might be a bit annoying.</pre></div></blockquote>

<p>You have to wait for a tooltip and hope it will - and even if it does you get the entire filename of only a single entry. Which is more than just a bit annoying if you try to open a specific file from a list of files that all look the same in the project view because the differences are hidden in the elided part.</p>

<p>Would it be technically feasible to toggle from one mode to another by pressing a modifier key?</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R33 KDevPlatform</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D6184" rel="noreferrer">https://phabricator.kde.org/D6184</a></div></div><br /><div><strong>To: </strong>rjvbb, KDevelop, kfunk<br /><strong>Cc: </strong>aaronpuchert, kfunk, apol, kdevelop-devel, geetamc, Pilzschaf, akshaydeo, surgenight, arrowdodger<br /></div>