DelphiNews

RAD Studio 10.4 Patch 3 is out: VCL Grids, C++ Win64 Debugging, and C++ Android Exception Handling and Resources

We’ve just released a patch (or hotfix) 3 for Delphi, C++Builder and RAD Studio 10.4. We recommend that you install Patch #3, which was released today if you use VCL grids or C++Builder. This patch fixes several issues in RAD Studio 10.4 related to the VCL Grid, the C++ Win64 debugger (including the addition of a new formatter), C++ Builder Android exceptions, and C++ Android resource…
Read more
News

10.4 Patch 2 Installation Guide

RAD Studio 10.4 patch 2 was released yesterday, but installing has some manual steps. Here’s how to do it. 10.4 Patch 2 (see Marco’s blog post) solves 51 issues, in areas including debugging instability, Delphi code completion, the IDE, the Delphi compiler, C++…
C++

10.4 Patch #2: Delphi code completion and IDE fixes

10.4 Patch #2, released yesterday, makes many tweaks and changes to DelphiLSP code completion Delphi 10.4 redesigned Code Insight, one of the most significant changes to the Delphi IDE in a decade. It’s now asynchronous and responsive, and uses the compiler as a service in a LSP server. It’s been very well received, with many people who had problems with code completion in the past now…
Read more
News

Unexpected popup window when debugging in RAD Studio 10.4: Workaround

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 bug in RAD Studio 10.4 where, when debugging, you may get a dialog you did not expect appear at apparently random times. It…
Read more
Delphi

New in Delphi 10.4: Redesigned Code Insight

In 10.4, we’ve reworked code completion and other features. It’s one of the most significant changes to the IDE in a decade. What do we mean by Code Insight? First, some background. If you’re familiar with Code Insight, skip ahead… Code Insight is our name for a set of IDE productivity features in the editor. For the purposes of this blog post, those features are: Code Completion: the…
Read more