Tags: ManiacDC/TypingAid
Tags
*2.20.0 4/7/2015 ** Added a Settings window (thanks to HugoV for doing much of the coding). ** Changed the learned words to use an SQLite3 database backend. This should help with future enhancements ** Changing settings no longer requires a script restart ** Added Active/Inactive Notification Area icons ** Added working Pause functionality ** Detecting Window switches now uses Windows Event Hooks, rather than a timer ** Added weighting based on number of characters left to type ** Changed license to GPLv3 for compatibility with AhkDBA SQLite3 interface ** Added the ability to learn words with no alpha characters when hitting Ctrl-Shift-C, or to read them in from Wordlist.txt ** Fixed Wordlist drawing on the mouse when unable to detect the caret position ** Fixed words not being learned when hitting Ctrl-Shift-C while Learning is off ** Large amounts of code refactoring, including renaming all global variables and fixing function scope ** Fixed having length of 1 not work with ForceNewWordCharacters * remotes/origin/SQLite: (62 commits) Fixed 2.20.0 date Fixed typo in Changelog Fixed a bug where the first letter typed would be missed in new documents in some programs Final (hopefully) commit before merging to master Previously LearnedWords now appear when Learning is turned off Ctrl-Shift-C learns words again when Learning is turned off Added a duplicate check when adding new Program Titles/Executables via the UI buttons. Fixed some help text Fixed icon paths to be absolute paths Prevent creation of 0 byte preferences file Rewrote help to reference the new Settings screen fixed a typo in a Setting title Added check to prevent attempting to launch the Settings window again if already in the Settings window. Fixed Programs page not populating Edit Button screen. Fixed edit boxes expanding to more than 1 line when reloading the GUI Fixed hotkeys suspending the settings Window Added a warning when Canceling the settings window when unsaved changes exist Fixed Visit Forum link not highlighting (really this time) Fixed a bug where the WinEventHook was launching new threads while in the Settings window Added support for AHK 1.1.20.00 returning nil in A_CaretX/Y when it can't detect the caret position. updated sqlite3 to 3.8.8.3 (cyqlite version) from an old version of 3.7. Changed Pause button to use a checkmark rather than toggling between Pause/Resume to follow Windows Notification Area guidelines. Added Exit button in a compiled script Fixed toggling number keys on/off Updated with latest changes to DBA Renamed ALL global variables ...