- Messages
- 33,943
- Country
Hi all,
I'm working on some new scenProc features but these will result in changes of the SPC file syntax. For example the filters will be defined differently. For example:
will become:
Also some steps will be renamed or get a different amount of attributes.
I have been thinking that I could add a feature that automatically tries to update the script to the new syntax when you load it. But since I probably can't guess the users intentions fully, this will not be a fool proof conversion.
So the question is, do you prefer a automatic conversion that works half or do you prefer to update it all manually?
I'm working on some new scenProc features but these will result in changes of the SPC file syntax. For example the filters will be defined differently. For example:
Code:
FTYPE=POLYGON;type=forest;type!pine
will become:
Code:
FTYPE=POLYGON AND type=forest AND type<>pine
Also some steps will be renamed or get a different amount of attributes.
I have been thinking that I could add a feature that automatically tries to update the script to the new syntax when you load it. But since I probably can't guess the users intentions fully, this will not be a fool proof conversion.
So the question is, do you prefer a automatic conversion that works half or do you prefer to update it all manually?