<P>hi all,</P><P>is there any way how to highlight all occurences of e.g. searched words in Qscintilla widget?</P><P>Example: User is searching for word "foo" in custom search&amp;replace dialog. So I call findFirst()/findNext() mechanism as it's required. But I want to have highlighted all occurences of searched term e.g. with background color.</P><P>Is there any quick way how to do it or should I write it myself with setSelectionBackgroundColor()/resetSelectionBackgroundColor() in loop?</P><P>cheers,</P><P>Petr</P>