1. Announce: EE2.2:CS1
The New CyrekSoft Release of EE has been sent to RDS... :)
The changes since the last release are:
* Eu2.2 syntax added.
* The Linux filetypes have been added to the Open and Save dialogs.
* The F2 Subs dialog shows what type a subroutine is.
{ordinary|global} {type|function|procedure}
* Negative bracket levels no longer mess up the bracket colour handling.
* File saves are now exactly the same size as those from ED.EX. (Tabs etc.)
* Block comments now work on blank lines.
* The project file is updated!
* The 10th command-line-specified file now loads, and doesn't vanish like
before.
Enjoy,
Carl
--
Carl R. White - Software Tester @ CTD - Carl- at -comodo.net
Cyrek the Illogical - Geek - cyrek- at -bigfoot.com
Remove hyphens before mailing s'il vous plait...
2. Re: Announce: EE2.2:CS1
On Wed, 15 Mar 2000 08:12:29 -0500, Carl R. White <cyrek at BIGFOOT.COM> wrote:
>The New CyrekSoft Release of EE has been sent to RDS... :)
Carl
HOOOORAY !!!
Thanks !
Bernie
3. Re: Announce: EE2.2:CS1
Carl:
No sign of your editor at the archive.
Is there someplace else we can download it.
Thanks
Bernie
4. Re: Announce: EE2.2:CS1
- Posted by Lionel Wong <eljay98 at HOTMAIL.COM>
Mar 17, 2000
-
Last edited Mar 18, 2000
>* The F2 Subs dialog shows what type a subroutine is.
> {ordinary|global} {type|function|procedure}
I've tried the function/procedure/type indicaton feature in the subs dialog
of EE2.2:CS1. It's a great idea, Carl.
However, it's better if the indication simply goes "global function" rather
than "This is a global function.", IMHO.
And instead of "ordinary" routines, the correct term to use is "local".
And while I'm still at this, could you distribute a binded .exe version of
EE? I say it's a really great editor to use regularly, and there are still
Euphoriacs around using the PD edition.
EE user,
Lionel
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
5. Re: Announce: EE2.2:CS1
On Fri, 17 Mar 2000 19:38:44 MYT, Lionel Wong <eljay98 at HOTMAIL.COM> wrote:
>>* The F2 Subs dialog shows what type a subroutine is.
>> {ordinary|global} {type|function|procedure}
>
>I've tried the function/procedure/type indicaton feature in the subs dialog
>of EE2.2:CS1. It's a great idea, Carl.
>
>[...] it's better if the indication simply goes "global function" rather
>than "This is a global function.", IMHO.
>
>And instead of "ordinary" routines, the correct term to use is "local".
The code is easy enough to change. You'll find it in D_Subs.E. I just set
it up to suit my personal taste...
1) Comment out line 108.
2) Change line 111 to:
info = "Global "
3) Change line 114 to:
info = "Local "
4) And that's it. Simple! :)
If it's a nuisance to others in the Euniverse, I'll make the changes for
the next (if any) release...
>And while I'm still at this, could you distribute a binded .exe version of
>EE? I say it's a really great editor to use regularly, and there are still
>Euphoriacs around using the PD edition.
Binding EE isn't really a possibility because my registration cheque hasn't
been sent to RDS yet. I'm a PD user too (!!), but not for much longer. I
owe RDS that at least.
Actually, there might be a bound version of EE2.0 lurking around somewhere,
but that's just a bit out of date now. ;)
HTH,
Carl
PS: Note to everyone - bug reports to the Bigfoot Address, please. Tx. :)
--
Carl R. White - Software Tester @ CTD - Carl- at -comodo.net
Cyrek the Illogical - Geek - cyrek- at -bigfoot.com
Remove hyphens before mailing s'il vous plait...