IDe v0.18.6p on home page
- Posted by "Judith" <camping at txcyber.com> Feb 21, 2004
- 468 views
Please find the latest release of IDE at http://user.txcyber.com/~camping/judith.html which has the following bug fixes and enhancements: !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. If user has crash_file specified in coding, then IDE will look for that file instead of ex.err in projectDir. If Code Editor is open when a control is renamed, it now stays open. Adding a Module to project after Save in Code Editor no longer causes IDE to crash. Selecting a control from Project View and then requesting delete resulted in the wrong controls being deleted. MonthCalendar may be resized in Design by changing Fonts. Fixed problem in createEx of Find/replace controls in syntax in preparation for next win32lib. Some controls overlapped and group radio buttons incorrectly parented. 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 Since most of the time files opened in editor will be Euphoria files, all files may now be syntax colored. 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 using ToolBar Icon did not fire. When UnDo a layer delete or window delete results in extra layer tabs 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 Win32lib. Changed parent of Code Editor to 0 from "Controls" in preparation for next Win32lib. Saving project and subsequent reload inadvertantly removed Layer Tabs without controls. Comment/Uncomment fixed. Fixed loading a project created prior to Layering with multiple windows which might crash when change windows in Design or Menu Run. Configuration item Single Instance when unchecked and IDE reloaded was not used to set multiple instance. Fixed bug in Syntax: when user presses Enter key and cursor is on a tab position, syntax tabbed the source and then inserted a blank line. Fixed bug where Parenting when there are multiple layers might not be correct for controls in containers. When using Project View to access ClassModule code, and enter data into a control in a window and then click a node for a control in another window, the first set of code was not saved.