mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

replace deprecated currentDocumentChange #109

Closed amitmtrn closed 9 years ago

amitmtrn commented 9 years ago

replace deprecated currentDocumentChange with activeEditorChange as recommended in brackets api http://brackets.io/docs/current/modules/document/DocumentManager.html

petetnt commented 9 years ago

This was already fixed with #108. This PR has two other issues besides that, activeEditorChange being EditorManager's event and the line being replaced, currentFileChange.todo not being deprecated (or being currentDocumentChange in the first place).

amitmtrn commented 9 years ago

sry, didn't notice that.