This page lists a few of the IDE addons I’ve written for the Lazarus development environment.
Lazarus CodeSigning Helper
One of my two daily needs is signing Windows executables, since I develop software that sometimes requires to be signed to work, and I want to skip complicated build chains.
This add-on allows to set up default codesigning mechanisms (local key files, USB sticks, and keys stored at Microsoft), and define for each project which build type will be signed how. That way, at the end of a successful “release” build, you’ll have a signed file.
https://gitlab.com/ccrdude-lazarus-ide/lazcodesigninghelper
Lazarus VCS Helper
My other daily need is version controlling my source. This Windows-only plugin (I’m working on Git library headers to make this cross platform) interfaces Tortoise tools to offer a GUI for handling your VCS. Supported VCS are Git, Subversion, Mercurial and Bazaar.
https://gitlab.com/ccrdude-lazarus-ide/lazvcshelper
Lazarus RegExpr Helper
I often deal with regular expressions, and need a quick way to test them, which this embedded IDE window allows me to do. Simple, yet helpful.