Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Wed, 26 Jun 2013 14:33:35 UTC Commit: 3ba9bd34db028c73d2198dd3382e4c1176105ec7 https://github.com/geany/geany/commit/3ba9bd34db028c73d2198dd3382e4c1176105e...
Log Message: ----------- SQL: Show variables in the symbol list
Modified Paths: -------------- src/symbols.c
Modified: src/symbols.c 1 files changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -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; }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).