[QScintilla] Find/replace with a lexer not working?

Phil Thompson phil at riverbankcomputing.com
Wed Jul 23 15:17:38 BST 2014


On 23/07/2014 3:09 pm, Alan Garny wrote:
> Hi,
> 
> I use QScintilla in essentially two modes: with and without a lexer. In 
> the
> case where there is no lexer, QsciScintilla::replace() works as I would
> expect (i.e. it replaces the selected with whatever text I want to 
> replace
> it with). However, if there is a lexer, then QsciScintilla::replace() 
> just
> doesn't work for me.

A lexer shouldn't make any difference. Also I would expect multiple bug 
reports before now if this was a general problem.

Do you have a short, complete example that demonstrates the problem?

Phil


More information about the QScintilla mailing list