Daniel Trstenjak
Daniel Trstenjak
Hi Bit, On Sun, Nov 10, 2013 at 03:32:19PM -0800, Bit Connor wrote: > Interesting. Could you please explain a bit more what this does, maybe with an > example?...
Hi Bit, I have done some further changes which I try to summarize. The first few commits are about better error handling for the 'findsymbol' command and about catching GHC...
On Sun, Jun 26, 2016 at 05:54:49PM -0700, lyuts wrote: > I would need to some some investigating in order to determine if this is doable > for vim. Thanks...
Sorry for the confusion, it's '--diagnostics' :/. Reading the doc again: > (rtags-diagnostics) > > Start an async process in a buffer to receive warnings/errors from > clang whenever a...
I asked the developer of 'rtags' and currently there's no synchronous version of '--diagnostics' which is callable for one specific file, but he might have a look about it.
> For it to be usable, it has to be asynchronous anyway, as it would be annoying for Vim to block for several seconds while compiling the file. > >...
You're telling what works, but not what doesn't work. I never tested it with neovim. The whole "magic" of recursive tags files is the tags setting './rusty-tags.vi;/', which searches for...
I think I know what your problem is. All these separate crates in the bevy engine are independent of each other, they aren‘t dependencies of each other. Therefore the tag...
The problem is how bevy defines the sprite module: ``` pub mod sprite { //! Items for sprites, rects, texture atlases, etc. pub use bevy_sprite::*; } ``` The ctags program...
This looks more like an universal-ctags issue, because why should it care how the file looks in any way? Please consider opening an issue for universal-ctags.