Protogen should output warnings and errors in the same format as a compiler, so that IDEs can provide a proper UI for users to click on, which will take them directly to the faulty line of the xml file.
Had to write my own xml parser (boy is that lame), but errors and warnings now include line numbers, and are properly formatted to be understood by IDEs.
Protogen should output warnings and errors in the same format as a compiler, so that IDEs can provide a proper UI for users to click on, which will take them directly to the faulty line of the xml file.