Activity for maf-soft

  • maf-soft maf-soft posted a comment on ticket #171

    Another one with too many spaces: TMy<T> = class abstract(TMy, IEquatable < TMy<T> > , IComparable < TMy<T> > )

  • maf-soft maf-soft created ticket #171

    Formatter bug with generics

  • maf-soft maf-soft posted a comment on ticket #137

    Installed 1.3.15, thanks :) - many formatting problems are now correct, but not all... 1.3.14 Result:= TryGet<string > (AResult); 1.3.15 Result:= TryGet < string > (AResult); 1.3.14 TMyClass = class(TMyBaseClass<string>) 1.3.15 TMyClass = class(TMyBaseClass < string > ) //above is only for <string>, and it happens all over the place in my code, also when calling generic functions 1.3.15 //indenting changed GetCharset(Result)['Symbols'].AsObj.AddObj(Key) .Add('Description', Descr, Descr <> '') .AddList('Images');...

  • maf-soft maf-soft modified a comment on ticket #137

    Another one - this works: MyFunction<T>.MyMethod(); But adding a line break doesn't: MyFunction < T > .MyMethod(); Edit: other examples: if (FValue is TSomeClass<T>) then //good if FValue is TSomeClass < T > then //bad

  • maf-soft maf-soft modified a comment on ticket #137

    Another one - this works: MyFunction<T>.MyMethod(); But adding a line break doesn't: MyFunction < T > .MyMethod();

  • maf-soft maf-soft posted a comment on ticket #137

    Another one - this works: MyProc<T>.MyFunc(); But adding a line break doesn't: MyProc < T > .MyFunc();

  • maf-soft maf-soft created ticket #137

    Formatter bug with generics

  • maf-soft maf-soft modified a comment on ticket #30

    Thanks, it works for function declarations now, but still not when those functions are called from code like in my examples above. (in GExperts 1.3.14 experimental twm 2019-09-08)

  • maf-soft maf-soft modified a comment on ticket #30

    Thanks, it works for function declarations now, but still not when those functions are called from code like in my examples above. (in GExperts 1.3.14 experimental twm 2019-09-08)

  • maf-soft maf-soft posted a comment on ticket #30

    Thanks, it works for function declarations now, but still not when those functions are called from code like in my examples above.

  • maf-soft maf-soft posted a comment on ticket #30

    I have similar generics spacing problems all over the place, not only in special cases: function FuncA < T: TMyClass > (out AResult: T): Boolean; function FuncB < T > : T; function FuncC<T > (const Default: T): T; ProcD<T > (xxx); if Source is TSomething < T > then ... Version 1.3.8.50

1
MongoDB Logo MongoDB