<blockquote>
<p>This seems to happen because, when populating the Build menu, Geany <a href="https://github.com/geany/geany/blob/6aaaba6b41119cfbe3705d0c993a5cac3223f085/src/build.c#L1374-1376">sets text directly on the <code>GtkLabel</code> child of the <code>GtkMenuItem</code></a>.</p>
</blockquote>

<p>Wow, you earned like 10k credits points for finding this out in what looked like a timely manner <g-emoji alias="+1" fallback-src="https://assets-cdn.github.com/images/icons/emoji/unicode/1f44d.png">👍</g-emoji> </p>

<blockquote>
<p>The API exports functions to access the build commands, including the labels. <a href="https://github.com/b4n" class="user-mention">@b4n</a> the commander plugin should be using that, not scraping the widgets.</p>
</blockquote>

<p>Well, one of the purpose of the Commander plugin is to be able to trigger <em>any</em> 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.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/issues/462#issuecomment-232517747">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ98daGfMlFYg_1zdFok3vP5JAtePks5qVXbbgaJpZM4JL2jt">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8FNdRncOSyG64Be-qmOORs-zcDqks5qVXbbgaJpZM4JL2jt.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/issues/462#issuecomment-232517747"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>