1. Euphoria Mode for JED
I just sent some scripts for a Euphoria Mode in Jed to RDS.
The features are:
Syntax Highlighting
Go to errors
If there's any interest I'll add more.
-Humberto
____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at http://webm=
ail.netscape.com.
2. Re: Euphoria Mode for JED
What's JED?
Bye
Martin Hunt
simulat at intergate.bc.ca
>
3. Re: Euphoria Mode for JED
Humberto Yeverino wrote:
> EE for Linux doesn't have mouse support so I wrote
> some code for JED that would help with Eu programming.
I started writing mouse support for EE some time back. It should have been
fairly simple to add back in, since I only disabled it in the KEYS.E
routine, where mouse events are trapped and reported back.
The reason I didn't follow through with it was because (on my machine, at
least), I could select a highlighted block of text with the mouse by
clicking and dragging - *without* my code intervening. It seemed to be some
feature of the mouse library or something. I tried to figure out what was
going on, and couldn't. I eventually just threw up my hands and figured I'd
give it another go when the Linux side was a bit more mature.
If someone wants to clue me in on what's going on, I may take another look
at it in a month or so, since I might actually have Linux reinstalled and
running by then.
Thanks.
-- David Cuny
4. Re: Euphoria Mode for JED
simulat wrote:
>
> What's JED?
> Bye
A bit of time with a search engine found http://space.mit.edu/~davis/jed.html
It's a text editor aimed at programmers with syntax highlighting.
--
Nic (RedWord)Smith