Page 1 of 1

problem with search in v3.96p

Posted: Thu May 22, 2008 9:54 pm
by gwgs
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

Posted: Fri May 23, 2008 12:42 am
by jussij
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:

Code: Select all

function key_macro()
    screen_update_disable()
    SearchCaseSet()
    SearchDialogEx()
    screen_update_enable()
    screen_update()
end

key_macro() -- run the macro
Thanks for posting this bug report.

Cheers Jussi