keforbes
keforbes
Can you go to `Help -> About Eclipse IDE -> Installation Details -> Configuration -> View Error Log` and then see if you have this message towards the bottom of...
Are there any messages in the eclipse error log with an `ENTRY` line like this? ``` !ENTRY net.sourceforge.vrapper.eclipse ``` Also, I should let you know the commands we support in...
Well in that case, I'm stumped. If vrapper isn't throwing any errors then it must be reading your `_vrapperrc` correctly. And I have `imap jk ` in my `_vrapperrc` which...
I see the issue. It's in `SelectionVisualHandler.java`, line 72-74: ``` } else if ( ! VrapperPlugin.isMouseDown() || !editorAdaptor.getConfiguration().get(Options.VISUAL_MOUSE)) { return; ``` We listen for selection events from Eclipse and Eclipse...
No, it isn't. I'll put it on the update site later tonight so you can play with it. I'll let you know when it's there.
@haridsv, here's what I did. I checked out @albertdev's branch and did a build of Vrapper without merging his change into our master branch. I've put that build on an...
Can you try something for me? Hit `qq` to start recording into register `q` (the bottom-right of Eclipse will say `recording: q`). Then hit your `option+[KEY]` mapping, then hit escape...
Also, it's possible Eclipse (or MacOS) already has something bound to the `Alt+i` key shortcut. If that's the case, Vrapper won't receive the keypress at all. I don't see anything...
Sorry, I don't have much time for Vrapper anymore. I didn't mean to completely ignore this issue though. I'll flag this as a feature request. I think it'd be easier...
I'm not sure if we would be able to implement this exactly like Vim. We've added the ability to display multi-line results in command-line mode but I don't think we...