problem with search in v3.96p

If reporting a bug with the Zeus IDE please post the details here. Please do not post questions here.
Post Reply
gwgs
Posts: 87
Joined: Tue Nov 21, 2006 6:30 pm
Location: Auckland

problem with search in v3.96p

Post 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
jussij
Site Admin
Posts: 2650
Joined: Fri Aug 13, 2004 5:10 pm

Post 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
Post Reply