* Fixes#1991 - Broken link in README
* Force push to main to update api docs after fixing #1874
* Fixes#1745 - Github action to generate API docs
* Try 2 - Fixes#1745 - Github action to generate API docs
* Try 3 - Fixes#1745 - Github action to generate API docs
* Try 4 - Fixes#1745 - Github action to generate API docs
* Try 4 - Fixes#1745 - Github action to generate API docs
* Try 6 - Fixes#1745 - Github action to generate API docs
* Removed docs folder because gh-pages branch is now used
* Ignore ./docs folder
* Fix readme for docfx
* Revert "merge"
This reverts commit 870a241d5d, reversing
changes made to 48089bb31c.
* Fixes#1973. Avoid positioning Submenus off screen.
* Firstly avoids negative positions on the sub-menus and then avoids the bottom not exceeding the console height, as possible.
* Implementing ContextMenu feature to being popup by keyboard or mouse.
* Implements ContextMenu into TextField.
* Ensures the context menu's right and bottom frame from being greater than the container.
* Added Host property. Improving scenario and unit tests.
* Only draw the RightTee if it is at the end of the menu.
* Implements cursor visibility on TextField.
* Fixes the sub-menu not showing.
* Avoids draw the menu help and shortcut if there no available space.
* Remove reference for the MenuClosing event.
* UpdateCursor must only run after the ScreenBuffer is initialized to use the cursor visibility.
* Implements Resized event on Toplevel class.
* Prevents writing overlay on the menu.
* Covering more unit tests.
* Changing from Views to Core namespace.
* Implementing MenuClosingEventArgs and MenuAllClosed event.
* Only close the menu if it's open.
* Implementing localization for en-US and pt-PT to the FileDialog.
* Implementing localization for en-US and pt-PT on the TextField context menu.
* Fixes a bug where DeleteSelectedText is updating the Text before operation completion.
* Added a method to get all the supported cultures from the Terminal.Gui.
* Improving context menu and adding more unit tests.