mikaeljorhult / brackets-todo

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

Uncaught TypeError: Cannot read property 'fullPath' of undefined #54

Closed fdecampredon closed 10 years ago

fdecampredon commented 10 years ago

Keep having this error in line 24 of ParseUtils

mikaeljorhult commented 10 years ago

I've quickly tried to recreate this but it dosen't on any of my projects. When do this occur for you? Any particular file?

fdecampredon commented 10 years ago

Sorry in fact this happened with the master of sprint 37 code

mikaeljorhult commented 10 years ago

No problem. There's some changes in Sprint 37 that will break the extension. I'm working to implement this and hope to have it done this week.

mikaeljorhult commented 10 years ago

@fdecampredon I've just released a new version of Todo that uses the new preferences system in Brackets 37. Could you please test it to see if it resolves you issues?

mikaeljorhult commented 10 years ago

I'm not able to reproduce this on the current stable version of Brackets. Seems to be fixed.