Incremental Save!
Feature Request: Incremental Save
Feature Details:
Most of us designers use a user generated save (eg _1,2,3 Final, Final_1,Final2, Final_Final_01, etc). This feature simplifies that process by assigning a numerical suffix to the end of the file.
Use Cases:
Use Case 1: User has already assigned a number as a suffix.
In this case, the application would increment the current file name.
E.g: User has assigned the file name as 'ui_design_007' - then when user select 'incremental save' - the original file is saved and the new file is created called 'ui_design_008'
Use Case 2: User has not assigned a number as a suffix.
In this case, the application would assign the lowest value to the as a suffix to the current file name.
E.g: User has assigned the file name as 'ui_design0100_final' - then when user select 'incremental save' - the original file is saved and the new file is created called 'ui_design0100_final_01'
Screenshot of Lunacy App's File Tab with "Incremental Save" mocked-up art. This image also contains an example of a 3D application called Cinema 4d that uses the same 'Incremental Save' feature
Comments
@lunacy_user237651
Hello!
You mean that suffix and postfix are not enough for your case, isn't it?