ahuth / brackets-paste-and-indent

Paste code at the correct indentation level
29 stars 7 forks source link

deprecated event 'currentDocumentChange' #9

Open Tusko opened 9 years ago

Tusko commented 9 years ago

Registering for deprecated event 'currentDocumentChange'. Instead, use MainViewManager.currentFileChange.

at 28 row please change $(DocumentManger).on("currentDocumentChange", function () { to EditorManager.on("activeEditorChange", function () {