Preferences supporting TAB
Posted: Mon Feb 28, 2005 8:32 am
I recently reformatted a preferences file using TAB characters and the values were no longer being read in properly. I would like to be able to use TABs and Spaces for formatting preference files. Does anyone else have this trouble? I haven't tried it on another computer yet and don't think it's a bug so I thought I'd post this here.
From this :
To this :
From this :
Code: Select all
[Screen]
width=1280
height=1024
Code: Select all
[Screen]
width=1280
height=1024