[geany/geany] 3ba9bd: SQL: Show variables in the symbol list

Colomban Wendling git-noreply at xxxxx
Wed Jun 26 14:33:35 UTC 2013


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Wed, 26 Jun 2013 14:33:35 UTC
Commit:      3ba9bd34db028c73d2198dd3382e4c1176105ec7
             https://github.com/geany/geany/commit/3ba9bd34db028c73d2198dd3382e4c1176105ec7

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).


More information about the Commits mailing list