Column editind: Weird behavior

fraenkg

Member³
In this text the leading dots should be removed.
After making a column selection with Alt-select, I hit

.......Test1 => v_Test3,
.......Test2 => v_Test3,
.......Test3 => v_Test3,

The result is showen here:

Test1 => v_Test3,
Test2=> v_Test3,Test3 => v_Test3,

That's not what I wanted. Therefore, the action should be reversed
by hitting ...

Test1 => v_Test3,
Test2 => v_Test3,Test3 => v_Test3,

... hit again, than I receive the expected result.

Test1 => v_Test3,
Test2 => v_Test3,
Test3 => v_Test3,

... hit once again, than I receive the initial situation.

.......Test1 => v_Test3,
.......Test2 => v_Test3,
.......Test3 => v_Test3,

This behavior is certainly not intended. Nevertheless, many thanks for the extension of column editing.

(beta 4, 32-bit)
 
Last edited:
Can you go to Preferences > User Interface / Editor and send me a screenshot of the "Indent" and "Tabs & Wrapping" sections?
 
..here is a screenshot of then current preferences

z1.JPG


best regards
 
Back
Top