Starters (fixes)
- Fix for occasional crashes on selection of visual elements in the preview grid
- Fix for wrong initialization of the built-in types, clPoint and clSize, when initial values are assigned in the Header
- Fix for the clIntRange type property editor - the values have not been updated if the focus was switched to the main menu
- Fix for frequent application crashes on accessing array proxies in Proxy Panel
- Fix for selection of the pattern type on Random Dot element
- Fix for giving a warning message on loading experiments with previously deleted events
- Fix for updating Roulette properties on the Status screen
- Fix for IsOver property of ROI element- its values now persists after deactivating the parent event
- Fix for progress bar’s animation when the GUI animation setting is off
Main Courses (Changes and new features)
- New handling for application’s critical errors – a backup of an experiment can be always saved when the program crashes
- New module for automatic submission of bug reports though the web
- Change detection mechanism that warn on closing an unsaved experiment
- New, more reliable code parsing for Header snippet
- Staircase element is reworked and improved
- Support for Arrington Research eyetrackers is added (though, still in a testing stage)
- New element supporting signal output specifically to the counter channels on the National Instruments boards
- Usability improvements in properties of all parallel port elements
Desserts (new cool features)
- Support for the famous real-time computer vision library, called OpenCV, is in probing for EventIDE. Some visual kernels elements are now being reworked with OpenCV, with a dramatic increase in rendering speed. Soon the new elements will be added to the public version of EventIDE.
- Generic lists can be now used in snippets, e.g. declaring a dynamic list of double values: List<double>=new List<double>();