public static Panel view_AstNodes_SourceCode_Locations(this O2MappedAstData astData, List <AbstractNode> astNodes)
        {
            var topPanel = O2Gui.open <Panel>("INodes Source Code Viewer", 700, 400);

            return(astData.view_AstNodes_SourceCode_Locations(astNodes, topPanel));
        }