| Commit | Date | |
|---|---|---|
|
[r4347]
by
david_costanzo
Formally thank Pachleng for translating the FMSLogo GUI into Simplified Chinese, for being the first person to report on his experience with the HOWTO-BUILD.TXT, for assisting with the fix of the "half character" bug. |
2017-04-03 02:20:32 | Tree |
|
[r4346]
by
david_costanzo
Stop ignoring wxfmslogo-*.exe. No installer by this name is built as of FMSLogo 7.0.0. |
2017-04-02 20:59:59 | Tree |
| 2017-04-02 20:57:15 | Tree | |
| 2017-04-02 20:50:44 | Tree | |
|
[r4343]
by
david_costanzo
Fix a potential source of confusion in the Simplified Chinese translation of FMSLogo where pasting text into the commander's input that happened to end in a newline looked like nothing was pasted (because all you would see is the final, blank newline). Now the text is trimmed when pasting, the same as the mainline version. This change also revives similar functionality when compiled against wxWidgets 3.0.0 (as, for example on Fedora Core 25). In both cases, the ocde was copied from the 6.35.0 version. |
2017-04-02 20:19:55 | Tree |
| 2017-04-02 19:58:31 | Tree | |
|
[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 |