Sublime Forum

Column Select Behavior

#1

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?

0 Likes

#2

You can try https://github.com/TheClams/PasteAsColumn

0 Likes