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
C++

Happy birthday, C++Builder!

Recently, here at Embarcadero we’ve been celebrating a historic birthday, Delphi’s 25th birthday (Feb 14, 1995.) There have been some great blog posts, stories, andpeople sharing on twitter, not to mention an amazing Delphi 1 celebration websiteand an…
C++

Linker error using the sensor components for Android in RAD Studio 10.3.3

An issue in Androidapi.Sensor.pas referring to symbols introduced in SDK version 26 will cause an linking error when your app references SDK version 22 If you are building Android applications with C++Builder 10.3.3, you may encounter an error [ldandroid Error] “ld” exited with code 1. The same issue can appear with different symptoms for Delphi 10.3.3 when attempt to match symbol…
Read more