[QScintilla] Multiple textChanged signals when indenting a selection with multiple lines
Chris Pezley
chris.pezley at quantumwise.com
Mon May 30 15:32:55 BST 2016
Hi,
I've noticed the following issue(?) when using qscintilla: highlight
multiple lines in the editor and press tab. The textChanged signal is
emitted once for every line that is indented. Since pressing delete with
multiple lines selected only emits one textChanged, I would assume that
the multiple emits is an error.
I've included a small example to quickly test this. Just write a couple
of lines, highlight them, press tab and then see the console output.
Best regards,
Chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qscintilla_example.py
Type: application/x-python
Size: 400 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20160530/d0444005/attachment.bin>
More information about the QScintilla
mailing list