John C F
John C F
The [preferences crate](https://github.com/AndyBarron/preferences-rs) can help with finding the platform-specific [app-directory base](http://andybarron.github.io/docs/preferences-rs/preferences/fn.prefs_base_dir.html), but it is not as great as [appdirs](https://github.com/ActiveState/appdirs) yet. Personally, I don't mind the status quo, since we have...
Sorry for the late response... That is the expected behavior. This is to delegate file management to the user (e.g. handling an existing config file). On Oct 31, 2016 15:17,...
Hmm... I don't think it's that obvious. And I'm not quite sure how to make it complain either. I'll look into it when I get time. So I'll leave this...
Support for GDB can be implemented using https://github.com/cs01/pygdbmi without much pain. A good strategy might be to fork this and replace LLDB with GDB, then figure out a generic API...
Strategy: - [x] Define syntax for each type of buffers - [x] ~~Use syntax element identifiers to make things interactive ([ref](https://github.com/critiqjo/vim-plugin-viewdoc/blob/0d0ef96e/plugin/viewdoc_info.vim#L52))~~
And I would be happy to guide if you need any help. Skip the watchpoints part for now (but if you're super experienced with LLDB, go ahead). The idea I...
I don't think there should be any built-in IPC/RPC support. Since there's in-process extension through lua, let the plugins do IPC on their own. You should never expose built-in API...
@martanne I'm ready to work on this during the coming June. What are your thoughts? If you don't have any plans to separate the UI out, then do mention and...
Although I'd say that before attempting this, a proper test suite have to be ready.