<p></p>
<p><b>@kugel-</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/3059#discussion_r772675527">src/tagmanager/tm_tag.h</a>:</p>
<pre style='color:#555'>> @@ -94,14 +101,15 @@ typedef struct TMTag
        TMSourceFile *file; /**< File in which the tag occurs; NULL for global tags */
        gulong line; /**< Line number of the tag */
        gboolean local; /**< Is the tag of local scope */
-       guint pointerOrder;
+       guint flags; /**< Additional flags */
</pre>
<p dir="auto">This adds Doxygen documentation for the member, which traditionally approves it for plugin use. Is that your intention? Otherwise I would add a simple comment (like with kind_letter) until someone officially requests this member to be part of the API.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/3059#discussion_r772676687">src/tagmanager/tm_workspace.c</a>:</p>
<pre style='color:#555'>> @@ -836,7 +836,7 @@ find_scope_members (const GPtrArray *tags_array, const gchar *name, TMSourceFile
 
                        /* anonymous type defined in a different file than the variable -
                         * this isn't the type we are looking for */
-                       if (tm_tag_is_anon(test_tag) && (file != test_tag->file || test_tag->file == NULL))
+                       if (tm_tag_is_anon(tag) && (file != test_tag->file || test_tag->file == NULL))
</pre>
<p dir="auto">This confuses me and Github draws the indentation strangely.</p>
<p dir="auto">Anyway, I seems wrong to do s/test_tag/tag/, don't you think?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/3059#pullrequestreview-836824523">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ2XYYEQEE7BUU4JHFDUR6NHXANCNFSM5KMJEVBQ">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAIOWJ6YWC3NCTJCLL67NBTUR6NHXA5CNFSM5KMJEVB2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOGHQO3SY.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><geany/geany/pull/3059/review/836824523</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/3059#pullrequestreview-836824523",
"url": "https://github.com/geany/geany/pull/3059#pullrequestreview-836824523",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>