Skip to content

v1.2019.7.4

Compare
Choose a tag to compare
@DrWhoCares DrWhoCares released this 05 Jul 04:28
· 85 commits to master since this release

New:

  • Added a ComboBox to select any page directly. #6
  • When creating a script, if a page doesn't have the TotalPanels box filled in, it will be bold and have a '*' in the pages ComboBox.
  • When editing a script, any time you switch a page, it now saves the file.

Changed:

  • Fixed issue where the Next button would be stuck as saying "Finish" if you reached the last page, then went back. #8
  • Fixed instances of not properly disposing of objects by switching to the using syntax. #9
  • Refactored the events for handling validation of the user input to use Validation events. #12
  • Refactored the error handling from using a Label to using the ErrorProvider. #12