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

handleSelect API now requires to return true to close the code hints. #47

Closed RaymondLim closed 12 years ago

RaymondLim commented 12 years ago

In Sprint 16, we made a change in this api, and all extensions using Code Complete APIs need to update their handleSelect API to return true.

njx commented 12 years ago

@RaymondLim -- could you make sure a note about that API change gets added to https://github.com/adobe/brackets/wiki/Release-Notes:-Sprint-16 ? Thanks.

RaymondLim commented 12 years ago

Thanks. I just add it.

joelrbrandt commented 12 years ago

@RaymondLim I created pull #48 to address this. Might you have time to review?

joelrbrandt commented 12 years ago

FBNC, assigned back to @RaymondLim

Thanks!