len(textctrl.GetValue()) is slow - for periodic checks on big text etc
Is there a faster way - like WM_GETTEXTLENGTH on Win or in Scintilla ?
len(textctrl.GetValue()) is slow - for periodic checks on big text etc
Is there a faster way - like WM_GETTEXTLENGTH on Win or in Scintilla ?
Hi,
is possibly the GetLastPosition() method, what you want?
hth,
vbr
2013/6/22 Robert <kxroberto@googlemail.com>:
len(textctrl.GetValue()) is slow - for periodic checks on big text etc
Is there a faster way - like WM_GETTEXTLENGTH on Win or in Scintilla ?
--