Skip to content

Replace table column with tree table (inspection view) for Dictionary and OrderedDictionary - #20

Open
capsulecorplab wants to merge 3 commits into
mainfrom
tree-view-support-for-Dictionary-and-OrderedDictionary
Open

Replace table column with tree table (inspection view) for Dictionary and OrderedDictionary#20
capsulecorplab wants to merge 3 commits into
mainfrom
tree-view-support-for-Dictionary-and-OrderedDictionary

Conversation

@capsulecorplab

@capsulecorplab capsulecorplab commented Aug 28, 2026

Copy link
Copy Markdown
Owner

Replaces the default table column view with a tree table view of key-value pairs in the "items" tab of the inspection pane.

Implementation inspired by Dictionary>>gtItemsFor:

Special thanks to Gabriel Darbord for code contribution <3

closes #19

Screenshot from 2026-08-30 11-53-42

@capsulecorplab
capsulecorplab marked this pull request as draft August 28, 2026 23:04
@capsulecorplab
capsulecorplab marked this pull request as ready for review August 30, 2026 02:00
… to replace the default table column view with a tree table view of key-value pairs in the "items" tab of the inspection pane
@capsulecorplab
capsulecorplab force-pushed the tree-view-support-for-Dictionary-and-OrderedDictionary branch from e2650b2 to 6cc84d9 Compare August 30, 2026 20:33
@capsulecorplab capsulecorplab changed the title Extend Dictionary and OrderedDictionary with inspection method to replace table column view with tree view Extend Dictionary and OrderedDictionary with inspection method to replace table column view with tree table view Aug 30, 2026
@capsulecorplab capsulecorplab changed the title Extend Dictionary and OrderedDictionary with inspection method to replace table column view with tree table view Replace table column with tree table (inspection view) for Dictionary and OrderedDictionary Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace default inspection view for dictionaries to render a tree view instead of table column view

1 participant