Activity for dzDebugVisualizer

  • Thomas Mueller Thomas Mueller committed [r81] on Code

    removed stale todo file

  • Thomas Mueller Thomas Mueller committed [r80] on Code

    Move source files into src/legacy/ and src/OTA/ subdirectories

  • Thomas Mueller Thomas Mueller committed [r79] on Code

    removed redundant hint that Delphi 2010 comes with its own TDateTime visualizer

  • Thomas Mueller Thomas Mueller committed [r78] on Code

    Fix IntToStr casing in TColor visualizer

  • Thomas Mueller Thomas Mueller committed [r77] on Code

    Add command-line build instructions to CLAUDE.md

  • Thomas Mueller Thomas Mueller committed [r76] on Code

    Update CLAUDE.md: list all supported OTAPI versions, add config dialog unit

  • Thomas Mueller Thomas Mueller committed [r75] on Code

    Update README: list all 21 supported Delphi versions, add config dialog unit

  • Thomas Mueller Thomas Mueller committed [r74] on Code

    Remove DCC_ExeOutput from .dproj files to prevent stray Win32 directories

  • Thomas Mueller Thomas Mueller committed [r73] on Code

    Set svn:ignore on all package dcu directories for *.dcu, Win32, AnyCPU

  • Thomas Mueller Thomas Mueller committed [r72] on Code

    Add Universal Visualizer support for Delphi 2010 and XE via Tools menu

  • Thomas Mueller Thomas Mueller committed [r71] on Code

    Update Delphi 12 .res file (regenerated by IDE)

  • Thomas Mueller Thomas Mueller committed [r70] on Code

    Fix Delphi XE1 package: opened and saved in Delphi XE IDE

  • Thomas Mueller Thomas Mueller committed [r69] on Code

    Remove unit-scoped names for backward compatibility with pre-XE2 Delphi versions

  • Thomas Mueller Thomas Mueller committed [r68] on Code

    Fix Delphi 2010 compatibility: replace Declared() with CompilerVersion checks

  • Thomas Mueller Thomas Mueller committed [r67] on Code

    Fix XE2/XE3/XE4 build: use boolean for DCC_DebugInformation in Release config

  • Thomas Mueller Thomas Mueller committed [r66] on Code

    Rename Delphi10.2, Delphi12, Delphi13 directories to follow the DelphiXx naming pattern

  • Thomas Mueller Thomas Mueller committed [r65] on Code

    Add package projects for all missing Delphi versions (2010 through 11 Alexandria)

  • Thomas Mueller Thomas Mueller committed [r64] on Code

    Remove SUPPORT_SCHNIERING define from Delphi 10.2, 12, and 13 packages

  • Thomas Mueller Thomas Mueller committed [r63] on Code

    Revert Abort back to Exit in ModifyFormHandler constructor: EAbort disrupted IDE event chain, breaking Watch window menu items

  • Thomas Mueller Thomas Mueller committed [r62] on Code

    Add README with project overview, features, architecture, and blog post links; remove completed reminder from CLAUDE.md

  • Thomas Mueller Thomas Mueller committed [r61] on Code

    Fix 6 issues in TDebugVisualizerModifyFormHandler constructor: remove dead code, prevent zombie handler on duplicate creation, add nil check for EvalAction, store hook in field, add destructor for proper cleanup

  • Thomas Mueller Thomas Mueller committed [r60] on Code

    Update TODO: mark items 4 and 5 as fixed (r55, r59)

  • Thomas Mueller Thomas Mueller committed [r59] on Code

    Rename FLastValuelText to FLastValueText (fix typo)

  • Thomas Mueller Thomas Mueller committed [r58] on Code

    Add TODO with known issues found during code review

  • Thomas Mueller Thomas Mueller committed [r57] on Code

    Add per-version build scripts (cmd + sh) for all supported Delphi versions

  • Thomas Mueller Thomas Mueller committed [r56] on Code

    Fix default platform in dproj: change AnyCPU to Win32 so msbuild picks up the Winapi namespace

  • Thomas Mueller Thomas Mueller committed [r55] on Code

    Rename TShowMultlineHandler to TShowMultilineHandler (fix typo)

  • Thomas Mueller Thomas Mueller committed [r54] on Code

    ignores

  • Thomas Mueller Thomas Mueller committed [r53] on Code

    removed unused .dfm file

  • Thomas Mueller Thomas Mueller committed [r52] on Code

    Add CLAUDE.md with project architecture documentation

  • Thomas Mueller Thomas Mueller committed [r51] on Code

    Fix copy-paste bug in EvaluteComplete: passed _ResultAddress instead of _ResultSize

  • Thomas Mueller Thomas Mueller committed [r50] on Code

    Support for Delphi 13

  • Thomas Mueller Thomas Mueller committed [r49] on Code

    updated to Delphi 12.3

  • Thomas Mueller Thomas Mueller committed [r48] on Code

    Bugfix: In order to visualize expressions that are not just variables the expression musst be enclosed in brackets

  • Thomas Mueller Thomas Mueller committed [r47] on Code

    * Bugfix: Adding an entry using the Add button still re-added a previously deleted entry

  • Thomas Mueller Thomas Mueller committed [r46] on Code

    * moved the config helper to a separate unit so the config frame can be used in a test program (which does not have ToolsApi.pas)

  • Thomas Mueller Thomas Mueller committed [r45] on Code

    TStringGrid_DeleteRow already checks for FixedRows and RowCount, so we don't need to do that.

  • Thomas Mueller Thomas Mueller committed [r44] on Code

    use local variables instead of properties

  • Thomas Mueller Thomas Mueller committed [r43] on Code

    Deleted the unit for the specialized debug visualizer for Schniering GmbH internal types

  • Thomas Mueller Thomas Mueller committed [r42] on Code

    * Removed the specialized debug visualizer for Schniering GmbH internal types as these can be handled by the Universal Visualizer too.

  • Thomas Mueller Thomas Mueller committed [r41] on Code

    Updated package for Delphi 12

  • Thomas Mueller Thomas Mueller committed [r40] on Code

    * The TdzDebugVisualizerTNullable now only handles INullableTypesFlagInterface, all TNullableXxxx types can be handled by the Univeral Visualizer.

  • Thomas Mueller Thomas Mueller committed [r39] on Code

    * u_dzDebugVisualizerColorVisualizerOTAPI -> u_dzDebugVisualizerColorOTAPI

  • Thomas Mueller Thomas Mueller committed [r38] on Code

    * added summary comments

  • Thomas Mueller Thomas Mueller committed [r37] on Code

    since all TNullable-Types now have got a .Dump method, the visualizers simply call that method rather than doing all the conversions themselves

  • Thomas Mueller Thomas Mueller committed [r36] on Code

    * fixed typo TryEvaulate -> TryEvaluate

  • Thomas Mueller Thomas Mueller committed [r35] on Code

    * fixed typo TryEvaulate -> TryEvaluate

  • Thomas Mueller Thomas Mueller committed [r34] on Code

    * added some support functions to TdzDebugVisualizerOTAPI so descendants can save even more code

  • Thomas Mueller Thomas Mueller committed [r33] on Code

    added support for TSpeed

  • Thomas Mueller Thomas Mueller committed [r32] on Code

    Bugfix: cm should only be displayed if <> 0

  • Thomas Mueller Thomas Mueller committed [r31] on Code

    2 decimals because we have a resolution of 1/10 mm -> 0.01 cm

  • Thomas Mueller Thomas Mueller committed [r30] on Code

    Debug Visualizer for TAbscissa

  • Thomas Mueller Thomas Mueller committed [r29] on Code

    changed names for resource strings as this is no longer for the TNullableDate data type

  • Thomas Mueller Thomas Mueller committed [r28] on Code

    No changes, the ide resorted the entries

  • Thomas Mueller Thomas Mueller committed [r27] on Code

    added debug visualizers for TdzNullableDuration and TdzDuration

  • Thomas Mueller Thomas Mueller committed [r26] on Code

    moved lots of boiler plate code to an abstract TdzDebugVisualizerOTAPI class

  • Thomas Mueller Thomas Mueller committed [r25] on Code

    addeds support for TNullableGuid

  • Thomas Mueller Thomas Mueller committed [r24] on Code

    * u_dzDebugVisualizerTNullableDateVisualizerOTAPI -> u_dzDebugVisualizerTNullableVisualizerOTAPI

  • Thomas Mueller Thomas Mueller committed [r23] on Code

    moved constants into the sub function

  • Thomas Mueller Thomas Mueller committed [r22] on Code

    * Added visualizers for my TNullableDate, TNullableDateTime, TNullableTime and TNullableTimespan records

  • Thomas Mueller Thomas Mueller committed [r21] on Code

    * added multiline string visualizer to Delphi 12 package

  • Thomas Mueller Thomas Mueller committed [r20] on Code

    added visualizer for (multi line) strings

  • Thomas Mueller Thomas Mueller committed [r19] on Code

    * changed copyright comment header (this code is not by Embarcadero, only based on it)

  • Thomas Mueller Thomas Mueller committed [r18] on Code

    new visualizer packages for Delphi 10.2 and 12 (probably also usablefor other versions >= Delphi 2010) for now providing a TColor visualizer that shows the color name(s) and RGB value

  • Thomas Mueller Thomas Mueller committed [r17] on Code

    disabled TDateTime visalizer for Delphi 2010 and up, since these versions already have one

  • Thomas Mueller Thomas Mueller committed [r16] on Code

    changed dcu output directories

  • Thomas Mueller Thomas Mueller committed [r15] on Code

    package for Delphi 12

  • Thomas Mueller Thomas Mueller committed [r14] on Code

    corrected lib suffix an description

  • Thomas Mueller Thomas Mueller committed [r13] on Code

    fixed dcu output path

  • Thomas Mueller Thomas Mueller committed [r12] on Code

    Expression parameter and FExpression field is only necessary for the multiline string visualizer

  • Thomas Mueller Thomas Mueller committed [r11] on Code

    Adapted to change in the IDE: The toolbar has been renamed to 'Toolbar' at some time between Delphi 2009 and Delphi 10.2

  • Thomas Mueller Thomas Mueller committed [r10] on Code

    Package for Delphi 10.2

1
MongoDB Logo MongoDB