Why can't I figure this out? I have several lines of irregular length text like this:
---- begin ----------------------------------
Dallas
New York
Atlanta
Los Angeles
Springfield
Texas
New York
Georgia
California
---- end ------------------------------------
I want to cute/paste the states and create a nicely aligned second column. If I extend the Dallas line with spaces, I am able to create a rectangle selection down to Springfield. However as soon as I try to paste the states they just end up like this:
---- begin ----------------------------------
Dallas Texas
New YorkNew York
AtlantaGeorgia
Los AngelesCalifornia
Springfield
---- end ------------------------------------
I tried to make typing a character rather than pasting, but the behavior is the same.
---- begin ----------------------------------
Dallas x
New Yorkx
Atlantax
Los Angelesx
Springfield x
---- end ------------------------------------
How do I get BBEdit to add spaces at the end of multiple lines, in order a new visually aligned column?