KeyWorksRW
KeyWorksRW
### Description: If the C++ generate_cmake checkbox is unchecked, then the cmake_file option should be grayed out. It's confusing to enter in a filename only to have no .cmake file...
### Description: If you aren't using a derived class, then the class header file should use class forward declarations rather that header files for any parameter or member variable that...
### Description: Something Windows resource editors have always had is the ability to check for duplicate accelerator keys. So for example, if you had the following: ``` m_MenuBar->Append(menu, _tt("&File")); m_MenuBar->Append(menu,...
### Description: There are a few places where we use multiple pairs of properties (see issue #600 for an example). Currently, we require the user to enter some kind of...
### Description: This class makes the most use of filenames, so switching to wxFileName should provide a good template for also changing other classes that need to work with filenames...
### Description: With the switch to wxWidgets 3.3 with UTF8 set for all strings, the advantage of using ttString for handling filenames and directories using the `std::filesystem` functions is mostly...
### Description: Pugixml 1.15 has been release and apparently includes the std::string_view capabilities that we added via our copy of a fork that contained them. It would make sense to...
### Description: Anywhere the platforms property is allowed should also allow a constant conditional which if set would only include the widget if the constant is true (or false --...
### Description: There is an issue with wxStatusBar not supporting wxSB_RAISED and wxSB_SUNKEN on Windows. Not supporting them is expected behaviour when using a manifest that supports version 6 of...
### Description: I'm not entirely sure this is feasible, but it could be handy for anyone writing help text for menus, tools, etc. to have a spellchecker as part of...