Re: [ANN] Edita 0.2.9 uploaded
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> May 20, 2007
- 543 views
DB James wrote: > Hi Pete, > > Some early feedback on the new Edita: > > First, thanks for the huge effort and try to forget the tab-8 hassle > > -i changed my colors to my preferred black background with appropriate > changes to the other colors. This caused a formatting problem when I > clicked the '?' button, so I exited Edita, and re-loaded. This time the > '?' gave a black screen with black letters. Good catch. In eaqj.ew, there are two instances of
void = c_func(xSetBkMode , {wParam, TRANSPARENT}) return {backBrush}
which need a
void = c_func(xSetTextColor, {wParam, ColourTab[Other]})
before them. > > -When I loaded a .ew file, the Run was grayed-out, so no error check could > be done. In fact, maybe a feature could be added: allow an error-check run > on any file without actually running it. Automatically saving an .ex or > other runnable file as a temporary .e or .ew, etc file and running that > would be a way. While I've disabled the toolbar and menu entries for .ew files on request, you can still press F5 to do this. > -No tooltips showed for me if you had them. Strange, they work fine here. > > -Minor issue: the bottom of your manual is run-together in the browser. Thanks, I'll fix that. > -I clicked on MANUAL and got the web copy, though I have a copy on my > machine. Can you give an option for this, or something editable in the > .ini file? Assuming you have installed in C:\Program Files\Edita, it checks for C:\Program Files\Edita\docs\manual.htm. Regards, Pete