Jump to content

Attila Kovacs

Members
  • Content Count

    2084
  • Joined

  • Last visited

  • Days Won

    29

Everything posted by Attila Kovacs

  1. Attila Kovacs

    RAD Studio 13 is available

    So all of them useless.
  2. 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)
  3. Attila Kovacs

    New Delphi features in Delphi 13

    The request was created in 2015 by Horacio, that was what I was referring to.
  4. 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.
  5. Attila Kovacs

    New Delphi features in Delphi 13

    versioning/blame 🙂
  6. Attila Kovacs

    New Delphi features in Delphi 13

    By the way, is the bookmarks plugin coming to 13 later?
  7. 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?
  8. Attila Kovacs

    New Delphi features in Delphi 13

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

    New Delphi features in Delphi 13

    So no code formatting and no refactoring? Heavy.
  10. 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.
  11. Attila Kovacs

    New Delphi features in Delphi 13

    it only took 10 years
  12. Attila Kovacs

    New Delphi features in Delphi 13

    Does the code formatter support any of the new syntaxes, or has it been removed completely?
  13. 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.
  14. 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.
  15. Attila Kovacs

    Blocking hackers

    581000 /32 ip's from one country? wow
  16. 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.
  17. Attila Kovacs

    Blocking hackers

    Reinventing the wheel? 😉
  18. Attila Kovacs

    Blocking hackers

    fail2ban?
  19. Attila Kovacs

    Is it possible to implement floating/fully custom Dropdown Menus?

    if you are already using StyleControls look for the TscStyledForm component and "dropdownforms" demo and set your form shape with "SetWindowRgn"
  20. Attila Kovacs

    Anyone using Clever Components?

    Of course.
  21. given this program Project1; {$APPTYPE CONSOLE} {$R *.res} uses Generics.Collections, System.Generics.Collections; begin end. the ide will not complain, possibly msbuild but with "dcc32 -NSSystem Project1.dpr" it's an "Identifier redeclared". Where’s the logic in that?
  22. Attila Kovacs

    Having the same unit twice in the uses clause

    I just don't understand why msbuild would ignore the duplicates, but dcc does not. I added 'System' with -NS to dcc32, just like in the Project settings in the IDE where unit scope names are also set. I would expect the same behavior.
  23. Attila Kovacs

    Having the same unit twice in the uses clause

    Supresses the error? Why?
  24. I told ya I can't imagine how this automated tool should work on this probem, this is a real PITA go get it right.
  25. I'm almost finished (I had some time in the evenings during my trip to Sardinia), and I would suggest making that image an 'Artifact' in your case, that would make the readers completely ignoring it.
×