Lançamentos do Delphi Professional

Released: Nov 11, 2024

Atualizações na 12.2 Athens Patch 2

Recursos

  • Added missing MacOS RTL Delphi source files (source/rtl/osx).

Released: Oct 17, 2024

Atualizações na 12.2 Athens Patch 1

Recursos

  • This patch expands the new -jobs implementation introduced in version 12.2 to be able to be invoked directly via the compiler driver (bcc64x) on the command line, instead of only via command line MSBuild / IDE compilation.
  • Improvements to the performance of the 64-bit version of DCC32, when working with generics.
  • Quality improvements for some issues pertaining to FireMonkey OleControls and native controls.

Correções

  • IDE quality fixes, including resolving an AV when closing project with...

Released: Sep 12, 2024

Atualizações na 12.2 Athens

Recursos

Smart CodeInsight: AI Powered Coding

  • RAD Studio 12.2 introduces an open architecture for AI plugins, offering ready-to-use support for three online solutions (OpenAI, Gemini by Google, and Claude by Anthropic) and one offline solution (Ollama). The IDE surfaces the new AI tooling in two different ways. First, There is a general purpose AI chat pane you can dock. Second, there is a new editor menu, with multiple commands you can issue on the selected code.

Editor Enhancements: Focus Mode...

Released: Apr 17, 2024

Atualizações na 12.1 Athens Patch 1

Correções

  • [dcc32 Fatal Error] PythonFmx.dpk(70): Internal Error: AV00B5992F-R0000014C-0.
  • Delphi 64-bit DPK compilation problem.
  • F2084 Internal Error: NI5166.
  • F2084 Internal Error: compiling Win64 Package.
  • Error F2084: Internal Error: AV006A992F-R0000014C-0.
  • String with non-ASCII characters directly attached to a #xx or #$xx literal corrupts the final string.
  • StringTable and LoadStr.
  • Division by zero when clicking "Move Designer" after Editor split.
  • Crash in rtl290.bpl when assigning an action to...

Released: Apr 5, 2024

Atualizações na 12.1 Athens

Recursos

Split Editor

  • This release adds support for split editor views in the IDE. Use multiple editors side by side, above and below each other, or a mix, all in the same window. This includes dragging entire sets of tabs out to floating windows and back into the IDE.
  • Split editor views are implemented in an advanced way, allowing complex custom layouts and manipulation. This means you can have a simple two-column layout, multiple-row layout, or something customized exactly for your workflow...

Released: Feb 7, 2024

Atualizações na 12 Athens Patch 1

Correções

  • 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

Atualizações na 12 Athens

Recursos

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

Atualizações na 11.3 Alexandria Patch 1

Correções

  • 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

Atualizações na 11.3 Alexandria

Recursos

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 in...

Released: Oct 4, 2022

Atualizações na 11.2 Alexandria Patch 1

Correções

  • 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.