Re: How to Install ver4 for Windows Edita
- Posted by JansekVillaria Sep 08, 2009
- 1090 views
I can't find any menu option in Edita allowing me to change the file extensions as Don suggests below:
My options menu has: AutoComplete, Background Processing, Colours, Fonts, Display options, Edit Options, File Panel, Message Area, Reformat
Nothing in the new Euphoria.syn file either which seems to help (Thanks for the new syn file :) )
I have changed the windows file extensions so ex and exw now go to eui but this doesn't effect Edita because edita runs ex.exe directly and passes the file name as a parameter.
Thanks for any help. Jansek
...
Goto Edita's Menu Options/File Extensions and change
ex euphoria/bin/ex.exe
to
ex euphoria40/bin/eui.exe
and
exw euphoria/bin/exw.exe
to
exw euphoria40/bin/eui.exe
Don Cole