hi,
i am working on a processing project together with a friend. to avoid running into problems due to working on different versions of the project i was thinking about including a version counter into the project (sth like "current version: 0.143").
to avoid manually adjusting this counter (because that would be source of errors just as much as having no version counter at all) i want this counter to increase automatically by i.e. 0.001 every time the project is saved.
is there a way to catch the editors save process?
i am working on a processing project together with a friend. to avoid running into problems due to working on different versions of the project i was thinking about including a version counter into the project (sth like "current version: 0.143").
to avoid manually adjusting this counter (because that would be source of errors just as much as having no version counter at all) i want this counter to increase automatically by i.e. 0.001 every time the project is saved.
is there a way to catch the editors save process?
1