Skip to content

Add customizable tree rendering styles#65

Merged
santisq merged 5 commits into
mainfrom
61-add-renderingstyle-to-treestyle
Apr 29, 2026
Merged

Add customizable tree rendering styles#65
santisq merged 5 commits into
mainfrom
61-add-renderingstyle-to-treestyle

Conversation

@santisq

@santisq santisq commented Apr 29, 2026

Copy link
Copy Markdown
Owner

New Features

  • Added support for customizable tree rendering styles via the new RenderingStyle property on TreeStyle:
    • Available styles: Fancy (default), FancyRounded, Classic, ClassicRounded.
    • Modern Unicode box-drawing styles and traditional ASCII styles are now supported.

Changed

  • Updated about_TreeStyle.md documentation to cover the new rendering style options.

@santisq santisq self-assigned this Apr 29, 2026
@santisq santisq added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 29, 2026
@santisq santisq linked an issue Apr 29, 2026 that may be closed by this pull request
@codecov

codecov Bot commented Apr 29, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.18%. Comparing base (e18f82d) to head (7201cf6).
⚠️ Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
+ Coverage   98.16%   98.18%   +0.01%     
==========================================
  Files          37       37              
  Lines         819      825       +6     
  Branches      107      108       +1     
==========================================
+ Hits          804      810       +6     
  Misses          8        8              
  Partials        7        7              
Flag Coverage Δ
PS-5.1 97.68% <100.00%> (+0.01%) ⬆️
PS-7_Linux 71.49% <60.00%> (+0.33%) ⬆️
PS-7_Windows 97.29% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@santisq santisq changed the title Adds more rendering styles to TreeStyle Add customizable tree rendering styles Apr 29, 2026
@santisq
santisq merged commit 5332472 into main Apr 29, 2026
7 checks passed
@santisq
santisq deleted the 61-add-renderingstyle-to-treestyle branch May 1, 2026 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add RenderingStyle to TreeStyle

1 participant