1. Pete:Edita 017
- Posted by Al Getz <Xaxo at aol.com> Jul 05, 2005
- 666 views
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"
2. Re: Pete:Edita 017
- Posted by cklester <cklester at yahoo.com> Jul 06, 2005
- 648 views
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/
3. Re: Pete:Edita 017
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jul 06, 2005
- 662 views
- Last edited Jul 07, 2005
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.) 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?
4. Re: Pete:Edita 017
- Posted by cklester <cklester at yahoo.com> Jul 07, 2005
- 811 views
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/
5. Re: Pete:Edita 017
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jul 07, 2005
- 706 views
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
6. Re: Pete:Edita 017
- Posted by cklester <cklester at yahoo.com> Jul 07, 2005
- 648 views
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/