Knows anyone about posibility to update content of https://tdbf.sourceforge.net/ ?
I agree, there are option to "download snapshot" of repository, so not even SVN client required for this.
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.