We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81229cc commit 77ff5b1Copy full SHA for 77ff5b1
procedures/CodeBrowser.ipf
@@ -953,9 +953,6 @@ Function/S getModuleList()
953
moduleList = ListMatch(moduleList,"!RCP*",";") // skip WM's Resize Controls modul
954
String module = GetIndependentModuleName()
955
956
- if(!debuggingEnabled && !isProcGlobal(module))
957
- moduleList = ListMatch(moduleList,"!" + module,";") // skip current module
958
- endif
959
moduleList = "ProcGlobal;" + SortList(moduleList)
960
961
return moduleList
0 commit comments