FIXED: V16.16b2 - Ctrl-right/left is broken again...
Posted: 08 Apr 2024 22:02
Well, this was working beautifully for me, up until this new update, now it's quirky again...
Consider the following C++ line:
So basically, it is *not* actually stopping on words any more...
could you please review this again??
Consider the following C++ line:
Code: Select all
return (*winproc_table[idx].winproc_func)(hwnd, message, wParam, lParam, NULL) ;
stops: | | | | |
expected: | | | | | | |
could you please review this again??