News

10.2.2 Welcome Page and Documentation Hotfix

In RAD Studio 10.2.2, we updated the Welcome page with new functionality: upcoming events, a Youtube feed from our channel, and sample applications. We also elevated documentation to its own tab inside the IDE. Unfortunately, for English versions of the IDE only, the Documentation page in the tab had a display error causing it to be only about 100 pixels wide. We have a hotfix for this…
Read more
News

New in 10.2.2: Component icons

In RAD Studio 10.2.2, we have a number of UI upgrades (the new dark theme and welcome page and startup). But we have one more which I’m very pleased with and would like to share with you today: we’ve redone the component icons. Old Icons – What’s…
News

New in 10.2.2: C++ and Debugger Improvements

In RAD Studio 10.2.2, we’ve made a number of great quality improvements for the C++ toolchain and for the debugger for both C++ and Delphi. Debugger Linux:many fixes when evaluating, especially when passing records or arrays Android: Android debugging was broken…
News

New in 10.2.2: Welcome Page and Startup improvements

There are some nice new features in RAD Studio 10.2.2 for IDE startup and first use. Startup When Delphi and C++Builder start, you see a splash screen – a loading screen – as the IDE starts. This lists all the packages, plugins, and component libraries it has installed. One common request has been to add a progress bar here, and in 10.2.2 we’ve done so. In this screenshot…
Read more
News

New in 10.2.2: installer enhancements

In RAD Studio 10.2.2, we havemade some changes to the installer that should make installation a much nicer experience. License Manager When installing RAD Studio (or just Delphi or C++Builder),unless you are upgrading you will often be asked to enter a…
News

New in 10.2.2: Dark IDE Theme!

In Delphi and C++Builder 10.2.2, we’ve added acommonly requested and exciting new feature: a dark IDE theme. Many productivity tools, or tools that areused for many hours in a row – and RAD Studio certainly falls into that category – offer a…
C++

When programming is pure fun: creating mazes - at CodeRage

CodeRage XII is this week! (Nov 7-9.) And I have something very cool to show in one session,a weekend project that has been pure fun to write, reminding me of the days when I was a teenager learning to code and writing just because I enjoyed it. I’m generating mazes. Here’s a screenshot: The codecan solve them, too. Here the target is from the…
Read more