When in column mode, deleting a marquee-selected area of text (via DEL keypress) will blank out the selected area.
What I expect to happen instead is that the selected characters are deleted and then what is to the right is moved to the left to fill that deleted area. IE, your typical text-delete.
Example:
Given the following text in column mode,
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
I drag select a portion (represented by X below) and hit DEL:
aaaaaaaaa
aaaXXXaaa
aaaXXXaaa
aaaXXXaaa
aaaaaaaaa
I expect to see (underscores represent blank spaces):
aaaaaaaaa
aaaaaa___
aaaaaa___
aaaaaa___
aaaaaaaaa
Instead I see (underscores represent blank spaces):
aaaaaaaaa
aaa___aaa
aaa___aaa
aaa___aaa
aaaaaaaaa
This behavior is new to me vs. other versions of UE. Any idea if this is some setting I may not be noticing that I can address myself?
What I expect to happen instead is that the selected characters are deleted and then what is to the right is moved to the left to fill that deleted area. IE, your typical text-delete.
Example:
Given the following text in column mode,
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
aaaaaaaaa
I drag select a portion (represented by X below) and hit DEL:
aaaaaaaaa
aaaXXXaaa
aaaXXXaaa
aaaXXXaaa
aaaaaaaaa
I expect to see (underscores represent blank spaces):
aaaaaaaaa
aaaaaa___
aaaaaa___
aaaaaa___
aaaaaaaaa
Instead I see (underscores represent blank spaces):
aaaaaaaaa
aaa___aaa
aaa___aaa
aaa___aaa
aaaaaaaaa
This behavior is new to me vs. other versions of UE. Any idea if this is some setting I may not be noticing that I can address myself?