Skip to content

Scenario cleanup - #4897

Merged
tig merged 2 commits into
developfrom
fix/scenario-cleanup
Apr 8, 2026
Merged

Scenario cleanup#4897
tig merged 2 commits into
developfrom
fix/scenario-cleanup

Conversation

@tig

@tig tig commented Apr 8, 2026

Copy link
Copy Markdown
Member

Fixes

  • Fixes #_____

Proposed Changes/Todos

  • Todo 1

Pull Request checklist:

  • I've named my PR in the form of "Fixes #issue. Terse description."
  • My code follows the style guidelines of Terminal.Gui - if you use Visual Studio, hit CTRL-K-D to automatically reformat your files before committing.
  • My code follows the Terminal.Gui library design guidelines
  • I ran dotnet test before commit
  • I have made corresponding changes to the API documentation (using /// style comments)
  • My changes generate no new warnings
  • I have checked my code and corrected any poor grammar or misspellings
  • I conducted basic QA to assure all features are working

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes two experimental UICatalog scenarios and tidies scenario categorization to better group Unicode-related demos within the Examples/UICatalog area.

Changes:

  • Removed the ViewExperiments and LineCanvasExperiment scenarios.
  • Re-categorized several scenarios under a new/consistent "Unicode" category.
  • Added the "Runnable" category to the Dialogs scenario.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Examples/UICatalog/Scenarios/ViewExperiments.cs Deleted experimental scenario.
Examples/UICatalog/Scenarios/LineCanvasExperiment.cs Deleted experimental LineCanvas scenario.
Examples/UICatalog/Scenarios/Unicode.cs Switched category from "Controls" to "Unicode".
Examples/UICatalog/Scenarios/RuneWidthGreaterThanOne.cs Removed "Controls" category; added "Unicode".
Examples/UICatalog/Scenarios/Dialogs.cs Added "Runnable" category.
Examples/UICatalog/Scenarios/CombiningMarks.cs Added "Unicode" category.
Examples/UICatalog/Scenarios/ChineseUI.cs Added "Unicode" category.
Examples/UICatalog/Scenarios/CharacterMap/CharacterMap.cs Added "Unicode" category.

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.

2 participants