I am trying to reproduce column select functionality that is used in notepad++
Taking the text:
pabj
owiefj
oiwejfoij
weoifjweoifj
I want to column select past the end of line in order to get:
pabj >
owiefj >
oiwejfoij >
weoifjweoifj >
The existing column select does not accomplish this and cuts the select off at the end of the line. Notepad++ assumes you want to add spaces and does so. Does anybody know a plugin or have a quick solution to this problem?