add macro to combobox

This commit is contained in:
Evgenii Alekseev 2016-07-14 13:23:49 +03:00
parent d90d9e2c6f
commit 7836fbf77f

View File

@ -279,7 +279,7 @@ Item {
if (model[currentIndex]["regexp"] == "functions")
tags.model = ["{{\n\n}}", "template{{\n\n}}",
"aw_all<>{{}}", "aw_count<>{{}}", "aw_keys<>{{}}",
"aw_names<>{{}}"]
"aw_macro<>{{}}", "aw_names<>{{}}"]
else
tags.model = awKeys.dictKeys(true, model[currentIndex]["regexp"])
if (debug) console.info("Init model", tags.model, "for", model[currentIndex]["label"])