* Fixes#1925. Preserve trailing spaces on word wrap must be refactored on TextFormatter.
* Fixes a bug on Format when the preserveTrailingSpaces is enabled.
Co-authored-by: Tig Kindel <tig@users.noreply.github.com>
* Fixes#1861. Border Title property is preferable than the Text.
* Fixes#1866. Bug when scrolling text and type in a TextView. (#1868)
* Some fixes for the WebConsole support. (#1865)
* Invoking NotifyStopRunState for all situations.
* Added Clicked property to support web console.
* Changing to MoveDown to stay always visible.
* Fixes#1849. Wizard as non-popup is broken (#1853)
* trying to make it work
* Fixes#1849. Wizard as non-modal doesn't work
* Fixes#1855. Window and Frame content view without the margin frame.
* Fixing layout of non-modal
* WizardSTep is now a FrameView
* Now use Modal = false to set visual style automatically
* Removed Controls as an explicit construct. Now just Add to WizardStep
Co-authored-by: BDisp <bd.bdisp@gmail.com>
* Update docs with keybindings, global key event and designer (#1869)
* Added docs on keybinding and global key event
* Added TerminalGuiDesigner to showcases/examples
* Regenerated Docs (#1870)
* Fixed cancel logic. Title now shows for non-modal. (#1871)
* Fixes#1874. API docs on github are broken. (#1875)
* Fixes#1874. API docs on github are broken.
* Rebuild with docfx 2.59.3.0 version.
* Fixes Wizard cancel logic and updates docs (#1878)
* Fixed cancel logic. Title now shows for non-modal.
* trying to fix docs
* trying to fix docs
* Fixes#1867. Use Undo and Redo commands with WordWrap enabled. (#1877)
* Updated docs; regeneraged docs (#1881)
* Added a 'Read Only' to the Editor scenario Format menu. (#1882)
* Fixes#1883. Toplevel now propogates Loaded & Ready events to child Toplevel views.
* Updated API doc theme. Added Wizard Sample
* Tweaked API docs format and content. Fixed build warnings.
* Fixes#1889. Docs broken after org move.
* Regen API docs
* Fixes readme links to API docs
* Avoiding breaking change.
* Fixes typos.
* Passing string.Empty to Title from the default constructor.
* Initializes title with string.Empty instead of null.
Co-authored-by: Tig Kindel <tig@users.noreply.github.com>
Co-authored-by: Thomas Nind <31306100+tznind@users.noreply.github.com>
* Fixes LoadFile when word wrap is enabled.
* Fixes an extra space in end of line and error on deleting backwards.
* Removing unit tests with loading files.
* Fixes left column being bigger than zero if word wrap is true.
* Fixes#1820. TextView: Word Wrapping is not correct
* Made fix more surgical via ReadOnly
* Fixes TextView read only wrap issue.
* Rename method.
* Fixes word wrap with toggling read only .
Co-authored-by: Charlie Kindel <charlie@kindel.com>
Co-authored-by: Tig Kindel <tig@users.noreply.github.com>
* trying to make it work
* Fixes#1849. Wizard as non-modal doesn't work
* Fixes#1855. Window and Frame content view without the margin frame.
* Fixing layout of non-modal
* WizardSTep is now a FrameView
* Now use Modal = false to set visual style automatically
* Removed Controls as an explicit construct. Now just Add to WizardStep
Co-authored-by: BDisp <bd.bdisp@gmail.com>
* Fix TableView multi selections extending to -1 indexes
* Add to test confirmation that the main active cell also didn't get pushed off
* Tidy up formatting
* Fixed not calling Application.Shutdown in tests and made it easier to diagnose which test is not shutting down
* Fixes#1791. Added Pos/Dim Function feature to automate layout.
* Added PosFunc/DimFunc class. and some more features.
* Fixes#1793. ScrollBarView is hiding if the host fit the available space.
* Fixes#1791. View not turn off AutoSize if TextFormatter.Size fit the Anchor.
* Done requested changes.
* Addressing feedback
* Added more AutoSize unit tests.
* wip
* Refactored and enhanced API
* Fixed test
Co-authored-by: BDisp <bd.bdisp@gmail.com>
* Initial commit for Wizard
* Fixes#1777 - Dialog button justification. Adds unit tests
* Added missing API doc
* Work in progress
* Added tests for wide chars
* Tests
* more tests
* wip
* fixed test that broke by adjusting dialog button alignment
* fixed test that broke by adjusting dialog button alignment
* Fixed Dialogs scenario crash re: Parse v TryParse
* broke tests. can't figure out how.
* Revert "broke tests. can't figure out how."
This reverts commit f3c53928ac.
* Fixed unit tests
* Reverted workaround that doesn't work
* Refactor and cleanup
* Fixes the throwing an exception if menu item is null.
* UseKeysUpDownAsKeysLeftRight and UseSubMenusSingleFrame cannot be both true.
* Refactoring the code.
* Trying fixing the Run_All_Scenarios unit test.
* Fixing typo to test again.
* Added Attribute suffix to he AutoInitShutdown class.
* Fixes#1777 - Dialog button justification. Adds unit tests
* Added missing API doc
* Added tests for wide chars
* more tests
* fixed test that broke by adjusting dialog button alignment
* fixed test that broke by adjusting dialog button alignment
* Fixed Dialogs scenario crash re: Parse v TryParse
* Fixes#1739. Setting menu UseKeysUpDownAsKeysLeftRight property as false by default.
* Fixed some more bugs and added support for UseKeysUpDownAsKeysLeftRight on the demo file.
* Fixed TableView always showing selected cell(s) even when not focused
* Changed CsvEditor label to a text field to show focus changing and allow manually entering a cell
* Fixed TableView_ColorsTest_ColorGetter and improved Exception when wrong colors are used
* Added full focused/not test suite for TableView
* Fixes#1769. Supports a minimum view size for non-automatic size views.
* Only sets the minimum view size if it has text for non-autosize views.
* Added Dim unit tests for views with text.
* Implementations to allow a WebConsole feature
* Preventing application hanging on the RunLoop.
* Implementations to allow a WebConsole feature
* Preventing application hanging on the RunLoop.
* Making WantContinuousButtonPressedView public.
* Added TimeoutAdded event.
* Fixes unit test for WantContinuousButtonPressedView.
* Changes as requested resolved.
Co-authored-by: BDisp <bd.bdisp@gmail.com>