KeyWorksRW / wxUiEditor

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

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

Open KeyWorksRW opened 11 months ago

KeyWorksRW commented 11 months ago

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.