Jump to content

Patrick PREMARTIN

Members
  • Content Count

    384
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by Patrick PREMARTIN

  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 ?
  16. Patrick PREMARTIN

    Can't change icons in my app

    If the normal IDE options have not worked, the best solution would be to delete the DPROJ file (after making a copy) and reopen the DPR in Delphi. It will create a DRPOJ with the default options and should resolve any issues that the previous one may have had, although in this case I am not sure that this is the source of the problem. Starting from scratch in this way may be the solution.
  17. Patrick PREMARTIN

    Need help investigating an app crash

    Hi. Did you found the solution ? Was it the new firmware ?
  18. Patrick PREMARTIN

    Rad Studio 13?

    If you buy a RAD Studio license, you get a subscription to all major and "minor" updates during your subscription period. Contact the sales team or just check your license to see if your subscription is enabled.
  19. Patrick PREMARTIN

    Can't complete Delphi 12.3 Community Edition Athens installation

    Hi @DRIDZ Have you retried and/or got a solution for this problem ?
  20. Patrick PREMARTIN

    hand book on Delphi Pascal and VCL

    Hello. There are far too many components to cover them all. Once you understand the basic components and the difference between visual and non-visual, it's up to us to go through the examples provided and learn everything. Everything that can be found in Windows software is present in the VCL. In books you have these two to read : https://delphi-books.com/en/Getting-started-with-RAD-Studio.html https://delphi-books.com/en/Object-Pascal-Handbook-Delphi-11-Alexandria-Edition.html They explain the basics and the language features. As I know no book is oriented on VCL components learning but they all contains a lot of projects samples. In the official documentation website you have the units content but also tutorials like https://docwiki.embarcadero.com/CodeExamples/en/Main_Page https://docwiki.embarcadero.com/RADStudio/en/Getting_Started_with_RAD_Studio https://docwiki.embarcadero.com/RADStudio/en/Windows_Developer's_Guide_Index
  21. Patrick PREMARTIN

    FMX TListView Questions

    Hi I don't have a simple solution to manage a right click on a list view item except looking at the code from TListViewBase.MouseUp() and TListViewBase.SetNewItemIndex() to determine what item is under the mouse position. Using frames in a vertical scroll box will be perhaps simpler in your case.
  22. Patrick PREMARTIN

    FMX Linux - the product and the company

    it's sooner this week than previous month
  23. Patrick PREMARTIN

    Can't complete Delphi 12.3 Community Edition Athens installation

    It should be fixed. You can retry.
  24. Patrick PREMARTIN

    Can't complete Delphi 12.3 Community Edition Athens installation

    The Community Edition is a Delphi 12.1 Athens version. This said some GetIt servers have technical problems. Embarcadero teams know that and are working on it.
  25. Patrick PREMARTIN

    Object Pascal Card Framework

    And today I've added two C++Builder samples to the repository.
×