/
githubmirror
/
brackets
ОбзорДокументацияВойти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
brackets/
.../LiveDevelopment/Documents/
..
CSSDocument.js

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.

12 лет назад
CSSPreprocessorDocument.js

Fix bug #10200 (Live Preview throws errors on pages with dynamic LESS) - Make sure every "live document" type implements the same interface, including the EventDispatcher APIs.

12 лет назад
HTMLDocument.js

- Remove unused '$' JSLint annotations (Travis/JSHint complains) - Finally actually mark Editor "keyEvent" as deprecated - Fix one last case in JS code hints where $() was being used for non-DOM events - Fix cases where our code says 'jqEvent' but it's now an EventDispatcher event instead

12 лет назад
JSDocument.js

Fix bug #10200 (Live Preview throws errors on pages with dynamic LESS) - Make sure every "live document" type implements the same interface, including the EventDispatcher APIs.

12 лет назад
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©