Jump to content

PeterPanettone

Members
  • Content Count

    1229
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by PeterPanettone

  1. PeterPanettone

    CodeSite News

    Message from Raize: This is the Pro version of CodeSite, the Ultimate Logging System for RAD Studio and Visual Studio. It is now available for RAD Studio 11: The CodeSite Light version can be installed for free from the GetIt Package Manager. https://raize.com
  2. The Messages Panel font size is illegible (line-height is too small): There seems to be no way to separately set the font size or the line height for the Messages pane?
  3. PeterPanettone

    Delphi 11: Text in the Messages Pane is illegible!

    You make silly offtopic FALSE assumptions. You have a legacy outdated concept of customization. Customization can be done in a smart way. Explore the possibilities of smart customization.
  4. PeterPanettone

    r3588 and Alexandria

    After executing MakeInstallers.cmd, the \BuildInstall\Output directory is still empty! (Of course, I have updated the ISCC path in MakeInstallers.cmd to my existing one)
  5. PeterPanettone

    r3588 and Alexandria

    That works: Please also add an UNREGISTER script. Thank you!
  6. PeterPanettone

    r3588 and Alexandria

    In GExperts.iss I have added the Alexandria compiler definition: #ifdef RS110 #define IDEShortName "RADStudio" #define IDELongName "RAD Studio" #define IDEVer "11.0" #define DLLSuffix "RS110" #define IDERegName "BDS" #define IDERegVer "22" #endif Is this correct?
  7. PeterPanettone

    r3588 and Alexandria

    I can confirm this for r3589: But how to install \Binaries\GExpertsRS110.dll? \BuildInstall\GExperts.iss has not yet been updated to Alexandria In \BuildInstall\MakeInstallers.cmd I have updated the ISCC.exe path to my existing path: set iscc="C:\Program Files (x86)\Inno Setup 6\ISCC.exe" ...and then executed MakeInstallers.cmd (with no apparent errors). However, the directory \BuildInstall\Output remains empty!
  8. PeterPanettone

    Delphi 11: Text in the Messages Pane is illegible!

    Rather, it seems that their implementation of the Messages pane is flawed. (Line height not fitting the font size).
  9. PeterPanettone

    r3588 and Alexandria

    Is it allowed to upload executables here in the forum?
  10. PeterPanettone

    r3588 and Alexandria

    It's the same for me. Am I addicted?
  11. PeterPanettone

    r3588 and Alexandria

    Thomas, many thanks for your valuable work! If I ever get any money out of my business I will donate it to you!
  12. PeterPanettone

    Delphi 11: Text in the Messages Pane is illegible!

    It got a little better after setting the font size in the Registry from 12 to 11: Computer\HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\Theme But it is still not optimal. If I reduce the font size in the Registry further then the font size in the IDE menu and in the Object Inspector becomes too small! So there should be a separate font setting for the Messages pane!
  13. PeterPanettone

    Delphi 11: Text size too small!

    V. can make people tired.
  14. PeterPanettone

    Delphi 11: Text size too small!

    This is not a topic about system settings but about the GUI font size in the Delphi IDE. Please read my original topic and keep a professional level.
  15. PeterPanettone

    Delphi 11: Text size too small!

    That is part of the IDE to control the font size in the Code Editor. It is NOT a plugin. We are talking about the GUI font size here (menus etc.).
  16. PeterPanettone

    Delphi 11: Text size too small!

    We are not talking about the font size in the Code Editor but about the GUI font size (menus etc.).
  17. PeterPanettone

    Delphi 11: Text size too small!

    Computer\HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\Theme Changed it from 9 to 12. The IDE GUI now looks much better! This setting should be in the IDE OPTIONS! Embarcadero talks a lot about optimizing the size of icons in applications built by developers. But they still use ridiculously small stone-age toolbar icons on their IDE Toolbar! Why the IDE does not allow to change the size of the toolbar icons? Are we still in the stone age?
  18. PeterPanettone

    Delphi 11: Text size too small!

    Thanks for your interest in this question. However, the question was not about my system settings (which are OK for all my other applications). The question is about the overall text size in the Delphi 11 IDE which is too small.
  19. I couldn't believe it: Embarcadero's System.SysUtils.TStringHelper in 2021 still does not have a method to save the string to a file! It would be so nice to be able to write: MyString.SaveToFile(AFilePath);
  20. PeterPanettone

    No StringHelper for saving to file?

    That's what I said.
  21. PeterPanettone

    No StringHelper for saving to file?

    Yes: Delphi. TStringList (which could be indirectly classified as a basic string type although it is a collection of strings) has a SaveToFile method. So why shouldn't string also have a SaveToFile helper method?
  22. PeterPanettone

    No StringHelper for saving to file?

    Maybe: MyString.ToBitCoin? That would make Delphi developers RICH!
  23. PeterPanettone

    No StringHelper for saving to file?

    That is correct - but I LOVE string helpers.
  24. PeterPanettone

    GExperts Grep Search

    The GExperts Grep Search is one of the most valuable CROWN JEWELS in the Delphi IDE! A big THANK YOU to its author and maintainer!
  25. Does anybody know a tool for Delphi 10.4.2 that can inspect the properties of all classes and objects in a Delphi program at run-time? Once there has been such a tool by Marco Cantu: OBJECT DEBUGGER But it seems its development stopped at Delphi 5?
×