Re: Pete:Edita 017
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Jul 06, 2005
- 661 views
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?