Jump to content

Patrick PREMARTIN

Members
  • Content Count

    384
  • Joined

  • Last visited

  • Days Won

    12

Patrick PREMARTIN last won the day on August 7

Patrick PREMARTIN had the most liked content!

Community Reputation

153 Excellent

About Patrick PREMARTIN

  • Birthday January 12

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

7273 profile views
  1. Patrick PREMARTIN

    New Delphi features in Delphi 13

    Bookmarks, Navigator and the multi threading debugger extension from Parnassus should arrive on GetIt in a few days.
  2. Patrick PREMARTIN

    New Delphi features in Delphi 13

    I've just installed the GExperts 1.3.26 available from https://blog.dummzeuch.de/2025/09/12/gexperts-1-3-26-beta-for-delphi-13/ It work in the 32 bits IDE and allow to enable its code formater with Ctrl+D to restore previous behavior. On some of my units I see a few differences with previous default formater, but not a real problem (except for code versioning) : an indent of variables of same type declared on more than one line. FField1, FField2: integer; become FField1, FField2: integer;
  3. Patrick PREMARTIN

    New Delphi features in Delphi 13

    The reason is simple : it's disabled for Delphi (but can be used by IDE plugins or for next update or release), but it is used for C++Builder by Visual Assist tools.
  4. Patrick PREMARTIN

    New Delphi features in Delphi 13

    As Marco Cantu pointed out, the LSP Server does not always meet expectations. They are aware of this and are working on an overhaul. In the meantime, they have reactivated the previous version of Code Insight as an option in 13 Florence. Go to Tools / Options / Editor / Language / Delphi / Code audit to choose which one you want to use (in the 32 bits IDE or in the 64 bits IDE).
  5. Patrick PREMARTIN

    RAD Studio 13 is available

    Yep, like for too many websites, it sounds "COVID era". 😞 Hope it's not the case.
  6. Patrick PREMARTIN

    RAD Studio 13 is available

    Perhaps you can ask them directly ? (an email is available on the about page of their site)
  7. Patrick PREMARTIN

    RAD Studio 13 is available

    no, it's the good default folder
  8. Patrick PREMARTIN

    Delphi 13 IDE User Interface Font size issue

    As I know, no. They use the same settings for all texts. An other new feature request to add font and size settings in Tools / Options / IDE / Home page ?
  9. Patrick PREMARTIN

    RAD Studio 13 is available

    Hi @PeterPanettone Good idea for the type search, perhaps you can open a new feature request ? For the search by word they used the same behavior as "find" option in source editor. Suggesting more options could be a good thing too. We don't have to wait for next major release, it could be done for an update.
  10. Patrick PREMARTIN

    Less included components in Delphi 13

    Hi @jwcarney Don't forget all components must be compiled with the RTM (= public) Delphi or C++Builder version before being distributed. It take time to do it and to check if all works fine. Even if a part of this job could have been done with beta releases if the component editor have access to it. After that they have to be submitted to GetIt team and added to the servers. There is no magic (even if all people have its magic touch) under this process. Something like 200 packages have to be added in GetIt to have the same number as the 12 release.
  11. Patrick PREMARTIN

    New Delphi features in Delphi 13

    still not 😞
  12. Patrick PREMARTIN

    New Delphi features in Delphi 13

    Please open an issue on https://qp.embarcadero.com and say what version of Kaspersky you use.
  13. Patrick PREMARTIN

    New Delphi features in Delphi 13

    No, you should not. But every program using or allowing to use AI features is subject to be recognize like an AI trojan. Kaspersky AI and the others have to learn about false (or not) positives.
  14. Patrick PREMARTIN

    Dragging and Dropping of Images

    Ok, of course things have evolve in 20 years 😉 If you comply with its license, try the Community Edition. It is a big boost after Delphi 7, but you'll have to migrate old projects to Unicode & other things depending on what you used.
  15. Patrick PREMARTIN

    Dragging and Dropping of Images

    Hi The standard Drag&Drop events and commands work for everything in VCL as in FireMonkey (on desktop platforms). Why don't you use them for an image ?
×