1. IDE 1.0.4 Mod
- Posted by AndyDrummond Mar 20, 2012
- 1430 views
In the contributions page, there is an install file for Euphoria 3.1.1 with Win32Lib and IDE 1.0.4. This is an excellent package and one I can recommend to anyone starting with Eu 3 rather than 4. It allows one change to be made to the IDE which has drievn me mad for years. If you bind a project, IDE opens a message_box - but if the edit window is open the message box is hiddent beneath it. This means you have to abort the IDE - or in my case move it to the other monitor - to close this message box.
You can fix this by commenting lines 16563 to 16568 in IDE.EXW which removes the message box calling. This may well apply to the IDE which can be used with Eu 4, but since I don't (presently) use Eu 4 I haven't tested it. This mod certainly fixes one of the most annoying bugs with this otherwise excellent useful IDE - all credit to Judith Evans.
2. Re: IDE 1.0.4 Mod
- Posted by BRyan Mar 20, 2012
- 1348 views
Hi Andy:
There is no way to find the download your talking about because there are so many
versions of IDEs and win32libs without you telling the users which specific download
name that you are talking about example the_download.zip by John Doe.
3. Re: IDE 1.0.4 Mod
- Posted by DerekParnell (admin) Mar 20, 2012
- 1374 views
You can fix this by commenting lines 16563 to 16568 in IDE.EXW which removes the message box calling.
I'll see if I can repair the current IDE release on sourceforge.
4. Re: IDE 1.0.4 Mod
- Posted by AndyDrummond Mar 21, 2012
- 1330 views
Hi Andy:
There is no way to find the download your talking about because there are so many
versions of IDEs and win32libs without you telling the users which specific download
name that you are talking about example the_download.zip by John Doe.
Sorry - brain out of gear. The download in question is:
http://downloads.sourceforge.net/rapideuphoria/Eu3.1-Win32Setup.exe?use_mirror=
I found it very useful to set up a working euphoria development environment on a new computer. It does all you need and runs straight out of the box.
5. Re: IDE 1.0.4 Mod
- Posted by AndyDrummond Mar 21, 2012
- 1287 views
You can fix this by commenting lines 16563 to 16568 in IDE.EXW which removes the message box calling.
I'll see if I can repair the current IDE release on sourceforge.
There is one other annoying bug I have not got a handle on; sometimes the code for a particular control event gets duplicated in another event, usually mousetrap. If this was discovered and eradicated then that would be the last major bug cleared. Obviously there are others but some bugs bug you and some merely annoy you!