ide: fix lack of support of variables in node path for find in files.
[sdk] / ide / src / dialogs / NodeProperties.ec
index 4cc58dc..dd56f30 100644 (file)
@@ -183,7 +183,7 @@ class NodeProperties : Window
             {
                char filePath[MAX_LOCATION];
                Window document;
-               node.GetFullFilePath(filePath, true);
+               node.GetFullFilePath(filePath, true, true);
                if(FileExists(filePath))
                   ide.projectView.OpenNode(node, key.ctrl && key.shift);
                else