Jump to content

Attila Kovacs

Members
  • Content Count

    2090
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Attila Kovacs

  1. I mean the ones I found on the net are not satisfying. Something like this would be great: https://www.calculator.org/calculate-online/mathematics/text-number.html
  2. Attila Kovacs

    Generic Command Line Parser for Delphi 10.3.x

    Ok I see, I've added the Fallback Attribute, and forked on my HDD....
  3. Attila Kovacs

    Generic Command Line Parser for Delphi 10.3.x

    I added a CLPFallbackAttribute to the string parameters for now.
  4. Attila Kovacs

    Generic Command Line Parser for Delphi 10.3.x

    @Tommi Prami Hi! Looks like you added something but I can't find what: https://github.com/gabr42/GpDelphiUnits/blob/master/src/GpCommandLineParser.pas 1.06: 2025-09-13 /// - [TommiPrami] Added support for Boolean default values. I'm looking for something like: /opt /opt:12 where opt is a string and it is either "all" or "12" The default attribute will be set even if the parameter is not passed This is not what you were supposed to add to the code, right?
  5. No, because it definitely works as intended. It's just useless.
  6. useless FooAttr = class (TCustomAttribute) private FName: string; public constructor Create(AName: string); end; TFoo = class; [FooAttr(NameOf(TFoo.Foo))] <----- [dcc32 Error] Unit1.pas(20): E2003 Undeclared identifier: 'Foo' TFoo = class private FFoo: string; public property Foo: string read FFoo write FFoo; end;
  7. Attila Kovacs

    Forum running slow

    Yes, it's slow AF. The german forum too, it must be the server or the hosting.
  8. Attila Kovacs

    RAD Studio 13 is available

    So all of them useless.
  9. Attila Kovacs

    RAD Studio 13 is available

    Does any of them keep the bookmarks? It used to be a big disadvantage that the bookmarks disappeared. (Many many years ago)
  10. Attila Kovacs

    New Delphi features in Delphi 13

    The request was created in 2015 by Horacio, that was what I was referring to.
  11. Attila Kovacs

    RAD Studio 13 is available

    Obviously, I also didn’t read what you wrote, and for that reason it’s working as expected. I think I won’t read anything from you, so I don’t break the system.
  12. Attila Kovacs

    New Delphi features in Delphi 13

    versioning/blame 🙂
  13. Attila Kovacs

    New Delphi features in Delphi 13

    By the way, is the bookmarks plugin coming to 13 later?
  14. Attila Kovacs

    New Delphi features in Delphi 13

    Cool, I prefer Ctrl+D with the same settings on all PCs so versioning can work properly. Funny how opinions differ, huh?
  15. Attila Kovacs

    New Delphi features in Delphi 13

    You are absolutely right, it's just nine steps backwards. Thank you for highlighting that.
  16. Attila Kovacs

    New Delphi features in Delphi 13

    So no code formatting and no refactoring? Heavy.
  17. Attila Kovacs

    New Delphi features in Delphi 13

    As with all advancing technology, some things get better and some things must get left behind. Starting with Delphi 12, the modeling features were moved to an optional add-on installation, and in Delphi 13, they're being removed entirely due to technical constraints. https://corneliusconcepts.tech/code-formatting-delphi-13 ROTFL One step forward, ten steps back.
  18. Attila Kovacs

    New Delphi features in Delphi 13

    it only took 10 years
  19. Attila Kovacs

    New Delphi features in Delphi 13

    Does the code formatter support any of the new syntaxes, or has it been removed completely?
  20. Finally, after a little help from Axes4 GmbH, my report designer + a patched Gnostice can (also:) create fully valid PDF/UA's. The tagging is entered in the designer and passed with GDI comments/EMF to the Gnostice PDF.
  21. Attila Kovacs

    What is the best AI at Delphi

    You can’t tell much from this chart, the total number of devices has exploded over time. Even though Windows’ share is dropping, the actual number of Windows devices could be much higher than ever, depending on how big the whole market has gotten.
  22. Attila Kovacs

    Blocking hackers

    581000 /32 ip's from one country? wow
  23. Attila Kovacs

    Blocking hackers

    Whatever. I have no idea what an “actual web server” is, nor how you’re supposed to detect suspicious activity without logging, but I’m rooting for you.
  24. Attila Kovacs

    Blocking hackers

    Reinventing the wheel? 😉
  25. Attila Kovacs

    Blocking hackers

    fail2ban?
×