[kate] [Bug 432325] kate scrollbar doesn't take into account line length

2024-03-15 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=432325

Christoph Cullmann  changed:

   What|Removed |Added

 Resolution|--- |INTENTIONAL
 Status|REPORTED|RESOLVED

--- Comment #4 from Christoph Cullmann  ---
Not implemented, if somebody wants to have that, please submit a patch.

So far there was no interest to implement that for years.

https://kate-editor.org/join-us/

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 432325] kate scrollbar doesn't take into account line length

2023-03-24 Thread Waqar Ahmed
https://bugs.kde.org/show_bug.cgi?id=432325

Waqar Ahmed  changed:

   What|Removed |Added

 CC||rokejulianlockhart@outlook.
   ||com

--- Comment #3 from Waqar Ahmed  ---
*** Bug 453912 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 432325] kate scrollbar doesn't take into account line length

2022-12-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=432325

tustam...@yahoo.com.br changed:

   What|Removed |Added

 CC||tustam...@yahoo.com.br

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 432325] kate scrollbar doesn't take into account line length

2021-06-12 Thread Christoph Cullmann
https://bugs.kde.org/show_bug.cgi?id=432325

Christoph Cullmann  changed:

   What|Removed |Added

 CC||cullm...@kde.org
   Severity|normal  |wishlist

--- Comment #2 from Christoph Cullmann  ---
Yes, that is by design.
One can keep this as some wish to alter this behavior, but this is unlikely to
happen.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kate] [Bug 432325] kate scrollbar doesn't take into account line length

2021-02-01 Thread Dominik Haumann
https://bugs.kde.org/show_bug.cgi?id=432325

--- Comment #1 from Dominik Haumann  ---
Unfortunately that is by design.

If we want to support that, then Kate would have to layout all lines in the
document to know exactly how many wrapped lines are in the view.

Layouting all lines can be really slow since Kate supports right-to-left
languages as well. We already have issues about Kate being slow for very long
lines. Adding support for this behavior would make it worse.

The only possible workaround would be that Kate knows it has only ascii content
(special case), since then with a fixed font we'd know exactly how long a line
would really be.

Currently, we always decided to not add such a special case... So we have to
live with it.

Scrolling with the mouse wheel should work, though.

-- 
You are receiving this mail because:
You are watching all bug changes.