Stephen Finucane

Results 113 comments of Stephen Finucane

@rednecknguyen @astyagun I'm looking into this issue. Would either of ye happen to have a sample `.tags` file that I could test again?

So I've looked into this. Problem seems to be because the sorting is taking place in memory - the built in Python interpreter in ST must have some enforced memory...

Yeah - I considered that alright (point 1). However, we'll still have the same issue (albeit only on Windows). It's a kind of half-way solution that will only fix things...

@astyagun @rednecknguyen I've pushed some changes to a feature branch. Would either of ye mind checking out that branch and seeing if it fixes things? Ye can see the changes...

Well that's good to hear. Hopefully it's the former. I'll wait to see if any other reports of the issue arise and if not can I guess we consider this...

Yeah looks like an issue. Can you give me a brief version of that `SET_ADDRESS` macro. The opening parenthesis is likely the issue and I'd like to update my unit...

Can you checkout `HEAD` on `development` - there's a patch there that may well fix one or both of these issues.

I'm not aware of such features. However, this is something that could be added very easily to [this](https://github.com/SublimeText/CTags/pull/252) pull request. Fancy adding it?

Ah - missed that :) Far as I'm aware the regex matching won't match on etags (since they're formatted differently, right?). If you can suggest an alternative regex and (possibly)...

Fair enough. I'll try to get to this sooner rather than later. However, if you're any way comfortable with Python atal I'd suggest taking a look at this yourself. You'll...