Jacques Crocker

Results 34 comments of Jacques Crocker

From the Fuzzy Finder docs: `This package uses both the core.ignoredNames and fuzzy-finder.ignoredNames config settings to filter out files and folders that will not be shown. Both of those config...

Sooo... turns out this is not hard. i can edit it via the atom chrome inspector trivially, and it changes the ignore for both the treeview and fuzzy-finder automatically. Unless...

Well... i got it working. But there's a big flaw in my plan. Setting `core.ignoredNames` seems to set it globally, on all projects

Seems like Atom needs some internal upgrades before `.atomignore` is going to really be usable by anyone. Damn shame You can try the fork for yourself here: https://github.com/jacquescrocker/atom-ignore

hmm, i got an idea from #27 what if we just monkey patched the atom core api method `repo.isPathIgnored()` we'd check the local path first, and then fallback to the...

Looks like fuzzy-finder does some aggressive caching, so even with the monkey patch, it doesn't pick things up right away. Related to this horrible issue which bites me in the...

Cool, it works! I got it functional here: https://github.com/jacquescrocker/atom-ignore

You mean the msg "Try creating index.html.haml"? Its supposed to be just `index.haml` right? Can we make it support both? index.html.haml and index.haml

I think it should support both .html.haml and .haml. I usually name my rails templates .html.haml so it'd make it a bit easier to swap between the 2