Page 1 of 1

FIXED: V16.16b2 - Ctrl-right/left is broken again...

Posted: 08 Apr 2024 22:02
by DerellLicht1
Well, this was working beautifully for me, up until this new update, now it's quirky again...

Consider the following C++ line:

Code: Select all

         return (*winproc_table[idx].winproc_func)(hwnd, message, wParam, lParam, NULL) ;
stops:          |                                        |        |       |       |
expected:         |                  |             |     |        |       |       |
So basically, it is *not* actually stopping on words any more...
could you please review this again??

Re: V16.16b2 - Ctrl-right/left is quirky again...

Posted: 08 Apr 2024 22:08
by DerellLicht1
hmmm... so I reverted to V16.15, and find that Ctrl-left works as expected, but Ctrl-right fails like the current beta does...

Waaaahhhhh! This was working before, why is it broken now???

Re: V16.16b2 - Ctrl-right/left is broken again...

Posted: 09 Apr 2024 15:00
by Rickard Johansson
Seems you're using the option to "Ignore symbols" with Ctrl+Left/Right... I'll look into it.

Re: V16.16b2 - Ctrl-right/left is broken again...

Posted: 09 Apr 2024 16:41
by Rickard Johansson
Fixed in final release. Thanks!

This is were it stops in the final version.

Code: Select all

         return (*winproc_table[idx].winproc_func)(hwnd, message, wParam, lParam, NULL) ;
stops:   |        |             |    |             |     |       |        |       |
expected:         |                  |             |     |       |        |       |

Re: FIXED: V16.16b2 - Ctrl-right/left is broken again...

Posted: 09 Apr 2024 19:45
by DerellLicht1
Ahhhh!!! Thank you once again, Master !!!!!