GExperts: New Declare Variable Expert
Introduces the new 'Declare Variable' expert in GExperts for Delphi, which quickly declares undeclared identifiers as variables, fields, or properties.
Introduces the new 'Declare Variable' expert in GExperts for Delphi, which quickly declares undeclared identifiers as variables, fields, or properties.
Recent improvements to the GExperts 'Rename Identifier' tool for Delphi, including smarter conflict detection and better component coordination.
dzDebugVisualizer plugin now supports all Delphi versions from 2005 to 13, adding packages for 14 previously missing versions.
GExperts introduces a new scope-aware Rename Identifier editor expert for Delphi/Pascal, accessible via Shift+F2.
A developer shares a real conversation with Claude Code, an AI coding assistant, to fix bugs in a Delphi IDE expert plugin.
Using Claude Code AI to fix complex bugs in the GExperts Delphi code formatter, including indentation issues in anonymous functions and repeat-until loops.
GExperts Reverse Statement expert upgraded with customizable regex rules for transforming Delphi code, including loops, function pairs, and assignments.
GExperts Code Formatter adds a new feature to align assignment operators (:=) in Delphi code for improved visual scanning.
GExperts IDE plugin now shares identifier casing data between its Uses Clause Manager, Code Formatter, and Code Proofreader tools for consistent Pascal/Delphi coding.
A technical deep-dive into fixing a GExperts dialog bug causing infinite growth on multi-monitor setups with mixed DPI scaling.
A developer explores DelphiLSP, creating tools to test its capabilities and discussing its limitations as a standalone component.
GExperts 1.3.26 released with Delphi 13 support, 64-bit IDE compatibility, dark mode, and new features like Auto Switch Desktop and Editor Bookmarks.
GExperts Code Formatter now shows context-sensitive previews for each settings tab, making it easier to see the effect of formatting options.
GExperts 64-bit update enables the Explicit Filter expert, which suppresses unnecessary layout properties in Delphi .dfm files to clean up version control diffs.
GExperts code formatter updated to support new Delphi 13 language constructs: noreturn directive, is not, and not in operators.
Developer details using Claude Code AI to implement multi-line inline if expression formatting in the GExperts Delphi code formatter.
GExperts Code Formatter now supports Delphi's new inline if/ternary operator syntax, a feature previously missing from IDE formatters.
Explores methods to iterate over enum values in Delphi, including generic helpers and class helpers, with code examples and compilation notes.
A technical guide on how to iterate over all values of an enumeration type in Delphi using record helpers and sets.
A developer fixes a memory leak in DUnit's console test runner caused by improper cleanup before program halt.