-
Notifications
You must be signed in to change notification settings - Fork 36
Support for selecting and resizing 'View' basic class #106
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
Conversation
…s View or TopLevel
…lor scheme is null
|
@BDisp I think I'm going to merge this. View and TopLevel are mostly 'working'. However they don't work as well as Window and Dialog currently. So they only appear as options for Ctrl+N when running with Theres a lot more fiddling in this branch which is why I want it merged then I can begin refactoring and polishing properly without having to worry about merge constraints. |
|
I'm curious to see what coming next :-) |
This PR seeks to make adding/editing
Viewclass easier. CurrentlyViewis invisible.Fixes #86
Fixes #76
This PR changes so that:
Viewthat is 'IsBorderlessContainerView' gets a green dotted border with a resize symbol.╬as it seems widely supportedTabViewwill not work/testable until Fixes #2071. DrawContentComplete event is never called from the base if it's overridden. Terminal.Gui#2072 is mergedTabViewis not reporting border click events in some situations (see Cannot 'click drag' resize TabView when tabs are on bottom #76). Maybe they are swallowed by bottom window instead of TabViewImportant: when comparing diff use 'Hide Whitespace differences' as I ran
Ctrl+K, Ctrl+D