1. Pete:Edita 017

Hi Pete,


Just wanted to let you know all the include files seemed to be
present with your most recent release :)
BTW, it's looking pretty nice!


Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

new topic     » topic index » view message » categorize

2. Re: Pete:Edita 017

A couple of items:

+ mouse scroll doesn't work in "file panel"
+ word wrap doesn't seem to work properly (doesn't wrap words to fit window
size)


-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view message » categorize

3. Re: Pete:Edita 017

On Wed, 06 Jul 2005 07:20:17 -0700, cklester <guest at RapidEuphoria.com>
wrote:

>+ mouse scroll doesn't work in "file panel"
Thanks, I hadn't though of that; will be fixed in the next release.
>+ word wrap doesn't seem to work properly (doesn't wrap words to fit window
>size)
Word wrap only triggers when typing at the end of a line and you type
past the dotted line (at column 80, though that can be changed by
editing edita.ini). I somehow doubt I'll ever get round to M$
Word-style; I don't fancy scrambling source files just because someone
resizes the window (or opens the file panel).

The only code pertaining to this can be found in edita.exw by
searching for isWordWrap - approx 35 lines in charInput() to wrap
during typing, and approx 15 lines in IdleHandler() to draw a line. If
you fancy a bash at doing something better, knock yourself out. blink)

I also wonder if wordwrap should first be enabled/disabled in the .syn
file, for example wordwrap simply cannot be enabled for .e, .ex, etc
files (since it could and probably would do horrible things like break
double-quoted strings).

Regards,
Pete
PS Do Print Preview & Window Painter work on XP?

new topic     » goto parent     » topic index » view message » categorize

4. Re: Pete:Edita 017

Pete Lomax wrote:
> cklester wrote:
> >+ word wrap doesn't seem to work properly (doesn't wrap words to fit window
> >size)
> editing edita.ini). I somehow doubt I'll ever get round to M$
> Word-style; I don't fancy scrambling source files just because someone
> resizes the window (or opens the file panel).

It's just a view of the document; should be no scrambling of code. Even Notepad
does this. :)

-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view message » categorize

5. Re: Pete:Edita 017

On Wed, 06 Jul 2005 19:59:22 -0700, cklester <guest at RapidEuphoria.com>
wrote:

>It's just a view of the document; should be no scrambling of code. Even Notepad
>does this. :)
I look forward to your source code mods then, wiseguy :)

Pete

new topic     » goto parent     » topic index » view message » categorize

6. Re: Pete:Edita 017

Pete Lomax wrote:
> On Wed, 06 Jul 2005 19:59:22 -0700, cklester wrote:
> >It's just a view of the document; should be no scrambling of code. Even
> >Notepad
> >does this. :)
> I look forward to your source code mods then, wiseguy :)

hehe<cough>. Uhhh. I can't. My SUV is in the shop today. And it's about to rain.

-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu