WrapEarnPass created an issue (geany/geany-plugins#1574) As noted in #1571, it may be beneficial to stop flipping the state of all the s_popup_menu children on each context change.
This would allow actual context menus, rather than having to gtk_widget_set_sensitive/gtk_widget_hide/gtk_widget_show individual widgets. This would add up to 8 GtkWidgets as containers, but the existing s_popup_menu.widget children should be able to be shared between the new containers. Ensure that any new s_popup_menu container widgets are added to the popup_menu_cleanup(); which was added in #1571 Consider implementing a s_popup_menu.close to be shown if a workbench is open to complete parity with the Tools>Workbench menu. Depends on #1571, and #1565 as both have changes in the context menu which will conflict with this restructuring. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1574 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/[email protected]>
