Open delphidabbler opened 2 months ago
It is currently possible (v2.15.1) to load macros with invalid names if the .vi file is altered by hand.
It would be useful to flag them as such in the View Macro Values dialogue box.
Bad macro names are dumped by the code that resolves macros. This code would need to be rewritten to record them.
For include macros it may be useful to record the name of the include file too.
It is currently possible (v2.15.1) to load macros with invalid names if the .vi file is altered by hand.
It would be useful to flag them as such in the View Macro Values dialogue box.