Bert Jacobs

Results 113 comments of Bert Jacobs

@Meower68 I updated your post, you need to wrap angle brackets in back-ticks if you want GitHub to show them. I think there was a different issue about the Home...

Now that I stumble upon this issue, it seems #511 is a duplicate of this issue. For anyone tracking this page, we're experimenting with a (currently broken) fix in #519.

@umphy I've been brooding on this for a while now, but I wonder what you'd expect to happen when using Shift + Arrow keys when starting from Normal or Insert...

One interesting bit though: when I was testing Shift + down / up keys in plain Eclipse I noticed that its "sticky column" feature no longer applies when selecting. When...

I got a bit of an update: I can get `` to work but the behaviour is more like Vim than Eclipse. If your `selection` setting is set to `inclusive`,...

I've been thinking about this and it does look useful (at least if the output of `:ls` is short enough). I haven't figured out how to do it yet though,...

@keforbes For the record, if I get to implementing this I do intend to make a pull request first so everyone has a chance to review. I know that it...

@quicknir I have replaced all mentions of "visual edit" with "virtual edit" as that is what Vim calls it. I also chose to reformat your example as a code block...

I've been thinking some more about this and I'm seriously considering outright closing it. Eclipse support for virtual editing is still non-existent and modifying Vrapper to work with virtual caret...

I fixed the UI part of `$` a while ago, it should show a proper selection for all text after the `e` on the second line. The problem then is...