Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Marks in scintilla scrollbar?

Does it possible to mark search results/breakpoints/bookmarks in scrollbar of scintilla control? Like it done in Google Chrome or JetBrains IDEs.

like image 242
garkin Avatar asked Feb 25 '26 06:02

garkin


1 Answers

Yes it is possible.

First you have to know which lines to mark. After your search (using scintilla search engine or your own) you can loop call SCI_MARKERADD and pass those lines as arguments + the marker type you want to use.

More info: http://www.scintilla.org/ScintillaDoc.html#SCI_MARKERADD

like image 80
RaptorX Avatar answered Mar 01 '26 03:03

RaptorX



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!