-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Issue by peterflynn
Friday Sep 13, 2013 at 10:56 GMT
Originally opened as adobe/brackets#5191
One more bonus feature to squeeze in this sprint, if anyone has cycles to review it :-)
This shows yellow tickmarks in the scrollbar track showing the position of each search result (similar to Chrome, WebStorm, etc). On Mac, where there's no scrollbar visible normally, the tickmarks just float on the right hand side (not sure if this is what those other apps do too).
The tickmarks are disabled for inline editors right now. Find is somewhat broken in inline editors anyway, so it's probably not a big loss.
The tickmark API isn't intended for reuse elsewhere yet, but I think eventually we should generalize it so it could also be used for linting errors/warnings, "diff marks", etc.
peterflynn included the following code: https://github.com/adobe/brackets/pull/5191/commits