<p>In <a href="https://github.com/geany/geany/pull/406#discussion_r52834340">src/symbols.c</a>:</p>
<pre style='color:#555'>> +                            TAG_COLUMN, tmtag, -1);
> +
> +          g_free(text);
> +          g_free(fname);
> +          first = FALSE;
> +  }
> +
> +  path = gtk_tree_path_new_first();
> +  gtk_tree_view_set_cursor (GTK_TREE_VIEW(tag_goto_tree_view), path, NULL, FALSE);
> +  gtk_tree_path_free(path);
> +
> +  gtk_window_present(GTK_WINDOW(tag_goto_popup));
> +}
> +
> +
> +static gint compare_tags(gconstpointer ptr1, gconstpointer ptr2)
</pre>
<p>not directly clear how it sorts the tags, so maybe either rename the function to be explicit, or at least add a small comment so one doesn't have to read the body just to get "ah, k, just sorts by basename, then line" :)</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#r52834340">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ82Ul9NwMkhrn9EnquZ6q5rx6mN4ks5pj6BhgaJpZM4DUzez.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#r52834340"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>