ue4-vs-extensions icon indicating copy to clipboard operation
ue4-vs-extensions copied to clipboard

Select and un-indent is re-indented

Open gunderwood-inx opened this issue 9 years ago • 1 comments

`USTRUCT() struct FFoo { GENERATED_USTRUCT_BODY()

    UPROPERTY()
    int32 Bar;

};`

Select the UPROPERTY() and Bar declaration, hit shift-Tab to un-indent, then click elsewhere. Both are re-indented.

It only misbehaves if the selection spans an EOLN - selecting just the UPROPERTY() or just the Bar decl work fine.

Hitting escape instead of clicking off the selection is a workaround.

gunderwood-inx avatar Oct 25 '16 21:10 gunderwood-inx

I can reproduce this one. I'm going to have to investigate how to handle selection events to fix this.

hackalyze avatar Oct 26 '16 22:10 hackalyze