dscole

Results 6 comments of dscole

I just started using emacs with cquery, but yeah I think it could be useful (if it could be optimized a bit to be faster). Currently emacs-cquery's member-hierarchy feature is...

I was able to fix this issue for myself with the above commit, though my elisp is pretty bad so I'm sure there is a better way to handle/implement this.

I believe pull request #78 should fix this as well. Can you give it a try?

I'm having similar performance issue with origami. I have a c++ file that I don't think is too large (especially compared to @a-hausmann's 39000+ lines files), it is has about...

I don't want to rename it. Lets say I want to change a pointer to a reference, I need to replace all `->` with `.`. You can't do that with...