Stephen Finucane

Results 113 comments of Stephen Finucane

I'm thinking this is a ST3 issue - I'd say the `add_region` API has changed between ST2 and ST3. The code in question is debug code and _could_ be removed,...

Actually - this could be pretty easy. Try [this](https://github.com/SublimeText/CTags/tree/bug/229). PS: This is guess work based on the `add_regions` documentation for [ST2](https://www.sublimetext.com/docs/2/api_reference.html) and [ST3](http://www.sublimetext.com/docs/3/api_reference.html). I've no idea if it'll work :smile:

I've didn't know `.sublime-completions` files even existed :D. As a result, this is going to be hard to fix. Could you provide examples to show how you think it should...

Ahhh - I get you now. This does seem like an issue. **However**, I rarely (read: never) use the autocomplete function of the plugin so I don't see this issue...

I don't use this feature myself, so it'll be a while before I look at this. Feel free to submit a pull request if your anyway familiar with Python.

I can do that, but you're going to need to explain "find declaration" a little more. What do you mean exactly?

Ahhh. I imagine that's that's going to be tough to do if it's not something CTags support natively. Do you know if this works in Vim or any other user...

Any chance of getting some screenshots of this is action?

Sounds like `file_exclude_patterns` is being ignored. I'll investigate. Feel free to submit a pull request if you've come up with a fix in the interim however.

Actually - we never used `file_exclude_patterns`. Why did you think this would work? :open_mouth: Would be a good thing to add however.