to https://blog.dummzeuch.de/experimental-gexperts-version/
// Here is formattings from the first comment of Flavius Fernandes: procedure TProc.DoSomething; begin TMethod.OnTest := function: TXxx begin ... end; end; procedure TProc.DoSomething; begin TMethod.OnTest := function: TXxx begin ... end; end; // But I would like to have formatting like this: procedure TProc.DoSomething; begin TMethod.OnTest := function: TXxx begin ... end; end; // and this: procedure TProc.DoSomething; begin TMethod.OnTest := function: TXxx begin ... end; end;
// Here is formattings from the first comment of Flavius Fernandes: procedure TProc.DoSomething; begin TMethod.OnTest := function: TXxx begin ... end; end; procedure TProc.DoSomething; begin TMethod.OnTest := function: TXxx begin ... end; end; // But I would like to have formatting like this: procedure TProc.DoSomething; begin TMethod.OnTest := function: TXxx begin ... end; end; // and this: procedure TProc.DoSomething; begin TMethod.OnTest := function: TXxx begin ... end; end;
Release for Delphi 12.2 please
I have related issue - password entering dialog sometimes are not focused after it opens over extraction progress dialog. And I can't type password until I click into it. When I click, extraction progress dialog became inactive frame and password request dialog obtain active frame and text cursor in password entering field.
I have related issue - password entering dialog sometimes are not focused after it opens over extraction progress dialog. And I can't type password while I not click into it. When I click, extraction progress dialog became inactive frame and password request dialog obtain active frame and text cursor in password entering field.
Delphi 2009
Do You know, is any tickets at https://sourceforge.net/p/tdbf/_list/tickets can be...