| Commit | Date | |
|---|---|---|
|
[r2291]
by
david_costanzo
Add a "test" target that searches the Logolib directory for all problems that we also look for in the "extra". This is currently just using abbreviations that may have alternate meaning in other languages. This was motivated by the Portuguese localization, which has alternate meanings for "se", "pd", and "pe". |
2007-08-13 01:46:32 | Tree |
|
[r2290]
by
david_costanzo
Error-out if we find "se", "pd", or "pe", all of which have alternate meaning in the Portuguese version of FMSLogo. |
2007-08-13 01:44:41 | Tree |
| 2007-08-12 01:05:10 | Tree | |
| 2007-08-12 01:02:07 | Tree | |
|
[r2287]
by
david_costanzo
Extend THROW so that it can be used to throw a localized "bad input" error. This was done so that the Logolib routines can throw bad input errors and still be language-neutral. |
2007-08-12 00:53:58 | Tree |
|
[r2286]
by
david_costanzo
Extend THROW so that it can be used to throw a localized "bad input" error. This was done so that the Logolib routines can throw bad input errors and still be language-neutral. |
2007-08-12 00:44:19 | Tree |
| 2007-08-10 02:56:49 | Tree | |
|
[r2284]
by
david_costanzo
Fix bug #1609333; "Select Active Area" dialog box no longer loses UI elements after pressing CTRL+ALT+DELETE. I'm not sure what the problem was, but it looked like Z-order of the sunken label that FMSLogo was using to etch a rectangular background somehow got moved ahead of some of the other UI elements. This feels more like an OS bug than an FMSLogo bug, but I was able to work-around the problem by using a groupbox, instead of a sunken static label. |
2007-08-07 22:42:58 | Tree |
|
[r2283]
by
david_costanzo
Fix bug #1622721; FMSLogo no longer gets into a bad state when the clipboard becomes text. The bug was that turtlepaint(), which is called from the WM_PAINT message handler, threw a stopping error. This stopping error would be misinterpreted when the editor was closed, as having originated while processing the contents of the editor. The fix is to make turtlepaint() not throw a stopping error. |
2007-08-07 05:13:43 | Tree |
| 2007-08-07 05:09:31 | Tree |