Rilasci di RAD Studio Architect

Released: Apr 5, 2024

Aggiornamenti in 12.1 Athens

Funzionalità

C++ Clang Toolchain

  • This release integrates the upgraded Clang toolchain for Win64 into the IDE. An entire new toolchain with full IDE integration as a normal platform. The toolchain includes the new Clang 15 compiler, LLVM lld linker, libc++ STL, UCRT C runtime, and more. The toolchain ships parallel to the existing Win64 platform, including VCL and FMX support, DLLs, static libraries, and console applications; right-click the Target Platforms in the IDE and add Win64 (Modern...

Released: Feb 7, 2024

Aggiornamenti in 12 Athens Patch 1

Correzioni

  • Fixed bug in MOD operation for Win64 Release configuration.
  • [REGRESSION] Wrong codegen when passing empty open array to operator overload.
  • When MDI form and Custom Styles are used together, the process cannot be terminated.
  • New VisualManager feature causes crash in TCustomForm.WndProc() with Action=caFree.
  • No event OnCameraDidFinishTaking for TTakePhotoFromCameraAction.
  • Event OnValidate fails when the DBGrid is full.
  • JSON serialization error with scientific double notation.
  • TEdit...

Released: Nov 8, 2023

Aggiornamenti in 12 Athens

Funzionalità

Installer Enhancements

  • New Feature Manager - Improved the UI and the behavior of installing platforms and other items by simplifying installation choices. Use the Feature Manager Dialog, formerly Platform Manager, to select your installations.
    • All installation features and options are on a single screen, with the languages (Delphi or C++) and target platforms (Windows, iOS, etc.) options as the central part of the screen.
    • The additional items are shown in a list on the right sidebar...

Released: Apr 11, 2023

Aggiornamenti in 11.3 Alexandria Patch 1

Correzioni

  • RESTResponse component does not return content.
  • Embarcadero Formulardesigner/VCL.
  • IDE AVs on opening project.
  • Missing files for TBiometricAuth for Apple iOS simulator ARM64.
  • Event OnValidate fails when the DBGrid is full.
  • Empty REST response.
  • Embarcadero Delphi REST API / TRESTRequest broken for OData APIs.
  • Error in setting "LSP-Verhalten" options.
  • RESTRequest should accept multi part ContentType.
  • The Win64 LLDB debugger now does not show *simple* datatypes in the mouse hints when...

Released: Feb 27, 2023

Aggiornamenti in 11.3 Alexandria

Funzionalità

IDE Enhancements

  • ToolsAPI support for the Code Editor
    • Added a new set of Tools API interfaces that users can use to customize the Code Editor, such as painting, querying information about editors and their contents, getting events for the Code Editor, and more.
      • The new API now also makes it very easy to write plugins directly integrated into the Code Editor.
      • Several editor functions have been moved over to use the new API.
      • These APIs allow users to intercept all stages of painting...

Released: Oct 4, 2022

Aggiornamenti in 11.2 Alexandria Patch 1

Correzioni

  • Addressed some missing files for the new iOS Simulator platform.
  • Addressed an issue when using runtime packages on Win64.
  • Addressed an issue with Win64 debugging via PAServer.

Released: Sep 7, 2022

Aggiornamenti in 11.2 Alexandria

Funzionalità

IDE Enhancements

  • High DPI VCL Designer - The VCL designer now uses a Microsoft Windows-like style when designing, meaning controls in the designer always draw using this style unless this feature is disabled. This style matches the Windows light or dark theme, whichever Windows is currently using.
  • Editor Tabs - In version 11.2, some tabs, such as source control or COM-type library editors, are given different colors to be easily differentiated from normal code tabs. You can control...

Released: Jul 15, 2022

Aggiornamenti in 11.1.5 Alexandria

Funzionalità

New IDE Enhancements

  • New Save Order
    • When saving a new C++ project, the IDE will now prompt you to save the project itself first, followed by the new unit(s).
    • The precompiled header will be saved automatically as part of saving the project without prompting you for a filename and location.
  • Optional auto-save on project creation
    • In order to enable Code Insight to work immediately when a project is created and match the behavior of other C++ IDEs, there is now an optional feature to...

Released: Apr 27, 2022

Aggiornamenti in 11.1 Alexandria Patch 1

Correzioni

  • Can’t debug iOS.
  • Using ImageList causes IDE to crash.
  • IDE Access Violation when Inheriting from a Form with a TListView in DynamicAppearance.
  • GridPanelLayout on form memory leaks on end app — same if not used at all.
  • Cannot fit requested classes in a single DEX file (# methods: 71471 > 65536).
  • Code Insight broken for classic compiler.
  • Segmentation Fault(11) in SysUtils.Pop on Android64.
  • PAServer ships with Python 2.7 dependencies – which are no longer available in macOS...

Released: Mar 15, 2022

Aggiornamenti in 11.1 Alexandria

Funzionalità

IDE Enhancements

  • General IDE Improvements
    • The “Start working” operation, after installation completes, now effectively restarts the IDE, so that the first execution is done with user permissions, instead of elevated permissions.
    • ‘Enable runtime themes’ is now turned on in the Base configuration of a project.
    • The ProjectRoot in a dproj/cbproj file should now always sort consistently.
    • The IDE Wait dialog’s ToolsAPI interface has had some parameters renamed to better reflect their...