mikaeljorhult / brackets-todo

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

run() method should run in a scope #16

Closed zaggino closed 10 years ago

zaggino commented 11 years ago

Currently when document is saved, handler is executed and run() method is called to refresh todo's.

When settings.search.scope === 'project' that means it starts looking for todo's in all files, not only the document, that was modified.

mikaeljorhult commented 11 years ago

Yes, I'm looking into how to best limit the search and only update the saved document.

zaggino commented 10 years ago

:+1:

mikaeljorhult commented 10 years ago

Sorry for the delay. Finally have some time to spend on my open source endeavors.

zaggino commented 10 years ago

No worries, I know what it's like to not have any free time ;)