-
Notifications
You must be signed in to change notification settings - Fork 31
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
V2 #189
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Add support for `Slider<T>`
Delete keybinding fix
C# 12 feature
Just set the object.
Fixes Window being core 'moveable' This goes considerable way to fixing: gui-cs/Terminal.Gui#3650 But can consider making the Arrangement property user configureable in the same way that we do with Visible (see TestSettingVisible_False) where user can change the value but it does not manifest in the behavior of the view (only for code gen).
…nt.Fixed` so user can still design it. Fixes gui-cs/Terminal.Gui#3650
…roblems than it solves now See gui-cs/Terminal.Gui#3667
Button, Checkbox, Label etc
Update to latest v2 branch to 2.0.0-v2-develop.2168
Designer Alpha Release
Highlight difference between v1 and v2
Closing because v2 is now live and v2 is the default branch |
Terminal.Gui is preparing for a v2 release.
In order for the designer to be ready and compatible with the new APIs I have created this branch.
This PR adds a git submodule that targets
v2_develop
instead of the current v1 Nuget packageTasks are:
TableView
code gen)Feature Tasks: