I would like to be able to place the cursor past an End-Of-Line (via mouse or arrow keys) and start typing (SlickEdit and CodeWright call it virtual space).
Some desirable side effects:
- Pasting of columns past the EOL becomes useful because alignment is preserved.
- No need to press space or tab multiple times to add space.
- When you press Arrow-Up/Down, the cursor stays in the same column, it does not jump around to each EOL.
Thanks.