Correct.  The editing widget we use does not measure the length of lines to 
determine the width of the longest line since that would require laying out and 
measuring the entire file instead of only the visible area.  So it tracks the 
longest line that it has displayed and sets the scroll bar for that, but it 
starts with an initial guesstimate of 2000 pixels, which might be about 300 
chars depending on your font size.

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/886#issuecomment-174978155

Reply via email to