since upgrading to 3.96p whenever I do a search or a search and replace, the case sensitive search option is always turned on. Very frustrating as it never did that in the past, it always remembered what my previous selected options were.
thanks in advance
Grant Smith
problem with search in v3.96p
Hi Grant,
I can confirm this is a bug with the latest Zeus release
It will be fixed in the next Zeus patch, but in the mean time if you bind this macro to your search key combination, it should help to fix the problem:
Thanks for posting this bug report.
Cheers Jussi
I can confirm this is a bug with the latest Zeus release

It will be fixed in the next Zeus patch, but in the mean time if you bind this macro to your search key combination, it should help to fix the problem:
Code: Select all
function key_macro()
screen_update_disable()
SearchCaseSet()
SearchDialogEx()
screen_update_enable()
screen_update()
end
key_macro() -- run the macro
Cheers Jussi