1. EE2.1:CS*3* Anyone? :)
The final installment of the EE:CS saga is here...
New things:
* The filename of the package has changed. It's now "EE21CS3.EXE"
(self-extracting RAR archive), so that if anyone want to take up the
EE torch and continue development, they can use the tidier "EExxYYz.???"
layout.
EE - The editor, xx - version number, YY - version "name", z - release
number.
* Access to the Windows Clipboard (thanks to Jacques Deschenes'
code). * Ctrl+Minus on a selected block of code to comment/uncomment.
* Shorthand filenames. Dropping common Euphoria extensions is now allowed.
e.g. "ee myprog" will load the closest matching Euphoria file (probably
'myprog.ex' in this case ;) )
* F7 and F8 added to cycle through loaded files. Complementary to the
ALT+n selection trick.
* A couple more example .INI files added.
Bug Fixes / Improvements:
* Filenames of less than 4 characters don't crash EE anymore.
* The help dialog (and similar functions like the Local Clipboard) have
have become dynamically sized. i.e. They fill the screen in all text
modes, not just in 25-row mode.
* I've tried to quosh the slow ALT menu bug...
* The Save_As Directory bug has been fixed.
See CYREK.TXT in the new package for more info.
Note to Rob C.:
Could you update the link on the contributuons page please? Possibly
including the whole file (it's only 250K) rather than just the link
(Reason below). TIA.
My site may go down in the next few weeks (for real this time) and may not
come back up for a while. If it ever does re-surface, it'll be at the
Bigfoot redirection link...
I'll be on the list as long as I have 'net access
Thanks people,
Carl
--
Carl R White -- cyrek- at -bigfoot.com -- http://www.bigfoot.com/~cyrek
aka Cyrek -- No hyphens :) -- Bigfoot URL Alias
2. Re: EE2.1:CS*3* Anyone? :)
Nice touches, especially that handy block comment/uncomment
thanks!
Irv