SlickEdit Community

SlickEdit Product Discussion => SlickEdit® => Topic started by: jporkkahtc on October 16, 2020, 10:40:28 PM

Title: CSharp, unwanted indenting.
Post by: jporkkahtc on October 16, 2020, 10:40:28 PM
Given the attached file, place cursor at the start of line 8 (the last line).

Ctrl+C
Ctrl+V
And you end up with:
Code: [Select]
    [assembly: AssemblyInformationalVersion("")]
[assembly: AssemblyInformationalVersion("")]


The newly inserted line is indented, but it shouldn't be.
Title: Re: CSharp, unwanted indenting.
Post by: Clark on October 16, 2020, 11:30:26 PM
Reproduced
Title: Re: CSharp, unwanted indenting.
Post by: Clark on October 17, 2020, 01:00:38 AM
Added hot fix for this.