@Yatshan said in Search up/down using QsciScintilla:
m_pTextEdit->SendScintilla(QsciScintilla::SCI_INDICATORCLEARRANGE, 0, data.length());
This really helped me with clearing all the highlights!
I tried QsciScintilla::SCI_MARKERDELETEALL for many times but no luck.
Thanks!