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
Allow search() to return a result object instead of a string; this value is now passed to itemFocus/Select() instead of a raw DOM node. Upshot: no longer need to stash metadata in the list item HTML and parse it back out later.
Better ranking of search results: prioritize into tiers (favoring exact matches, then matches starting at start of the string); sort identical filenames by path instead of arbitrary order
Expose a public API to open a particular search mode (making it cleaner to add entirely new search modes with a new prefix character)
Fix a few minor bugs:
In HTML id search, attrs like "data-button-id" created many false positives (due to "id" suffix)
Filenames with no extension were truncated
JS and CSS search were showing results in reverse-alphabetical order
Wednesday Sep 05, 2012 at 23:43 GMT
Originally opened as adobe/brackets#1565
peterflynn included the following code: https://github.com/adobe/brackets/pull/1565/commits
The text was updated successfully, but these errors were encountered: