I have 2 data sets
Set 1
And
Set 2
In column mode I expect to get the following when inserting before 102416 (as per other text editors like Notepad++ etc)
However when i paste UltraEdit 'makes up spaces' after the line ends and therefore I get
Is there an option to stop this annoying behaviour? I perform this type of editing alot, and having to switch back to using Notepad++ is a little annoying
Set 1
Code: Select all
HPWE0187.AverageWeight 102416
HPWE0187.BatchName 102416
HPWE0187.BatchNumber 4185+1236
Set 2
Code: Select all
HPWE0187.AverageWeight 28+
HPWE0187.BatchName 2918+
HPWE0187.BatchNumber 44+
Code: Select all
HPWE0187.AverageWeight 28+102416
HPWE0187.BatchName 2918+102416
HPWE0187.BatchNumber 44+4185+1236
Code: Select all
HPWE0187.AverageWeight 28+ 102416
HPWE0187.BatchName 2918+102416
HPWE0187.BatchNumber 44+ 4185+1236