You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :-)
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
The text was updated successfully, but these errors were encountered: