set north [lindex $string_list 0]
set east [lindex $string_list 1]
set elevation [lindex $string_list 2]
set arsenic [lindex $string_list 3]
set sulph [lindex $string_list 4]
set north [lindex $string_list 0]
set east [lindex $string_list 1]
set elevation [lindex $string_list 2]
set arsenic [lindex $string_list 3]
set sulph [lindex $string_list 4]
In other words, I'd like the different parts each line of the code block to line up vertically.
One rather crude way is to use tab, you can set TP to convert them if you need.
This only works for your example code, not a very general solution.
Find ^( *[[:word:]]+ [[:word:]]+)( )(\[.+\].*)$
Replace \1\t\3
Using POSIX style from the Editor page of the Preferences dialog box.
Then I open up and see
the person fumbling here is me
a different way to be