multi-caret editing

CoffeeK1d

Member²
There are a couple of weird issues when it comes to this.

1. There is only 1 caret displaying. It would be great to see multiple carets.
2. After using ++ from top to bottom direction, the bottom-most row has the single caret, but after you type something, it jumps to the top. Not an issue if each row had a caret.
3. When you press the home key, editing continues in a straight line even if one or more rows have more text. The home key should force the caret of that row to be at the end. NP++ does a great job of doing this.
4. Besides ++ to make a selection, there should be a way to make non-adjacent selections. NP++ uses + but is being used make objects clickable.

P.S Thank you for making Code Assistant multi-selection.
 
I found another issue:

After typing key words like "loop" or "end if" PLD doesn't the "Keyword case" - Uppercase from the Options.
So it stays "end if" instead of "END IF".
 
Back
Top