1. [Phix niggle] (trivial) default file extension

Phix expects .exw but I like typing .ex as in OE.

A "niggle" is me (non programmer) poking at Phix (genius programmer) with a long stick.

Is "niggle" enough warning to keep OE readers from being bored?

_tom

new topic     » topic index » view message » categorize

2. Re: [Phix niggle] (trivial) default file extension

_tom said...

Phix expects .exw but I like typing .ex as in OE.

No problem, just insert the following two lines in ptok.e about line 845 just before the else:

--2/11/17 for tom: (if we could not find xx.exw, look for xx.ex) 
        elsif length(file)>4 and file[-4..-1]=".exw" then 
            path = {{file[1..$-1]}} 
        else 
            if find('*',file)>k then 

(and obviously then run [.\]p -c p)

Pete

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

Search



Quick Links

User menu

Not signed in.

Misc Menu