cnpack / cnwizards

CnPack IDE Wizards
http://www.cnpack.org
577 stars 140 forks source link

[Code Formatter] not formatting comments #53

Open milika opened 7 years ago

milika commented 7 years ago

Delphi 10 cnPack Ver: 1.1.2.885 Build 2017.03.08 Will not format comments to the right tabulation. example:

procedure Test;
var
  nT:Integer;
begin
    // comment1
// comment2
  nT := 7;
  if nT > 5 then
    nT := 10;
end;

Code Formatter will not align first nor second line to the right tabulation

Regards

shanzhashu commented 7 years ago

Currently we don't have this feature for no generic comments rule in everybody's code. ;-(

milika commented 7 years ago

Ok, i thought it was present in some earlier versions...

Can we move this to feature/request then?

Thanks

Sorien commented 5 years ago

it's duplicate of https://github.com/cnpack/cnwizards/issues/15