Commit Graph

5 Commits

Author SHA1 Message Date
Edward Jakubowski
eaff0dd277 Extended Msg hook text limit, msg hook prompts before switching between 32 and 64 bits, optionally disable uiabridge's caches
Message Hook Viewer text limit is not set to 700,000 characters,
allowing it to show many more messages/lines
Message Hook Viewer will prompt user if the want to switch between 64
and 32 bits.
UiaBridge has an optional flag to disable cache.  This fixes an issue
where caching is either slower or causes issues when using multiple
threads in OASIS.
2014-06-04 06:46:56 -04:00
Edward Jakubowski
33522694e4 Added more exception handling in uiabridge, fixing Keyboard hook stability
uiabridge was having issues with getting ValueProperty from the cached
values. uiabridge was throwing exceptions if it couldn't find a missing
HWND handle.  Fixing keyboard hook to last longer.
2014-05-14 08:17:58 -04:00
Edward Jakubowski
4258d0977f Added SelectContextMenuId Command, increasing uiabridge speeds, reliability 2014-05-02 22:01:43 -04:00
Edward Jakubowski
ce78f9c084 Added back ValueProperty, renamed config properties
uiabridge will display ValueProperty if element supports it.
if uiabridge is disabled in synthuse.properties the native library will
not be loaded.
Added Trigger hot key Ctrl+Shift+`
Added hotkey configurations in synthuse.properties
2014-04-30 22:20:52 -04:00
Edward Jakubowski
70b885edda Forced git to not ignore the native uiabridge dlls
These native dlls are needed for the building of synthuse.
2014-04-30 09:50:53 -04:00