mikaeljorhult / brackets-todo

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

Case-insensitive file-naming prevents extension from loading on Linux #49

Closed jnewc closed 10 years ago

jnewc commented 10 years ago

I'm using Brackets Sprint 36 on Linux Mint 16 and the extension fails to install/load due to references to the module 'Strings' being case-insensitive.

I've made the necessary changes locally. If you're happy to accept them I can submit a pull request later today.

mikaeljorhult commented 10 years ago

If you could submit a pull request that would be great.

mikaeljorhult commented 10 years ago

@jnewc I've pushed some changes that should resolve this. Would be greatly appreciated if you could confirm that they do fix the issue.

jnewc commented 10 years ago

OK, it's on my work machine so I'll test tomorrow and post back result.

On 11/02/2014 17:28, Mikael Jorhult wrote:

@jnewc https://github.com/jnewc I've pushed some changes that should resolve this. Would be greatly appreciated if you could confirm that they do fix the issue.

— Reply to this email directly or view it on GitHub https://github.com/mikaeljorhult/brackets-todo/issues/49#issuecomment-34779678.

mikaeljorhult commented 10 years ago

@jnewc Did you experience any problems with the new releases?

jnewc commented 10 years ago

I've upgraded from Sprint 35 and found performance to be significantly improved.

No crashes at all on Mint 16.

mikaeljorhult commented 10 years ago

Great! Thank you for your help!