Jump to content

Attila Kovacs

Members
  • Content Count

    1977
  • Joined

  • Last visited

  • Days Won

    26

Everything posted by Attila Kovacs

  1. Attila Kovacs

    Where is Ctrl-F3 coming from?

    Okay, do you know which GE module does this? I've GE but the only live module is filtering the explicit values.
  2. Attila Kovacs

    Maximum static memory

    Oh, is he gone again? 😕 s/useless/less
  3. Attila Kovacs

    Delphi 11.0 has a different form Caption offset than Delphi 10.4

    I heard that he is starting every day over!
  4. Attila Kovacs

    Gnostice eDocEngine and Delphi 11

    If you are on subscription the latest one has D11 support in the installer. Maybe @Girish Patil should update the History page on the site.
  5. Attila Kovacs

    Menu captions with images are hard to read under Windows 11

    It's not that bad if you can throw it away on the next update which is very likely in this case.
  6. Attila Kovacs

    General JSON question

    No, as it depends on modified emba/another non-free codes I will not be able to publish it ever... 😕
  7. Attila Kovacs

    General JSON question

    Probably yes. On the other hand, I have an expert which generates custom classes from a JSON string and the fields are properties of a custom type which is not only nullable but also "nothingable" for this reason. (silly name I know). It's not necessarily a better approach, I'm just allergic to string constatns in the code.
  8. Attila Kovacs

    Parnassus Bookmarks for Delphi 11 Alexandria?

    No. I'm talking about Plugins for Parnassus itself.
  9. Who is Jim? And why are you ppl. answering to a request to Jim?
  10. Attila Kovacs

    Parnassus Bookmarks for Delphi 11 Alexandria?

    I did not like its stack based bookmarks as those were caret bookmarks AFAIR. So I wrote a plugin for Parnassus bookmark which turns the normal bookmarks to stack-bookmarks. Sadly the plugin API is somewhat limited so the plugin not a beauty, lot of workarounds. The only drawback it has, on closing and opening files with active bookmarks, there could be some interference which occurs sometimes. But it works for me, I'm only using only one shortcut to add/remove bookmarks, it's the ctrl-shift-1. If the bookmark "1" is nearby when I press ctrl-shift-1, it moves the bookmark, if I press it on the bookmark "5", it deletes 1-4 and 5 becomes 1 (cuts the snake) On every new "1" bookmark the others are incremented. etc... Now @David Millington gave away his plugin to embarcadero and they removed its plugin support officially. (Yes, plugin in plugin) The Plugin API was removed with its manual and its examples. Perhaps nobody knows anymore it existed. So I think there will be another 60 Years needed to have a bookmark for Delphi which makes sense. This 0-9 on every file is somewhat 80's. They should hire more innovative ppl. younger than 65. Sorry guys, but it's true.
  11. Attila Kovacs

    Floating Form Designer option gone in Delphi Alexandria?

    I googled it for you https://blogs.embarcadero.com/new-for-the-ide-in-rad-studio-10-4-1/
  12. Attila Kovacs

    How to manage feature changes during release cycle?

    Can we see a "branch" example with 10+ projects having own code, shared code, 10+ major 3rd party libs, tons of binary data, whatever I forgot to mention. Asking for a firend.
  13. Attila Kovacs

    Why empty dynamic arrays = NIL?

    This is the yellow brick road to unpredictable behaviors depending on the uses list. Use "TMyStringList", don't try to rewrite the RTL.
  14. Attila Kovacs

    Regex help please..

    EMAIL_REGEX = '^((((?>[a-zA-Z\d!#$%&''*+\-/=?^_`{|}~]+\x20*|"((?=[\x01-\x7f])' + // '[^"\\]|\\[\x01-\x7f])*"\x20*)*(?<angle><))?((?!\.)' + // '(?>\.?[a-zA-Z\d!#$%&''*+\-/=?^_`{|}~]+)+|"((?=[\x01-\x7f])' + // '[^"\\]|\\[\x01-\x7f])*")@(((?!-)[a-zA-Z\d\-]+(?<!-)\.)+[a-zA-Z]' + // '{2,}|\[(((?(?<!\[)\.)(25[0-5]|2[0-4]\d|[01]?\d?\d))' + // '{4}|[a-zA-Z\d\-]*[a-zA-Z\d]:((?=[\x01-\x7f])[^\\\[\]]|\\' + // '[\x01-\x7f])+)\])(?(angle)>))(;\S)*)+$'; eventually
  15. $1A is ctrl-z, it's the end-of-file marker
  16. Attila Kovacs

    D10.4.2 weirdness since recent Win 10 update

    I don't need windows update to reproduce that.
  17. Attila Kovacs

    Add Method dialog layout in Delphi 11 Alexandria

    @Uwe Raabe I see. It's the forum/browser/whatever then. brrr
  18. Attila Kovacs

    Add Method dialog layout in Delphi 11 Alexandria

    even if you would buy it for Uwe, I'm not sure he want to link all the devex* stuff to MMX :DDDD
  19. Attila Kovacs

    Add Method dialog layout in Delphi 11 Alexandria

    this is the pic from PP https://en.delphipraxis.net/uploads/monthly_2021_09/image.png.c710aed0ba6f015e4ee93dd9a8f3d893.png wget both and compare
  20. Attila Kovacs

    Add Method dialog layout in Delphi 11 Alexandria

    this is the pic the forum embedded: https://en.delphipraxis.net/uploads/monthly_2021_09/image.png.710f98297e699378bb11d3076d428ab4.png this is a blurry pic, should be rendered the same way as on my pc
  21. Attila Kovacs

    Add Method dialog layout in Delphi 11 Alexandria

    No. I'm referring to the picture itself. It's blurry, it's obvious if you can see. Look at Peter's screenshots, they are crisp. Why the difference? I observed this earlier too, also mentioned it but never got any reaction. Also, MMX and GE having a bunch of mixed forms in font face, size and even "scaled=true/false".
  22. Attila Kovacs

    Add Method dialog layout in Delphi 11 Alexandria

    @Uwe Raabe Why is your screenshot blurry? Like you were not in DPI Aware mode.
  23. Attila Kovacs

    RAD Studio 11 Alexandria is now available

    hm, is there a new, 3rd installer type available? Manual hacking?
  24. Attila Kovacs

    Anybody changing FileVersion directly in dproj file?

    setting the version is just one thing in the build process... there are so many other things you can automate.. even with just some shellscripts
×