diff -r c80b0d864475 -r 9812b332f350 controls/SearchResultPanel.py --- a/controls/SearchResultPanel.py Wed Mar 20 11:34:41 2019 +0100 +++ b/controls/SearchResultPanel.py Thu Mar 21 13:04:26 2019 +0100 @@ -207,9 +207,9 @@ for infos, start, end, text in results: if len(words) == 1: # CTN match child_name = {"body":str(start[0])+":", - "variable":_("Variable:")}[infos[1]] + "var_inout":_("Variable:")}[infos[1]] child_type = {"body":ITEM_CONFNODE, - "variable":"var_inout"}[infos[1]] + "var_inout":"var_inout"}[infos[1]] elif infos[1] == "name" or element_type == ITEM_DATATYPE: child_name = GenerateName(infos[1:]) child_type = element_type