Results 52 comments of Nir Friedman

You're right, that can't be done in Eclipse either. However, suppose you have this: ``` hello goodbye hello ``` Suppose I want to delete from the 5th character onwards on...

To make it even more fun, I can actually click with the mouse (I can see that vrapper's block visual uses Eclipse's block selection because the cursor changes to a...

When you say you fixed the UI part, what exactly do you mean? For me it does not work; I cannot easily delete the 'o's from hello and 'bye' from...

Ah ok. I can close this then; this is the behavior I really wanted; the virtual edit stuff is less important and clearly it's going to be a pain. For...

@ricejasonf not repeating member variables is one of the main reasons we want reflection in the first place. IMHO, the real use case of adapt struct is for classes/structs you...

@mjhurd This approach is a bit problematic because initializers themselves can also easily have unparenthesized commas: ``` struct foo { int x = f(); vector y{1,2,3}; }; ``` So maybe...

@syl20bnr I strongly agree with @deb0ch's suggestion to use `SPC k` and `SPC l` for workspaces/layouts, and use `SPC L` for lisp. I've never been a big fan of `SPC...

Having the exact issues as described by @loota . It's slow to generate the escape when I hit ctrl, and then the first keystroke after is also delayed. Any solution/fix...

@loota can you post the changed code/makefile to make it work with c++ if you still have it handy?

I agree with @Eisenwave , fwiw. To respond to @jwakely 's example, yes, of course this can catch real errors. But: 1. The number of real bugs that this would...