Edita 0.0.8
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Mar 01, 2005
- 585 views
Edita 0.0.8 released: http://palacebuilders.pwp.blueyonder.co.uk/edita.htm 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