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

Zufu Liu notifications at xxxxx
Sat Apr 13 11:31:57 UTC 2019


by default 31-bit is used internally, 63-bit (only on 64-bit system) must explicit enabled with `SC_DOCUMENTOPTION_TEXT_LARGE`.
please grep `largeDocument` inside scintilla\src folder.
all index are signed (ptrdiff_t) so are only 31-bit and 63-bit.

-- 
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-482801249
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190413/91aec597/attachment.html>


More information about the Github-comments mailing list