delphidabbler / vied

Version Information Editor for Windows
https://delphidabbler.com/software/vied
9 stars 4 forks source link

Flag invalid macro names in View Macro Values dialogue box #72

Open delphidabbler opened 2 months ago

delphidabbler commented 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.

delphidabbler commented 2 months ago

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.