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, view it on GitHub, or mute the thread.