On 30 May 2016, at 3:32 pm, Chris Pezley <[email protected]> wrote: > > 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.
It's a "feature" of the underlying Scintilla code. Phil _______________________________________________ QScintilla mailing list [email protected] https://www.riverbankcomputing.com/mailman/listinfo/qscintilla
