fdorg / flashdevelop

FlashDevelop is a free and open source code editor.
MIT License
825 stars 220 forks source link

Highlight find results (all matches) and other lines in the scrollbar #854

Open gene-pavlovsky opened 9 years ago

gene-pavlovsky commented 9 years ago

Add a new feature to highlight different kind of lines on top of the scrollbar. For example, the "Findbar Tweaks" on FireFox highlights all matches of a quick-find search like so: Screenshot The current match is shown in green, while all other matches are shown in purple. Colors should be adjustable via theme, or match the color of "highlight all matches" feature (which should be adjustable via theme). As a logical extension of this feature, other types of lines can be marked via different colors:

Personally, "highlight matching words" matches and quickfind, find&replace, find&replace in files matches would be the most useful items to see on the scrollbar for me.

Meychi commented 9 years ago

These is on my todo list for the future.

feipinxiang commented 6 years ago

fd now have the "Highlight matching words" matches line yet?