Delete unindents does not work on just inserted text

Claus Pedersen

Member³
I have enabled the editor option: Delete unindents.

Steps to reproduce:

I have the code in an editor:
Code:
aaa
    bbb

Note the spaces before the letters.

Now mark aaa and replace it by typing ccc. Press Delete, Press Enter (places cursor on line 2 below the first 'c'), press Delete.
Under normal circumstances the spaces before bbb should be deleted by the first press on Delete, but you have to manually delete them (or navigate in the text and then press delete in the second line) to delete the spaces.

This also happens a lot when I e.g. copy-paste text in my code, then Delete does not remove leading spaces as it normally would.

I am using version 14.0.4.1982
 
Back
Top