ConfigUpdater Plugin v2.2.1
ConfigUpdater Plugin has released v2.2.1, available thru GitHub release page, with bugfix improvements, mostly to Validation Dialog:
Error handling for null handle ā to prevent potential crashes
Disable logfile Monitoring Mode ā it triggers callbacks for many file-changed events, which can bog down setups that use plugins/scripts that add many callbacks
Fix progress bar on ConfigUpdater dialog ā makes more-visible progress as each file is processed
ValidationDialog: say Line#123 instead of #123 in the Validation dialog error list ā Makes it more clear to the user that the number is the line number, not just some internal tracking number
ValidationDialog: Rename Done -> Close
ValidationDialog: Rename Go to Model -> Open/Align Model in Other View
ValidationDialog: Disabled Validate button when no file selected
ValidationDialog: Add ephemeral āPlease select a file to validateā choice as initially-selected āfileā for validation, which will go away once youāve made a choice
ValidationDialog: Open/Align Model now allows opening the model even when there are no validation errors (or when you havenāt even validated yet)
it was previously not allowed because the vector it was looking at to find which line number in model-file was 0-length if there were no errors (or no validation done yet); I was able to update the logic to choose line 0 if there was no selection or no validation errors
Update langs.xsd to check for duplicate <Keyword name="xyz"> entries
NOTE: if you want this feature, you have to delete the old ...\plugins\config\ConfigUpdater\langs.xsd before launching the ConfigUpdater or ValidateConfigFiles dialogs (only need to delete the file once; after it is regenerated, the new error checking will be available in the future)
Only allow one Validator dialog ā It could cause problems if more than one dialog were trying to validate at the same time, and there is no compelling reason for allowing multiple instances of that dialog