Delphi 12.2 is now available
The latest version of Delphi has been released today as part of RAD Studio 12.2.
Hot from the release webinar, the new features in Delphi and the IDE that most appeal to me are:
- The Delphi compiler & tools are now available as 64 bit executables that can be used as an option when using MSBuild. These can be used for Windows 32 and 64 targets. This means mega size applications can be built as single application files. Happy, happy!
- In the Delphi RTL:
- TParallelArray - faster parallel operations.
- TOrderedDictionary - I've been wanting this for a while. I had one written on XE, but it broke of Delphi 11!
- Smart CodeInsight: AI coding support using OpenAI, Gemini & Claude. These are all online, so you need to trust them and you may need to pay any service fees. There's also Ollama which is offline, free of change, and apparently sends no data through the net. These are all off by default. You can add other AI tools if you have the rights to use them.
- Focus mode: see only the code editor with most UI chrome removed. This is configurable: use Ctrl+Alt+Z to activate. Split editors can be used.
- Scroll bar annotations to enable jumping to modified code, errors etc. Happy to see this: I like this feature in VSCode.
- Quality improvements are always welcome!
To check out all the changes see Embarcadero's RAD Studio 12.2 release announcement or, for more details, the DocWiki 12.2 release page.
I'm off to download the new version soon. Just as soon as I can build a new release I've got open in Delphi 12.1 right now.
Comments
Post a Comment
Comments are very welcome, but please don't comment here if:
1) You have a query about, or a bug report for, one of my programs or libraries. Most of my posts contain a link to the relevant repository where there will be an issue tracker you can use.
2) You have a query about any 3rd party programs I feature, please address them to the developer(s) - there will be a link in the post.
3) You're one of the tiny, tiny minority who are aggressive or abusive - in the bin you go and reported you will be!
Thanks