Re: Edita 0.0.8
- Posted by Al Getz <Xaxo at aol.com> Mar 01, 2005
- 527 views
Hi again Pete, Looks like it's coming along nicely. Here are a few notes that might help... 1. Couldnt run the program because it would exit in file 'easinst.ew' line 29. After i remmed this line out ie 'abort(0)' changed to '--abort(0)' it ran ok. I ended up enumerating all the 'abort(0)' calls with ?1, ?2, ?3, etc followed by 'sleep(1)' so i would know where the program was aborting (the number would print out which would correlate to the particular abort call). In other words: ?3 --typical sleep(1) abort(0) 2. Cant find the 'column mode' text selection option which was working last version. 3. The only way to activate the upper window (with message area open) seems to be to operate the scrollbar at least once. The mouse click doesnt help sometimes. 4. Sometimes typing at the end of the line until the caret reaches the vert scrollbar causes a caret to be permanently shown at the end of the line until some window update erases it. This is rather superficial however because it doesnt seem to hurt anything else. I havent tested everything yet, but at least this is a start right? Take care, Al And, good luck with your Euphoria programming! My bumper sticker: "I brake for LED's" Pete Lomax wrote: > > Edita 0.0.8 released: > <a > href="http://palacebuilders.pwp.blueyonder.co.uk/edita.htm">http://palacebuilders.pwp.blueyonder.co.uk/edita.htm</a> > > Added support for drag and drop files. > > Added single instance handling and open file(s) specified on command > line. > > Now checks for files needing saving before close. > > Rewrote menus and added translation (see eatext_de.e and eatext_en.e) > Language choice is based on control panel, regional settings (see also > eaxlate.e). > > Made the horizontal and vertical scrollbars attach to the edit area, > not the entire window. Added "Permanent Scrollbars" option to reduce > screen flicker when switching tabs. If this is set, the horizontal and > vertical scroll bars, if in use, remain visible, so the window does > not need a full repaint when switching between long/wide sources and > short/narrow ones. > > Added most of the code for Run (F5), but... > > Rewrote capture console output code as discussed on EUforum. > [I seriously lost the plot here. > a) ex vs exw vs exwc... > b) crashes on 2.4 exwc if a gui program... > c) think I need to start project management to finish this off > Running a gui program on exwc (2.4) has problems... See: > --DEV Pete's test for running 2.5 (on C:) not 2.4 (on E:): > in eacons.ew, and -- WARNING: ReadFile may crash on 2.4: > in eacons.exw. It works alot better on 2.5 (exwc) than 2.4. > I will be grateful for any help/full test in this area ) > d) I may have made some desperate/wrong choices here! ] > > BUGFIX: undo/redo of (un)comment/indent always applied to line 1. > > Completed tab context menu and associated directory handling. > > Added Ctrl Shift PageUp/Down to re-order file tabs. > (but gave up on the [minor] screen flicker issue) > > Added I-Beam cursor when over edit area. > > Edita now opens readme.txt when it is first installed (ie no edita.ini > file) > > Completed line length handling (for the horizontal scrollbar). > > Regards, > Pete > >