release version flag on saved file

hello,

It would be practical to be able to flag the saved file in incremental save with a text in the file name so we can easily spot a working version in the developping process.

When saving we could have a checkbox like “release version” and the file would be

fileName.1.toe
fileName.2.toe
fileName.3.V1.toe
fileName.4.toe
fileName.5.toe
fileName.6.V2.toe

thanks

While not built-in, check out the new onProjectSave callbacks in the Execute DAT. These should make it easy to pop open your own save dialog for renaming the file like this, saving external .tox files, and more. Share in the .tox forum if you come up with something cool.