| Commit | Date | |
|---|---|---|
|
[r4341]
by
david_costanzo
Fix a problem with the Simplified Chinese commander input where pressing the up arrow after pasting multiple lines of Logo code didn't move the insertion point, and so you couldn't get up to the commander input. Rather than implement a LineUp() that emulates an up-arrow, I decided that the cleaner approach was to let the underlying control handler the up arrow however it sees fit. This works equally well for wxStyledTextCtrl and wxTextCtrl. |
2017-04-02 15:43:02 | Tree |
|
[r4340]
by
david_costanzo
Implement CLogoCodeCtrl::GetCurrentLine for the Simplified Chinese version to fix a problem in the commander where pressing the up arrow after multiple lines had been pasted into the input would give focus to the command history, instead of scolling up within the command input. |
2017-04-02 14:39:01 | Tree |
|
[r4339]
by
david_costanzo
Add support for File -> Print in the Simplified Chinese build of FMSLogo. |
2017-04-02 05:00:40 | Tree |
|
[r4338]
by
david_costanzo
Implement the ReplaceAll functionality for the Simplified Chinese text editor. |
2017-04-01 22:16:02 | Tree |
|
[r4337]
by
david_costanzo
Add an error message to configure-wxwidgets.sh when no parameter is given. This will help others who need to run the configure script. |
2017-04-01 22:11:26 | Tree |
| 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 |