KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
62 stars 5 forks source link

Update Preferences Dialog #1427

Closed Randalphwa closed 4 months ago

Randalphwa commented 4 months ago

This PR expands the Preferences Dialog. It adds the ability to set the font to use in the various code display panels. It also expands the colors that can be set, while removing the need to restart wxUiEditor after the user changes one or more colors. It also adds versions to wxPython and wxRuby (currently only one version available for each, but could be expanded in the future). It adds 3.3 to the C++ wxWidgets versions.

Note that the Ruby lexer doesn't support a second set of keywords, and doesn't correctly set the color for quoted strings (any of the 6 variants of string types).