Issue by peterflynn
Monday Jan 19, 2015 at 10:22 GMT
Originally opened as adobe/brackets#10413
Highlight scrollbar tickmark for the current Find match differently from the other matches (similar to the text highlighting within the editor: the current match is orange and the other matches are yellow).
Also, fix a bug where the wrong text highlight color was seen when a file had many search results (> FIND_HIGHLIGHT_MAX) or was too big to search for all matches at once (> FIND_MAX_FILE_SIZE): ensure .CodeMirror-searching is always applied to the current-match highlight, even when other matches aren't highlighted.
I thought this would be a nice enhancement to get into 1.2 :-)
peterflynn included the following code: https://github.com/adobe/brackets/pull/10413/commits
Monday Jan 19, 2015 at 10:22 GMT
Originally opened as adobe/brackets#10413
Highlight scrollbar tickmark for the current Find match differently from the other matches (similar to the text highlighting within the editor: the current match is orange and the other matches are yellow).
Also, fix a bug where the wrong text highlight color was seen when a file had many search results (>
FIND_HIGHLIGHT_MAX) or was too big to search for all matches at once (>FIND_MAX_FILE_SIZE): ensure.CodeMirror-searchingis always applied to the current-match highlight, even when other matches aren't highlighted.I thought this would be a nice enhancement to get into 1.2 :-)
peterflynn included the following code: https://github.com/adobe/brackets/pull/10413/commits