OK, I'll assume I've got the correct version for now...I'll have a good look through it to check and if there are any problems I'll sort them out later today (I'm supposed to be going out with the family right now ).Eric Walch wrote:
I uploaded it twice. I don't know if you have the most correct version now. The windows parser was always very forgiving with syntax errors. And there were two definitions for some syntaxes. e.g. for windows is was always allowed to terminate the last item in an array with a comma. Under the Mac OSX 10.4 this resulted in errors. A comma was not allowed as terminator of the last array entry. With OSX 10.5, apple has adopted a syntax that does allow the comma at that place and the plist editor that ships with OSX 10.5 and 10.6 now adds that comma at that location. Very frustrating for me, as I know this will give errors on older mac OS. For my private use I prefer my newer editor, but I always try to make sure I re-save the plists with the old editor to get the syntax work for all OS systems.
My first upload was saved with my normal plist editor. (Changed also all the indentation as you probably noticed).
My parser is usually very fussy where closing semi-colons are concerned. It finds them all the time
Ho Hum!