adobe / brackets-edge-web-fonts

Edge Web Fonts extension for Brackets. Simply unzip and drop into your Brackets extension folder to browse and include Edge Web Fonts.
http://html.adobe.com/edge/webfonts/
MIT License
50 stars 20 forks source link

Calculate the matched portion of candidate hints, as emphasized in the hint list, insensitive to case. #72

Closed iwehrman closed 11 years ago

iwehrman commented 11 years ago

This changes how the emphasized part of each candidate hint is calculated. With this change, matches are calculated w.r.t. an eponymous variable lowerCaseQuery, instead of the possibly-mixed-case query variable, for case-insensitive compatibility with the lower-case hints returned from the filterAndSortArray function. Addresses #71.

joelrbrandt commented 11 years ago

@iwehrman Looks good, merged. Thanks!