SQL: Show variables in the symbol list

This commit is contained in:
Colomban Wendling 2013-06-26 15:31:42 +02:00
parent 08fe915ce8
commit 3ba9bd34db

View File

@ -985,6 +985,7 @@ static void add_top_level_items(GeanyDocument *doc)
&(tv_iters.tag_macro), _("Triggers"), "classviewer-macro",
&(tv_iters.tag_member), _("Views"), "classviewer-var",
&(tv_iters.tag_other), _("Other"), "classviewer-other",
&(tv_iters.tag_variable), _("Variables"), "classviewer-var",
NULL);
break;
}