A hotkey Ctrl-F1 to JSON options.

Добавлена справка "Ctrl-F1" по командам редактирования настроек JSON.
This commit is contained in:
lsv 2026-02-27 12:08:43 +05:00
parent b1733622e2
commit 90c328085e
3 changed files with 71 additions and 25 deletions

View file

@ -280,6 +280,7 @@ wxString qtIdent(const wxString &value); // add " if necessary
wxString qtTypeIdent(const wxString &value); // add " if necessary
bool make_identifier(const wxString &strname, wxString &s, wxString &n, bool islower);
void showHelpHtml(wxWindow *parent, const wxString &htmlHelp,wxPoint screenPos, wxSize size);
#endif