wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

In source code panels, display known wxWidgets controls as a hyperlink

Open KeyWorksRW opened this issue 2 years ago • 1 comments

Description:

It should be possible for source code views to use hyperlinks for known wxWidgets controls. This would generate a wxEVT_STC_HOTSPOT_CLICK event. On Windows, this would switch to the Docs panel and display a URL for that control in the current Panel's language. For Unix, until webview is working, this would mean passing the URL to the default browser.

KeyWorksRW avatar Dec 03 '23 15:12 KeyWorksRW

With the new captch requirements for wxWidgets C++ documentation, we can't display the documentation in the docs window. Unless the captcha requirement is removed, or we decide to ship/install the webview2 distribution files, this isn't going to work for C++. It could, however, work for wxPython and wxRuby.

Randalphwa avatar Sep 05 '25 15:09 Randalphwa