Skip to content

[POC] inspector for EditableTree#14

Closed
sharptrip wants to merge 5 commits into
mainfrom
editable-tree-inspector
Closed

[POC] inspector for EditableTree#14
sharptrip wants to merge 5 commits into
mainfrom
editable-tree-inspector

Conversation

@sharptrip
Copy link
Copy Markdown
Owner

@sharptrip sharptrip commented Dec 5, 2022

This PR contains the PoC implementation of the "property inspector" based on the new tree DDS and its EditableTree API.

The new inspector utilises the EditableTree API in a "full blown" manner operating with fields and nodes in a generic way. This example starts here:

return forEachNode(nodeToRows, rowData, [], "", addNewDataLine);

The code also includes a not yet published code implementing "simple assignments", which allows the users to change data in a more convenient way. You can check this test case to get an idea of what it's all about:

!Attention!

This PR contains some "hacks" of the tree API - the parts, which are not yet publicly available. These are collected in the commit 67c814a. In which form these parts will become available (if any, in general) is an open question, which is out of scope of the current PR.

@sharptrip
Copy link
Copy Markdown
Owner Author

new version #17

@sharptrip
Copy link
Copy Markdown
Owner Author

New version #20

@sharptrip sharptrip closed this Dec 9, 2022
@sharptrip sharptrip deleted the editable-tree-inspector branch December 9, 2022 13:27
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.

1 participant