Home Tags Continuous-Delphi
Tag
Cancel

Continuous-Delphi 6

Preview Image

Using Kai Inside RAD Studio to Generate Delphi Projects

I imagine most Delphi developers have looked at AI coding tools with the same basic question: does this actually help me build Delphi software, or does it mostly produce code-shaped text that I sti...

Preview Image

delphi-clean: A Scriptable Project Cleaner for RAD Studio Builds

I imagine that most every Delphi developer has clicked Project > Clean in the IDE at some point and wondered what it actually accomplished. The help text says “removes generated files from the p...

Preview Image

delphi-terminal: From Six Clicks to Two with Saved Commands

Here is something I do many times a week within RAD Studio. I want to see what changed in a file that I am editing, so I right-click the file in the Project Manager, then click Show in Explorer, w...

Preview Image

delphi-terminal: A Dockable Console for RAD Studio

There is a strong possibility that most Delphi developers keep one or two (or more) console windows open while working in the IDE. Build scripts, git, a quick PowerShell one-liner, whatever tool yo...

Preview Image

Where Is Delphi Installed, And Can It Build?

Where is Delphi on this machine? It is a question with more answers than it may appear. On any given Windows box, the registry hive may be under \Software\Borland\Delphi, \Software\Borland\BDS, \So...

Preview Image

Treating Delphi Compiler Versions As Data

You commit a build script. Dave runs it on his machine. It fails - his Delphi is in D:\Delphi13, not C:\Program Files (x86)\Embarcadero\Studio\23.0. You fix it for Dave. Six months later, Delphi 14...