

Matthias
Members-
Content Count
37 -
Joined
-
Last visited
Everything posted by Matthias
-
wuppdi Welcome Page for Delphi 11 Alexandria?
Matthias replied to PeterPanettone's topic in Delphi IDE and APIs
Issue 1: Folder sort order is still not saved in registry HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0\WelcomePage\gksoft\Favorite 0 - x should be rewritten Try to move a favorite folder up/down and check registry after closing IDE. Tested with v1.0.0.2 -
Configuration is very limited, Here a first third party plugin in an early state; https://dwp.gksoft.ch You can find some postings related to this plugin in DP:
-
No. There is only one BDS key in registry for D11.1 and D11.2 -> HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0 Furthermore the D11.2 installer will remove an existing D11.1.x version. As mentioned before: Use a separate PC/VM. @David Nottage: Sorry, you already posted it.
-
wuppdi Welcome Page for Delphi 11 Alexandria?
Matthias replied to PeterPanettone's topic in Delphi IDE and APIs
Thanks for providing this great news! Your plugin looks really good. Do you have a page where issues can be reported? Found some... Sorting Entries: Moving up/down is not stored in registry - after IDE restart sort order is the old one. Clicking on "Recently used" or "Favorites" causes an exception: Zugriffsverletzung bei Adresse 5A50E3D4 in Modul 'vcl280.bpl'. Lesen von Adresse 00000004. Error message when dropping an entry from "Recently used/Projects" to Favorites group "The Item "123.groupproj" are already in the List!" - Yes groupproj is already in list, but it's stored in a different folder. So duplicate validation should include path. -
This tool might help: Database Comparer Tools VCL: Database Comparer VCL Expensive but it worked for me.
-
Delphi can't find JvWizard & JvWizardRouteMapList units
Matthias replied to AndrewHoward's topic in General Help
Should be JEDI Library: JEDI Visual Component Library -
Great, thanks!
-
Just tried to compile Deputy based on GitHub Repo Rev. 41 (TOTAL and Kastri installed). Getting this error: [dcc32 Fehler] SE.IE.Deputy.pas(420): E2003 Undeklarierter Bezeichner: 'GetWizardFileName' FWizardInfo.WizardFileName := GetWizardFileName; IT seems that GetWizardFileName is not part of TOTAL.
-
Delphi 11 - Customize Toolbar works very badly
Matthias replied to Reinier Sterkenburg's topic in Delphi IDE and APIs
This issue has already been reported in QC: https://quality.embarcadero.com/browse/RSP-34850 -
On Delphi 10.4.1 the MMX Code Explorer is mostly dead/inactive when running Delphi debugger
Matthias replied to panie's topic in MMX Code Explorer
Can confirm it for Code Explorer (docked and undocked). Source Indexer will be displayed once, afterwards it fails too. Debug Layout. has been deleted.before for testing again, same behavior. -
It‘s from CnPack.
-
Project Magician and Selective Debugging and Delphi 10.3 Rio
Matthias replied to Uwe Raabe's topic in Delphi Third-Party
Are you planning D10.3 support for Package Magician too?