Re: DialogueChecker (Latest version: V3.01, 6 June 2015)
Thank you sby... Both for taking the time to respond and your offer to help...
However, my issue is not one of how to remove... but rather how to retain and reduce error reporting in the DC. :D
BTW: Pim_gd has already solved most of this and the balance can be lived with.
sby said:got notepad++?
could probably do it with regular expression find/replace
find:
(.*:")
replace:
\1
do note that there is a space after the closing paren in the find. if you don't know how to do this and are patient enough, i could run it through the find/replace if you send me the dialog
Thank you sby... Both for taking the time to respond and your offer to help...
However, my issue is not one of how to remove... but rather how to retain and reduce error reporting in the DC. :D
BTW: Pim_gd has already solved most of this and the balance can be lived with.