-
Notifications
You must be signed in to change notification settings - Fork 19
D28.ALEXANDRIA.11.3.0.0
Darian Miller edited this page Mar 25, 2023
·
12 revisions
Related: Delphi Master Release List, D28.ALEXANDRIA.11.0.0.0, D28.ALEXANDRIA.11.1.0.0, D28.ALEXANDRIA.11.2.0.0
The new 11.3 release is binary compatible with 11.0, 11.1, and 11.2 Alexandria, adding new features and fixing many issues. (23 feature requests, 400+ customer reports issues in Quality Portal)
- Android 13, macOS Ventura, Ubuntu 22, Windows Server 2022, iOS 16 platform support
- New notarization process for macOS
- All non-Windows platform debuggers across Delphi and C++ are now LLDB-based
- Delphi macOS ARM 64
- Delphi macOS Intel 64
- Delphi Android 64
- Delphi iOS 64
- C++ iOS 64
- C++ Android 32
- Delphi Linux 64
- C++ Win64
- ToolsAPI support for the Code Editor
- PostgreSQL performance improvements for FireDAC
- New Highlighting Matching Words feature within the IDE see wiki page
- The RAD Studio Code Editor highlights instances of the same word onscreen when a word is selected by double-clicking or when the cursor is inside or adjacent to that word. This is useful to allow you to quickly see other instances of the same word or identifier, and it works well in combination with SyncEdit (which allows you to edit all instances of the same word within a selection) or searching the editor with the Find feature.
- New Mobile Biometric Authentication component for FMX (TBiometricAuth)
- Many updates to LSP / Code Insight
- Updated version of the ZLib library (1.2.13)
- [Install] There are still reports of the long-time issue of losing library paths (except Win32) on an install, so ensure to manually backup your registry if you have a lot of component paths to manage. (Another attempt to fix will occur for 12.0)
- [Install] There were a few reports of the Migration Tool reinstalling obsolete packages, see RSP-40638
- [IDE] Default search behavior changed when copying text, see RSP-40900
- [IDE] If your toolbar position is messed up after 11.3 install, delete the "Toolbars" node at HKEY_CURRENT_USER\SOFTWARE\Embarcadero\BDS\22.0 and restart IDE to put the toolbar back to default position. Glenn Dufke
- [macOS] If you get an error
[dccosx64 Error] E2597 ld: file not found: /System/Library/PrivateFrameworks/AVFCapture.framework/Versions/A/AVFCapture for architecture x86_64
using the macOS SDK 13.1, delete the SDK manager in Delphi. Delete the MacOSX13 SDK folder from "C:\Users(username)\Documents\Embarcadero\Studio\SDKs" Delete the cache-dir folders from the scratch-dir folder on the Mac. Re-import the SDK. Dave Nottage - [IDE] Cursor jumps around when using the new highlight word feature when used with collapsed code RSP-40658 (Until fixed, you can turn off "Highlighting Matching Words" via Tools > Options > User Interface > Editor)
- [Android] If you get an error
Failure [INSTALL PARSE FAILED MANIFEST MALFORMED: Failed parse during install package: /data/app/vmd12079946750.tmp/base.apk (at Binary XML file line #51): com.embarcadero.firemonkey.FMXNativeActivity
Workaround from Daniele Teti: This can happen because the default AndroidManifest.template.xml file has not been removed by the uninstaller (that’s correct for the file located in AppData\Roaming folder). Rename (or delete) the file located in AppData\Roaming\Embarcadero\BDS\22.0\AndroidManifest.xml and restart Delphi. You’ll also need to delete the AndroidManifest.template.xml file from your project (migrating all manual edit you did, if any), and rebuild your app.
- Some Suggestions to Help the Delphi Compiler
- To see what GetIt has installed from a RAD Studio Command Prompt run:
"c:\Program Files (x86)\Embarcadero\Studio\22.0\bin\GetItCmd.exe" -l= -f=installed
- Fix Your broken Toolbars in the IDE - Delphi #210
- Change Your Build Configuration Faster - Delphi #209
- Change Project in the Project Window - Delphi #208
-
2023.03.14
Forum Thread Delphi-PRAXiS by Miguel Moreno XML Mapper updated for 11.3- XML Mapper update is available via GetIt
-
2023.03.16
YouTube by Embarcadero (2 hours)Q&A Round Table: RAD Studio 11.3 Release -
2023.03.13
Blog by Marco Cantu The New VCL ControlList Multiple Selection in Delphi 11.3 -
2023.03.07
StackOverflow Compile Time detection of Alexandria 11.3 -
2023.03.01
Blog by Daniele Teti My Top 3+1 features in the new RAD Studio 11.3 Alexandria -
2023.03.01
YouTube by Embarcadero See What's New in RAD Studio 11.3 Alexandria - Webinar Replay- Constants RTLVersion111, RTLVersion112 and RTLVersion113 are declared depending on the version you are compiling with
-
2023.02.28
YouTube by Allister Christie New in Delphi 11.3 - High-DPI Editor Icons - Delphi #213 -
2023.02.28
YouTube by Allister Christie New in Delphi 11.3 - Highlight Words - Delphi #212 -
2023.02.28
YouTube by Allister Christie New in 11.3 - Show Build Folder in Explorer - Delphi #211 -
2023.02.27
Press Release by Embarcadero Embarcadero Technologies announces the General Availability of RAD Studio 11.3 Alexandria, including Delphi 11.3 and C++Builder 11.3. -
2023.02.27
Blog by Alfasoft RAD Studio 11.3 Now Available -
2023.02.27
Wiki by Embarcadero New features and customer reported issues fixed in RAD Studio 11.3 -
2023.02.27
Blog by Jim KcKeeth Streamlining RAD Studio Upgrades with GetIt -
2023.02.27
Forum Thread Delphi-PRAXiS Delphi 11.3 is available now -
2023.02.27
Blog by Marco Cantu Announcing the Availability of RAD Studio 11.3 Alexandria -
2023.02.09
Blog by Marco Cantu RAD Studio Malawi Beta Feedback: "Delphi LSP is The Best It's Ever Been" -
2023.02.28
Webinar What’s Coming in the Next RAD Studio 11 Alexandria -
2022.10.05
Blog by Hagop Panosian Mark Your Calendar! Upcoming Events in February- RAD Studio 11.3 Alexandria brings quality improvements that encompass all areas of the product, including Delphi Code Insight, the High DPI IDE, and VCL styles. There are also enhancements to the compilers and toolchains, the RTL, FireMonkey, and FireDAC.
- Highlighting Matching Words new feature