racket/collects/test-suite/private/doc/ChangeLog
2005-05-27 18:56:37 +00:00

39 lines
1.4 KiB
Plaintext

2003/12/18
* Fixed the bug where fixed width lables didn't fit in their extents.
* Made the test-box take the caret when inserted.
* Made error reporting for out of context test-cases highlight the box.
* Made tabbing work.
2003/12/16
* Made the aligned-pasteboards work
2003/11/17
* Made event handling of the pasteboards work differently
2003/11/13
* Added tabbing.
* Corrected the handling of multiple values in test case boxes.
* Made the empty test case error hightlight the full test case. It'd be
better to have it highlight just the part of the test case that is empty
but this is not possible with the current error highlighting system.
2003/10/??
* Changed the test-suite tool to make test-case-boxes.
2003/04/23
* Added code highlighting to the "Too many expressions in a test box
error message
2003/04/16
* Added a ChangeLog
* Added a seperator to the language menu
* Removed model and window directories from private
* Added an open button which opens the program being tested in drscheme. If
the file is already open in a drscheme window, it uses the existing one.
* Fixed tabbing so that snips that are off screen are scrolled to when
they are tabbed to.
* Made the save button appear when the program to test box gets modified.
* Made the save button not appear when the test-suite is just loaded.
* Documented aligned-snip-mixin and click-forwarding-mixin in the doc.txt
of the mrlib collection.