| Commit | Date | |
|---|---|---|
|
[r4192]
by
david_costanzo
Fix a bug where printing a very long line did not end up with the commander history scrolling to the bottom. |
2016-08-14 23:55:50 | Tree |
|
[r4191]
by
david_costanzo
Fix a regression that was introduced during the upgrade to wxWidgets 3.1.0 where the commaner input would retain its horizontal scroll position when its text was replaced. This was especially bad when a long line was replaced by a short one, in which case the new text might not be visible at all. |
2016-07-30 20:44:42 | Tree |
| 2016-07-27 00:03:54 | Tree | |
|
[r4189]
by
david_costanzo
Add UI automation to the editor tests to relieve some of the manual burden when running a full test pass. |
2016-07-24 03:33:09 | Tree |
|
[r4188]
by
david_costanzo
Add UI automation to the STEP tests to make it easier to run a full test pass. |
2016-07-23 23:49:22 | Tree |
|
[r4187]
by
david_costanzo
Fix bug #319; SETACTIVEAREA now throws a recoverable error when given points that define a zero or negative area rectangle. Before, the error was not recoverable. Also extend the ERRACT test infrastructure to support testing giving a command bad input (before, it requires that the bad instructions output a value). This involved rewriting some of the existing callers. |
2016-07-20 03:10:29 | Tree |
|
[r4186]
by
david_costanzo
Fix the test to pass integers to SETACTIVEAREA, now that SETACTIVEAREA throws an error when given non-integral numbers. |
2016-07-20 03:08:54 | Tree |
| 2016-07-20 03:00:02 | Tree | |
|
[r4184]
by
david_costanzo
Fix an unnecessary warning when running IFTEST by replacing a call to IF with IFELSE. The call was intended to act like IFELSE, but was not testing the IF-becomes-IFELSE behavior. |
2016-07-20 02:57:28 | Tree |
|
[r4183]
by
david_costanzo
Fix an off-by-one bug that prevent cnv_node_to_intnode() from returning an int node when the number was FIXNUM_MAX. |
2016-07-20 02:40:38 | Tree |