You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support CSS files being deleted in live development (now updates browser) -- CSSDocument now listens for Document's "deleted" event; it clears the CSS in the browser and also emits its own event that LiveDevelopment listens to so it knows to drop that file from its list of related documents
Support discarding unsaved changes to CSS file in live development (now updates browser) -- when choosing to discard unsaved changes, the Close command (DocumentCommandHandlers.handleFileClose()) now reverts the Document to the contents on disk so that any views other than the main editor which remain open (namely, the live development connection) don't continue reflecting the unsaved (now discarded) changes. This replaces the refreshText("") hack we used to have in Document._makeNonEditable().
Issue by peterflynn
Thursday Apr 05, 2012 at 01:37 GMT
Originally opened as adobe/brackets#558
This replaces the
refreshText("")
hack we used to have in Document._makeNonEditable().peterflynn included the following code: https://github.com/adobe/brackets/pull/558/commits
The text was updated successfully, but these errors were encountered: