Two popular free IDE addons for code navigation are now available for 10.4.
In 10.3.1, we started shipping two popular IDE plugins intended for code navigation. Bookmarks replaces the IDE’s editor bookmarks with an unlimited number or markers, new caret (breadcrumb) markers, protection againstaccidentally overwriting, a dockable window with contextual information about each bookmark…
An unusual bug in 10.4 where an unexpected dialog can appear when debugging has a workaround: temporarily disable the Welcome screen.
Update July 21st, 2020
10.4 Patch #2 solves this problem. Please install it instead of using the below workaround.
Original Post
There is a…
After getting involved with the global RAD Studio 10.4 launch event and before I join other English-language sessions, this week I’m going to spend some time talking with Italian customers.
June 8th – Italian 10.4 Launch Webinar
This afternoon, starting at…
There are so many great new features in 10.4 Sydney, but when asked for a top five I had to prune my list a lot. Here are my top five favorite new features in RAD Studio 10.4 Sydney.
1) The new TEdgeBrowser component is a great advance for building Windows apps. Even better is the update to the TWebBrowser component that give developers flexibility to select which browser engine you want to use…
Record Number of Issues Addressed in RAD Studio 10.4
May 29, 2020
RAD Studio 10.4 has a nice set of new features, now covered in several blog post and in the announcement webinar (the replay is available athttps://www.youtube.com/watch?v=-rTLEXLVueQ).
The 10.4 release also addresseda large number of issues, including…
Updating RAD Studio 10.4 Sample to Fix LF Issue
May 28, 2020
There was a configuration issue in RAD Studio Sample GitHub Repository (https://github.com/Embarcadero/RADStudio10.4Demos), namely the fact the demos were configured with LF only (Line Feed), rather CR LF (Carriage Return and Life Feed) as the RAD Studio IDE expects.
RAD Studio 10.4 Patch 1: Missing Files and C++ Debugging - and a new way to install patches!
May 27, 2020
RAD Studio 10.4 has a new way to install patches, right from within the IDE without manual installation.We also have a small patch today addressing some missing files, and which is critical for C++ Win64 debugging.
RAD Studio 10.4 Patch 1
We have a patch(what used to be called a hotfix) available for RAD Studio. The patch addresses a number of items:
Missing files:
synth.py: this is…
Delphi 10.4 Sydney is Available
May 27, 2020
Following the beta testing period and some blog post pre-announcing some of the key features (see also my blog), yesterday Embarcadero officially released RAD Studio 10.4 Sydney, which includes Delphi 10.4.
My Top Three Features
There are many new features in the product.
RAD Studio 10.4 Now Available, Learn More
May 26, 2020
We are very excited to announce the release of Delphi, C++Builder and RAD Studio 10.4 Sydney. RAD Studio 10.4 delivers significant improvements for Windows 10 VCL desktop development, Delphi multi-device development, and developer productivity that optimize application…
Delphi 10.4 Runtime Library Enhancements
May 22, 2020
Delphi Runtime Library is one of the foundations of the product, as the UI libraries such as VCL and FireMonkey and also database access libraries and many third party components reply on the core RTL. That is why changes to the RTL are particularly relevant, as they tend to affect all developers. Here are some key changesthat are now available.
Bit Counting Standard Functions
We have…