mikaeljorhult / brackets-todo

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

Problem with the new Brackets split view #95

Closed TheBenji closed 10 years ago

TheBenji commented 10 years ago

Hey,

I love this extension but it seems to break the new Brackets version with split views: https://github.com/adobe/brackets/issues/9012

I've got this error in the console: Uncaught TypeError: Cannot read property 'scope' of undefined main.js: 378

Not sure that has anything to do with it though.

mikaeljorhult commented 10 years ago

Yes, events seems to be triggered in a bit different order with split view. This should be resolved in current master branch (after #91).