1. The most complete working IDE on Euphoria4.02?
- Posted by Deuter Apr 09, 2011
- 1561 views
Hi. Is it possible to work on EDITA with Euphora 4.02? If not is it any other good ide like EDITA?
2. Re: The most complete working IDE on Euphoria4.02?
- Posted by petelomax Apr 10, 2011
- 1450 views
It is high time I shipped a new release of Edita. Give me a couple of days.
Recent (not yet uploaded) work includes:
Tools/Re-indent handles ifdef, and the new number bases switch statements now recognised by Ctrl [ syntax colouring for multi-line strings "public" now recognised/treated the same as "global" use "%COMSPEC% /C" instead of "command /C"
I use Edita and regularly run things on both Eu 2.4 and 4.0 (r4618M). It is just a matter of creating/modifying Options/File Extensions to use C:\euphoria\bin\euiw.exe or whatever. I use a dummy extension of "eu4" and select that whenever I want to test something on 4.0, but you could just use the normal "exw" extension.
There may be a problem with running Edita itself on 4.02. I have not actually tried it, but even if you hit any snags it should be no problem either using an earlier version of Eu to run Edita, or run a pre-compiled version, to develop for 4.02
Regards,
Pete
3. Re: The most complete working IDE on Euphoria4.02?
- Posted by dcole Apr 10, 2011
- 1431 views
I use Edita and regularly run things on both Eu 2.4 and 4.0 (r4618M). It is just a matter of creating/modifying Options/File Extensions to use C:\euphoria\bin\euiw.exe or whatever. I use a dummy extension of "eu4" and select that whenever I want to test something on 4.0, but you could just use the normal "exw" extension.
There may be a problem with running Edita itself on 4.02. I have not actually tried it, but even if you hit any snags it should be no problem either using an earlier version of Eu to run Edita, or run a pre-compiled version, to develop for 4.02
Regards,
Pete
Hello Pete,
I found that, if I use a dummy extention such as .eu4, the green stoplite does not come on. Therefore I can not run(test) the program.
This happens even if I point the extention to know working app. such as exw.exe or eui.exe.
Best Regards,
Don Cole
4. Re: The most complete working IDE on Euphoria4.02?
- Posted by Deuter Apr 11, 2011
- 1358 views
I think that i will wait for new release of Edita and until that time i will try to learn Euphoria with older versions (like Eu3). This will be a good solution:)
5. Re: The most complete working IDE on Euphoria4.02?
- Posted by petelomax Apr 12, 2011
- 1356 views
I found that, if I use a dummy extention such as .eu4, the green stoplite does not come on. Therefore I can not run(test) the program.
This happens even if I point the extention to know working app. such as exw.exe or eui.exe.
I never thought of that. It was a pretty trivial change, will be fixed in the new version. You should still be able to run via F5, despite the menu/toolbar entries being disabled, though I haven't got a suitable old version to hand to actually test that with.
Thanks,
Pete
6. Re: The most complete working IDE on Euphoria4.02?
- Posted by petelomax Apr 12, 2011
- 1326 views
I've just uploaded a draft version, which I'll test when I get in to work (naughty boy that I am). There are also some updated .syn files there that need to be merged back in.
Pete