Nearly all items that Travis listed are fully supported by me because it make sense.
Only the following I do not understand:
If you intend to say that the part description itself must not have leading whitespace I am with you. But I see no reason to force the people to start the file with '0' + 'whitespace'.
My parser just looks for the first non whitespace charater at each line and that is where I really start to parse that line.
Only the following I do not understand:
Travis Wrote:If the file contains a title (first line is a comment line), that line must not contain leading white space. (Note that part files are required to start with a comment line that is used for their title, so this means that the first two characters of all part files must be 0 followed by either space or tab.)
If you intend to say that the part description itself must not have leading whitespace I am with you. But I see no reason to force the people to start the file with '0' + 'whitespace'.
My parser just looks for the first non whitespace charater at each line and that is where I really start to parse that line.