Release 2.1
Release date: 01-02-2016
Application
IDE Migration from REALstudio to Xojo
The user interface of Match Developer used to be developed in the Integrated Development Environment (IDE) REALstudio. The Match Developer code has been migrated to Xojo, the successor of REALstudio, to assure compatibility with newer versions of Windows and MacOS.
Special characters are avoided in file names
Some special characters are not allowed as part of a file name. For example, on Windows ‘\’, ‘/’, and ‘*’ are not allowed. On MacOS ':' is not allowed. To prevent saving errors due to the file name, Match Developer warns when such characters are used in the file name.
General
Integrity is checked also when the KB contains no tables
Previously a knowledge base without tables was considered trivial. So the IC did not run. Now there are more kinds of KB objects, such as frames, frame instances and their relations (constraints). The IC checks them separately.
Scrolling using a mouse wheel and track pad improved
It should now be possible to scroll using the mouse wheel or track pad.
Knowledge Tables
Improved resize behavior of tree view window
The size calculation for the canvas used to visualize the tree view has been improved. As a result, there is no longer unnessary empty space when the tree view is exported to an image file.
Bugfix: changing the order of table rows no longer influences instance variables
Dragging and dropping rows in a knowledge tables influenced the instance variables within a table. This is no longer the case.
Improved saving of instance variables
It is no longer occurs that tables contain instance variables that no longer exist in the knowledge model.
Frames
Improvements frame graph
- Changes to frames that impact frame constraints result in immediate updates of the frame graph.