Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9747 from adobe/dangoor/quickopen-exports
Browse files Browse the repository at this point in the history
Restore the QuickOpen.basicMatchSort and friends
  • Loading branch information
JeffryBooher committed Oct 30, 2014
2 parents bb27007 + 7e7f4a1 commit 7e5dff3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/search/QuickOpen.js
Original file line number Diff line number Diff line change
Expand Up @@ -949,4 +949,10 @@ define(function (require, exports, module) {
exports.beginSearch = beginSearch;
exports.addQuickOpenPlugin = addQuickOpenPlugin;
exports.highlightMatch = highlightMatch;

// Convenience exports for functions that most QuickOpen plugins would need.
exports.stringMatch = StringMatch.stringMatch;
exports.SearchResult = StringMatch.SearchResult;
exports.basicMatchSort = StringMatch.basicMatchSort;
exports.multiFieldSort = StringMatch.multiFieldSort;
});

0 comments on commit 7e5dff3

Please sign in to comment.