<p>In <a href="https://github.com/geany/geany/pull/406#discussion_r52834419">src/symbols.c</a>:</p>
<pre style='color:#555'>> + case tm_tag_member_t:
> + case tm_tag_field_t:
> + return "classviewer-member";
> + case tm_tag_typedef_t:
> + case tm_tag_enum_t:
> + case tm_tag_union_t:
> + case tm_tag_struct_t:
> + return "classviewer-struct";
> + case tm_tag_namespace_t:
> + case tm_tag_package_t:
> + return "classviewer-namespace";
> + default:
> + break;
> + }
> + return "classviewer-struct";
> +}
</pre>
<p>FIXME: use the same icons as the symbols tree</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/406/files#r52834419">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJzBmIB1Qu1BsCAUStOp_IEV23hAiks5pj6HdgaJpZM4DUzez.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/pull/406/files#r52834419"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>