mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Created Checklist for creating new views/controls (markdown)
11
Checklist-for-creating-new-views-controls.md
Normal file
11
Checklist-for-creating-new-views-controls.md
Normal file
@@ -0,0 +1,11 @@
|
||||
* Supports parameterless constructor (which implies Relative Layout)
|
||||
* Supports both Absolute and Relative positioning
|
||||
* Includes a UI Catalog Scenario that demonstrates
|
||||
* All functionality
|
||||
* Absolute Layout
|
||||
* Relative Layout
|
||||
* Unicode and wide rune support
|
||||
* Proves clipping (esp with window resizing) works correctly
|
||||
* Comprehensive unit tests
|
||||
* Well written, clear, and consistent API documentation
|
||||
* Updated `/README.md`
|
||||
Reference in New Issue
Block a user