Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLOSED] Highlight scrollbar tickmark for the current Find match #9211

Open
core-ai-bot opened this issue Aug 30, 2021 · 1 comment
Open

Comments

@core-ai-bot
Copy link
Member

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

@core-ai-bot
Copy link
Member Author

Comment by prksingh
Tuesday Feb 10, 2015 at 12:44 GMT


@peterflynn Changes look good to me. This would be really useful too :) Merging for 1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant