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
qscintilla_example.py
Description: application/python
_______________________________________________ QScintilla mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/qscintilla
