Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indentation Improvements #65

Merged
merged 8 commits into from
Sep 13, 2023
Merged

Indentation Improvements #65

merged 8 commits into from
Sep 13, 2023

Conversation

baumths
Copy link
Owner

@baumths baumths commented Sep 11, 2023

  • Add a way to modify the tree lines path object before drawing on the canvas (enabling line dashing/dotting).

    The actual line dashing algorithm was not implemented in this PR, but the demo app was updated to include a visual example of the above using the path_drawing package.

  • IndentGuide.padding

    Optional inset values added to the padding that indents tree nodes and wraps TreeIndentation.child.

  • Add an optional shaped line to ConnectingLinesGuide which connects parent and descendant lines.

    the above was pointed out in Nodes with a higher content than normal (eg. multi-line text) #29 (comment)

Resolves #49

This property decides if the lines of a parent node should connect to the lines of its subtree.
@baumths baumths marked this pull request as ready for review September 12, 2023 19:59
@baumths baumths merged commit 2508fe0 into main Sep 13, 2023
2 checks passed
@baumths baumths deleted the dev/indentation branch September 14, 2023 13:54
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.

How to change solid line to dashed line
1 participant