badWithUsername
badWithUsername
The issue is in line 2507 of lintalist.ahk: `PluginName:=Trim(StrSplit(StrSplit(PluginText,["=","("]).1,"_").1,"[]") ; v2.0 allow for plugins and functions: name= and name(` You have the pluginText being split by an underscore, taking only...
I'll say again. Fantastic app. BTW. Simply fantastic.
Hmm. But the named splits syntax doesn't require use of parens in the manner functions do and does require use of "=" in a way that functions do not. I...
I understand. Perhaps I can offer an edit for you to consider so you can keep the label check and not limit the function naming conventions otherwise permitted by AHK....