

PeterPanettone
Members-
Content Count
1387 -
Joined
-
Last visited
-
Days Won
5
Everything posted by PeterPanettone
-
Add Method dialog layout in Delphi 11 Alexandria
PeterPanettone replied to PeterPanettone's topic in MMX Code Explorer
-
Successfully installed Delphi 11: But the text size in the Menu, Welcome page, Object Inspector, etc. is VERY SMALL! Is there a setting to increase the overall text size of the IDE GUI?
-
The table of Compiler Versions has not yet been updated for Alexandria:
-
Compiler version for Alexandria
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
No. I have not yet dared to ask the compiler for advice. However, the compiled binaries execute well and fast. -
Delphi 11: Text size too small!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
Please stay on topic. -
Delphi 11: Text size too small!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
No. You are making assumptions out of your fantasy. But I don't want to talk about your fantasy. -
Delphi 11: Text size too small!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
You deliberately make WRONG OFFTOPIC ASSUMPTIONS. But I don't want to talk about your wrong assumptions. -
As I wrote: My Inno Setup path is: C:\Program Files (x86)\Inno Setup 6\ISCC.exe So the path assignment in MakeInstallers.cmd is: set iscc="C:\Program Files (x86)\Inno Setup 6\ISCC.exe"
-
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
-
Delphi 11: Text in the Messages Pane is illegible!
PeterPanettone posted a topic in Delphi IDE and APIs
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? -
Delphi 11: Text in the Messages Pane is illegible!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
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. -
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)
-
That works: Please also add an UNREGISTER script. Thank you!
-
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?
-
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!
-
Delphi 11: Text in the Messages Pane is illegible!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
Rather, it seems that their implementation of the Messages pane is flawed. (Line height not fitting the font size). -
Is it allowed to upload executables here in the forum?
-
It's the same for me. Am I addicted?
-
Thomas, many thanks for your valuable work! If I ever get any money out of my business I will donate it to you!
-
Delphi 11: Text in the Messages Pane is illegible!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
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! -
Delphi 11: Text size too small!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
V. can make people tired. -
Delphi 11: Text size too small!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
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. -
Delphi 11: Text size too small!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
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.). -
Delphi 11: Text size too small!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
We are not talking about the font size in the Code Editor but about the GUI font size (menus etc.). -
Delphi 11: Text size too small!
PeterPanettone replied to PeterPanettone's topic in Delphi IDE and APIs
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?