| Commit | Date | |
|---|---|---|
|
[r4724]
by
david_costanzo
Fix Bug #522; Patch wxWidgets to use the ANSI keycode as-is when handling WM_CHAR events Note that this is a change to the wxWidgets library, not to FMSLogo. The problem was that it was trying to take an ANSI character code, thinking it was Unicode, and then converting it to ANSI. When this invitably failed for non-Latin characters, wxWidgets would default to 0, which manifested itself as [NUL] when typing into the editor. Since the key code is already ANSI, there's no reason try to convert it to ANSI. This revision also updates the change I had made to ScintillaWX.cpp to instead match the change which the wxWidgets developers made when I reported the problem to them. Now that the characters can't ever be over 255, it's safe to use the mainline change. |
2019-01-20 15:25:54 | Tree |
| 2019-01-19 02:49:49 | Tree | |
| 2019-01-16 02:13:20 | Tree | |
| 2019-01-13 15:30:05 | Tree | |
|
[r4720]
by
david_costanzo
Translate the documentation for the DIALOG commands into Spanish. |
2019-01-13 15:24:23 | Tree |
|
[r4719]
by
david_costanzo
Change translation of "closing brace/bracket" |
2019-01-13 15:20:56 | Tree |
|
[r4718]
by
david_costanzo
"si cierres" -> "si cierras" |
2019-01-13 15:18:02 | Tree |
|
[r4717]
by
david_costanzo
Replace "parar" with "terminar" |
2019-01-13 15:15:23 | Tree |
|
[r4716]
by
david_costanzo
Fix an inconsistency with the parameter names given in the synopsis and the names used in the description. |
2019-01-13 15:12:29 | Tree |
|
[r4715]
by
david_costanzo
Translation the documentation for the WINDOW* commands into Spanish. |
2019-01-12 22:51:02 | Tree |