| Commit | Date | |
|---|---|---|
| 2017-03-29 01:09:46 | Tree | |
|
[r4335]
by
david_costanzo
Add missing #include directives which prevented the code from compiling when precompiled headers are not used. |
2017-03-28 02:12:54 | Tree |
| 2017-03-28 00:47:11 | Tree | |
|
[r4333]
by
david_costanzo
Fix a bug in Simplified Chinese editor's "Find" functionality where, if the match included a chinese character (that is, a double-byte character), the match selection extended beyond the actual match. |
2017-03-27 03:43:12 | Tree |
|
[r4332]
by
david_costanzo
Implement Search -> Find for the Simplified Chinese editor. To make this practically useful, this revision also makes the selection visible even when the editor does not have focus (otherwise you cannot see what was found). |
2017-03-27 03:18:20 | Tree |
|
[r4331]
by
david_costanzo
Add a line break to a comment so that it didn't extend beyond 80 characters |
2017-03-27 03:15:38 | Tree |
|
[r4330]
by
david_costanzo
Fix a bug in the Simplified Chinese editor where deleting all text with the "Clear All" was not undoable. |
2017-03-26 20:24:41 | Tree |
| 2017-03-26 20:23:31 | Tree | |
|
[r4328]
by
david_costanzo
Fix a problem with the Chinese editor where, immediately after opening, the user could "undo" the editor's contents back to an empty workspace. |
2017-03-26 16:16:56 | Tree |
|
[r4327]
by
david_costanzo
Replace the wxStyledTextCtrl implementation of CLogoCodeCtrl with wxTextCtrl for languages that use multi-byte character sets. Neither wxStyledTextCtrl nor wxRichTextCtrl supported these character sets. This is a step backward in overall functionality (no styling, no printing, no searching, no paren matching), but fixes the basic blocking problem of not being able to use characters from Simplified Chinese in their programs. Some additional enhancements may be made to it, but not many, since that time would be better spent porting FMSLogo to Unicode. |
2017-03-26 15:38:40 | Tree |