[Github-comments] [geany/geany] Geany starts glitch if open a very large text file (#2076)

Colomban Wendling notifications at xxxxx
Mon Feb 4 14:00:52 UTC 2019


Looking at the size and doing a few tests suggests it might be due to us still using signed 32 bits integers for holding positions and alike.  Maybe even in Scintilla, that might require a specific define to use 64bits positions.
This would mean trouble when the file size is greater than `(1 << 31) - 1`, which your file definitely is.  I'll try and dig a little more,  but it might be far from trivial to fix ATM :confused: 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2076#issuecomment-460259482
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190204/860371c5/attachment.html>


More information about the Github-comments mailing list