Hi,

I've been playing with this more, with version 1.0. Does this have the features your speaking of?

What version of Qt should I be compiling against. I am using 4.2.1.

How does one invoke 'column based' editing? Also, I cannot seem to get the cursor mirroring to work. I tried by clicking the document to place the curser, then point to another place and click while holding the Ctrl key. It just moved the cursor. Selecting worked like it always did.

This may sound like I'm being picky about this selection. Over the years, I have come to use it at least once a day and quite often more. I'm trapped on my editor until I find a solution. It makes moving rows of variable names or array elements . It save me a lot of typing. both of my fingers really appreciate that

-joe

Quote Originally Posted by fullmetalcoder View Post
I just added column column-based edit which opens way for selection but I'll need advice on this to ensure that they will not alter the overall usability of the editor...

By the way I did a lot more than column based edit (though it also allows it) : I added something I called "cursor mirrors". These are cursors which mimic the actions of the "real" cursor. You can place them anywhere by holding the Control key while clicking and start typing.

There are some limitations and probably some polishing left to do but it works quite fine and open new perspectives for tedious and repetitive tasks...