1. IDE v0.18.6p on home page
- Posted by "Judith" <camping at txcyber.com> Feb 21, 2004
- 596 views
Please find latest IDE at http://user.txcyber.com/~camping/judith.html was has fixes and enhancement below. Bugs fixed: --Fixed problem in createEx of Find/Replace controls in syntax in preparation for next win32lib. Some controls overlapped and group radio buttons incorrectly parented. --When user keyed something like "abif" editor would autocomplete with "then..end if" in error. "if" did not autocomplete at the 3rd and later nesting. Applied same fixes to the other autocompletes. --Window Delete from ToolBar Icon did not fire. --When UnDo a layer delete or window delete results in extra layer tabs --UnDo a deleted control crashed IDE because layer information not saved for Undo. --When repeatedly maximized/restored Form Design it kept moving down IDE's screen. --If Window's Style Explorer generated ClassDefaults for ChildWindow when project was reloaded the ClassDefaults were placed into Class and ClassDefaults were lost. --Fixed IDE's w32HClose routine to properly set up close of Code Editor and avoid an error message from next Win32lib. --Changed parent of Code Editor to 0 from "Controls" in preparation for next Win32lib. --Saving project and subsequent reload inadvertantly removed Layer Tabs which didn't have controls. --Fixed bug when selecting control from Project View and then requesting delete and the wrong control gets deleted. --Adding a Module to project after Save in Code Editor no longer causes IDE to crash. --!Menu always showed cursor at line 2 regardless. --Sometimes when new ex.err not found by IDE and old one used the statement line pointed to by the ex.err doesn't exist and IDE crashes. --WinPos and TaskBar was not reloaded from project file for additional windows. Enhancements: --MonthCalendar may be resized in Design by changing Font. --Code Editor's List of Controls is now next to Line Number gutter. The List is in the y,x order on Design. --Added a new window accessable from Code Editor which allows user to view all user's coding in controls\events. Code may be copied and pasted into Code Editor. Code may not be modified in the View. --Added setWarning(0) in IDE.exw --If Code Editor is open when a control is renamed, it now stays open. --If crash_file is found in user's coding (but not in an include file) that file will be used for ex.err.