KeyWorksRW / wxUiEditor

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

Improve node selection handling in language panels #1380

Closed Randalphwa closed 8 months ago

Randalphwa commented 8 months ago

This PR creates special functions for handling a selected node when one of the Language panels is displayed. Using functions means there can be a lot more logic for specific nodes such as Image List images and Ribbon tools and buttons. Otherwise, the main search functions would become increasingly long and complex, making it harder to find the code for handling a specific node type.

Closes #1377