keforbes

Results 113 comments of keforbes

Since I keep referring to this defect from other defects, I should probably list the only known workaround I'm aware of. Some people like remapping the key to some other...

No, this still happens for me. When Eclipse goes into the autocomplete mode for filling out method arguments, it draws boxes around each method argument, displays the content assist menu...

It should be pretty easy to support this. I'd simply never seen a language that had `#'` comments so I never implemented it. I'll see what I can do.

I just tried this in gvim and it doesn't work as you describe. If I have a long line which starts with `#'` and I hit `gqq` it simply splits...

Interesting, I wonder if it would be better for me to implement the `comments` setting rather than add a single one-off comment style of `#'`. It'd be more work, but...

Hm. All we're doing is passing `gvimpath` to `Runtime.getRuntime().exec()`, I'd expect that to handle the variable expansion. To answer your question though, yes, we could probably add a substitution for...

Vrapper does use the block cursor for all modes except insert mode. If you're seeing the insert mode I-bar cursor on all modes then you've got something going wrong. Can...

I added the Defect label a couple months ago because I was able to reproduce it exactly as described and didn't have anything else to add. Now I'm spending 5...

I'm sorry it took me so long to look at this defect but I'm not able to reproduce it. Can you explain to me what I'm doing wrong? I thought...

I've updated the unstable update site with a new build (0.55.20150526) which should allow you to use counts (`v2ii`). You still can't use `ii` repeatedly though. Give this build a...