Sascha Goldhofer

Results 54 comments of Sascha Goldhofer

Yes that is the case. Settings are merged in the following order: default -> user -> project-settings. Where project-settings comes last. If you open _Edit Project_ you should see an...

With added support of multiple folders (87e56120295d11e27a2ac2545645f4dba59a32fd), each folder may be configured independently: ```js { "folders": [ { "path": ".", "FuzzyFilePath": { // override FFP settings here } }, {...

If you want to emit file-extensions on insert, you can follow this tutorial https://github.com/sagold/FuzzyFilePath/wiki/Tutorial:-Add-support-for-python-packages. With the option `replace_on_insert` you can add a list for regex replacements, after your filepath has...

Which command do you have mapped to this right (or left) click? I cannot find any matching command in the default Sublime, AutoFileName or FuzzyFilePath commands.

Hi bencrinkle. Could you send me your Sublime Text build and Windows version too (About: Sublime Text)? Thank you for your feedback.

And i am curious if it is a problem with FFP. No filepaths found means FFP cannot match the given trigger. Is it possible you changed your syntax, import statements,...

Hi bencrinkle. I tested your setup on a fresh install and it worked out of the box. I would suggest to remove and install FuzzyFilePath again via package control. If...

Strange. Even with the latest changes, FFP runs fine on my virtual-box/win10/ie11 install with the latest Sublime Text (portable) version. I will look into it. Your project settings might help....

Hi. We have to different problems here. @bencrinkle Did you set debug to true? This should output the number of cached files. It may be that no files are indexed...

@bencrinkle Thank you for sharing the insights and offering your workaround