1. IDE v14 Released
- Posted by Judith Evans <camping at txcyber.com> Sep 14, 2002
- 429 views
Announcing IDE v14 release available from http://user.txcyber.com/~camping/judith.html and coming soon to Recent Contributions Page on RDS site. Derek and I were planning to release Win32lib and IDE together but since he has been delayed and I am ready, I have elected to preceed him. If there are any changes to IDE required by his release, I'll certainly make them as soon as possible. This release requires a Win32lib version supporting setTVText, setHandler and invokeHandler. I recommend Derek Parnell's v0.57.9 (beta) and, while this release has reported difficulties, it works ok with IDE. You can link to Derek's site from IDE's home page to download. If you have a later version of Win32lib and wish to use it with IDE be aware that some xpms on Tool Bar and Tool Box ramdomly disappear. You may view IDE documentation online prior to downloading to see the full list of changes in the What's New section. The next release will concentrate on getting in some long standing user requests, additional control styles in Properties as well as improvements to Configuration Menu plus whatever else I find interesting to add. Version 0.15.0 will definitely require the next release of Win32lib. There are three fixed bugs that were not repaired in the last Bleeding Edge testers version. If you have been downloading the Bleeding Edge version you will need to download again to get these fixes. Problems, suggestions, requests should be sent to me at my e-mail address. Judith Evans
2. Re: IDE v14 Released
- Posted by Martin Stachon <martin.stachon at worldonline.cz> Sep 15, 2002
- 424 views
Jonas Temple wrote: > Also also, I noticed that the properties grid changed style (edit > controls, check boxes, etc.). Did you code that or incorporate from > somewhere else? Just curious. Prop.ew is my work. I am planning to release it with a manual to User Contributions, if anyone is interested. Martin
3. Re: IDE v14 Released
- Posted by petelomax at blueyonder.co.uk Sep 15, 2002
- 399 views
{{{ On Sun, 15 Sep 2002 10:14:12 +0000, Judith Evans <camping at txcyber.com> wrote:
Maybe. I have a companion editor offered on IDE's home page.
I just loaded the new version Line 2573 in routine synRestoreINIFile in IDE_Syntax.ew should be if hfile !=-1 then not if hfile!1 then
Also, F1 on registerw32Function loads IE into a loop which nearly crashes my PC. (Cannot find 'file:///#registerw32Function' message box appears as many times as fit in ram).
Pete
4. Re: IDE v14 Released
- Posted by Dan Moyer <DANIELMOYER at prodigy.net> Sep 23, 2002
- 404 views
Rubens, I suspect GetEuDir() should work, if you have something like: SET EUDIR=E:\EUPHORIA in autoexec.bat Dan Moyer ----- Original Message ----- From: <rubis at fem.unicamp.br> To: "EUforum" <EUforum at topica.com> Subject: RE: IDE v14 Released > > I solve the problem changing the line > > 7299 exePathName=GetEuDir() & "\\bin\\exw.exe" to exePathName= > "e:\\euphoria\\bin\\exw.exe". > > I think the problem was in the result of GetEuDir(). My Euphoria compiler > is in drive E:\. > > I will make more testes with the GetEuDir(). > > Rubens > > > At 19:40 23/9/2002, you wrote: > > > > I'm getting the error 12 "Create ProcessHi failed" > > > >"E:\EUPHORIA\ide14_2\IDE.exw:7445 in procedure click_MenuRun() > >variable hNewProcess has not been assigned a value" > > > >when I try to temp run a code. > > > >Any idea what is going wrong ? > > > >thanks > > > >Rubens > > > > > >At 08:10 16/9/2002, you wrote: > >> > >> > >>Judith Evans wrote: > >> > Thanks for reporting the bug. I'll fix and upload shortly. > >> > > >>http://user.txcyber.com/~camping/judith.html IDE v0.14.2 has been > >>uploaded to fix the bug in IDE_syntax.ew: > >>Line 2573 in routine synRestoreINIFile in IDE_Syntax.ew should be > >>if hfile !=-1 then > >>not > >>if hfile!=1 then > >> > >>I also made a change in stand alone editor to catch missing win32lib.htm > >>document location. [I already have that in IDE Code Editor.] > >> > >> > > >