This seems to happen because, when populating the Build menu, Geany sets text directly on the
GtkLabel
child of theGtkMenuItem
.
Wow, you earned like 10k credits points for finding this out in what looked like a timely manner
The API exports functions to access the build commands, including the labels. @b4n the commander plugin should be using that, not scraping the widgets.
Well, one of the purpose of the Commander plugin is to be able to trigger any menu item generically, without duplicating every feature (or at least knowing about it and labeling it). So I'd rather not special case the build commands if it can be avoided.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.