keforbes
keforbes
@justinmk, in Vim, the standard way to see if any buffers are dirty would be to get all buffers and then iterate over them to see if the `&modified` flag...
Thanks @justinmk! An event is what I'm looking for. If I run `confirm close` right now it'll display the prompt in NeoVim but I can't capture a signal to display...
I'm torn between either fetching all buffers and checking their `&modified` flag to do this work manually or waiting for Neovim to implement this feature so we can do it...
I was actually thinking we would need a `getModifedBuffers()` method which would return a list with buffer reference and current filename (if applicable) of every dirty buffer. If the resulting...
At the very least, we need the last entry in the font list to be `mono` to fallback to the system default monospace font if none of the specified fonts...
I was actually thinking about this the other day. On the default watch face, the battery icon is in the top-right, the heart monitor is in the bottom-left, and the...
> would a "music" notification (with quick controls) be a acceptable alternative? I'm thinking about a notification similar to the call notification, for example. Wouldn't this solution only work if...
Here are the relevant errors from that log file... ``` !ENTRY net.sourceforge.vrapper.eclipse 4 0 2016-08-15 20:32:42.023 !MESSAGE error when enabling replace mode !STACK 0 java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown...
I'm not sure what would cause the Ctrl+c key to stop working intermittently. Can you check the Eclipse error log to see if there are any stack traces that include...
I'm not sure if there'll be a way to tab through the possible choices due to #309 (or a similar issue). Also, I believe the current Vrapper `Ctrl-N` operation is...