Display: add highlight support to scroll bar #269
Labels
Display
Display control related issues
enhancement
A new feature or way to improve a current feature to make it better or offer more uses
wishlist
Wanted but not required
Add a highlight support to the scroll bar like firefox and chrome that marks found search terms
quick way to do this would probably be use a cavas that overlays the scrollbar and ignores events allowing line to be draw to show where search highlights are, t find the search highlights on the bar it should be just a matter of (line index / total lines = %) and % * scrollbar height should get me the ~ x coord to draw a colored line to mark the search term
The text was updated successfully, but these errors were encountered: