adobe / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
33.26k stars 7.64k forks source link

CSS property value hints pop up on entering space character. #6675

Closed RaymondLim closed 10 years ago

RaymondLim commented 10 years ago
  1. Set the cursor after the colon of a property name. (e.g. display: )
  2. Hit the space bar to enter a space character.

Result: CSS hints for the property value show up. In sprint 35, we don't show CSS hints on space character. This is innocuous for most CSS properties, but it does cause a problem for EWF extension. EWF does not show font hints on space character, but Brackets does in sprint 36 and therefore shows up a shorter list of font names only available in Brackets (instead of web fonts available in EWF).

Workaround for Edge Web Fonts: Start typing or Press Esc and then Ctrl+spacebar to see the font previews.

pthiess commented 10 years ago

@RaymondLim I agree that it's important to keep EWF working correctly. Maybe a good thing to bring into a discussion with @jadbox and @ryanstewart.

redmunds commented 10 years ago

Confirmed. Closing.