release-1.5
Allow CSS Code Hints in PHP
Fixed a bug when there is only a linter error and it is collapsed
Start test branch for CodeMirror v4. Load it via require everywhere it's used.
Convert Brackets core code over to new EventDispatcher APIs for all non-DOM events. - Does NOT convert PreferencesSystem & PrefixedPreferencesSystem yet, since they have existing impls of on()/off() with a different signature - Several modules with circular references now must wait until htmlReady() to register event handlers on other modules, since the other module is initially empty (no on() API to call): - KeyBindingManager listeners on CommandManager - FileViewController listeners on MainViewManager - ProjectManager listeners on FileViewController & MainViewManager - Removes legacy NodeConnection "." event separators, deprecated since 0.37 - Remove 'promises' member of "projectOpen" Event object, which was very old and doesn't seem to have been used in a long time. - Remove RecentProjects code that listens for events on SidebarView, since it stopped triggering those events 2 years ago (in df7a495). The "beforeExecuteCommand" listener in PopUpManager covers the same case now.
Fix #7459.
Remove unused vars
Rename CodeMirror2 folder to CodeMirror
Add Code Hints for Preferences
Move descriptions to LanguageManager
Merge SVG extension in the core
Merge pull request #11506 from adobe/marcel/xml-xsd