Clive Z

Results 7 comments of Clive Z

@sagold Same problem here. And for the points: > 1. no, all files are in the same project > 2. yes > 3. yes > 4. `ffp_show_context`: > ![default](https://cloud.githubusercontent.com/assets/11990819/10477415/864e201a-7288-11e5-8d3b-c93323301ad1.PNG) >...

@sagold Well, I think I find out what's going on there. It works fine with the `img` and the `style` tag, but not `script` tag. Well, in `img` or `style`...

@sagold Well, it turns out the scope of `` is ``` text.html.basic source.js.embedded.html string.quote.double.html ``` I think that's why it does not complete the path there. It applied this scope...

@sagold I've noticed in the settings file, you've provided: ``` meta.tag.*string.*\\.html ``` to match the given scope (at least on my machine it says this) ``` text.html.basic source.js.embedded.html string.quote.double.html ```...

@sagold This should be good. Hopefully user could replace or overwrite one or some of the default scope settings in the `custom-scopes`.

@lijunle Thanks a lot! That `WALL` thing is really a pain in the a**!

@wuub Same problem ([WinError 6] The handle is invalid) on **Windows 10 64bit** with **Sublime 3** and **Python 3.5** installed. This work-around: ``` def is_alive(self): return True ``` did the...