1. WEE Crash when Changing Font

WEE crashes when I click "OK" to change fonts from the "View>Font..." dialog box. Just disappears, no ex.err file.

new topic     » topic index » view message » categorize

2. Re: WEE Crash when Changing Font

Thanks. In WEE.EXW, in procedure init_edit(atom hedit), there is a missing return after the end for.

global procedure init_edit(atom hedit) 
    atom junk 
    --? {hedit, scintilla_send_message(hedit, SCI_GETIDENTIFIER, 0, 0)} 
    if hedit = 0 then 
        for i = 1 to length(tab_hedits) do 
             init_edit(tab_hedits[i]) 
        end for 
        return --- ADD THIS LINE 
    end if 

Sorry about that. I'll post a new zip file later this evening.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu