noklesta / SublimeQuickFileCreator

Quick File Creator plugin for Sublime Text
64 stars 26 forks source link

Prevent os.walk() from recurring into excluded directories #10

Closed leonid-shevtsov closed 8 years ago

leonid-shevtsov commented 8 years ago

So there was this issue that while excluding directories hides them from the selection panel, they were still traversed. Which mostly defeated the purpose of excluding them in the first place.

This modification removes the excluded directories from the traversal tree. Now excluding directories actually improves performance.

Fixes #5

Tested in ST2 and ST3.

noklesta commented 8 years ago

Thanks!

SeanRoberts commented 8 years ago

Awesome, thank you!