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

Font filtering no longer works if you have the cursor in a font starts with a capital letter. #71

Closed RaymondLim closed 11 years ago

RaymondLim commented 11 years ago
  1. Open main.css page from Getting Started project.
  2. Set cursor inside the font-family rule right after one of the fonts starts with a capital letter (eg. after "A" in Arial).
  3. Press Ctrl+Space to bring up EWF hints.

Result: You dont see the font list is filtered with the letters before the cursor. If you change the capital letter to lowercase, then you will see the filtering with some bold letters in each code hint.

joelrbrandt commented 11 years ago

Fixed with #72, assigning to @RaymondLim for closing.

joelrbrandt commented 11 years ago

Confirming fixed and closing.