1. How to Install ver4 for Windows Edita
- Posted by dcole Sep 03, 2009
- 1173 views
- Last edited Sep 04, 2009
Things I learned the hard way.
Before running Install make sure your euphoria40 folder is empty.
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
2. Re: How to Install ver4 for Windows Edita
- Posted by ghaberek (admin) Sep 04, 2009
- 1202 views
You could have asked. I already figured out how to do this.
-Greg
3. Re: How to Install ver4 for Windows Edita
- Posted by ghaberek (admin) Sep 04, 2009
- 1152 views
See this thread to get an updated Euphoria syntax file for 4.0.
http://openeuphoria.org/forum/108487.wc?last_id=108555
-Greg
4. Re: How to Install ver4 for Windows Edita
- Posted by dcole Sep 04, 2009
- 1146 views
Hello Greg,
I would have asked if I knew what to ask.
All I knew was the demos were not working.
As far as I can see now, my old Edita is working fine with ver4 beta2.
Don Cole
5. Re: How to Install ver4 for Windows Edita
- Posted by JansekVillaria Sep 08, 2009
- 1089 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