You are not logged in.
Pages: 1
It's good for cases you used recently one sets of rules, and close the program. Then, the next time, you open the program and you find you need the same sets of rules you just used recently.
Happen a lot when you missed files to rename, or find it's good for another folder/files needs the same rename you just used before.
Offline
Just to clarify, you are suggesting to keep track of recently used presets?
Offline
No, this is not related to presets at all, though it can help to make new ones.
I'm talking about the recent used renaming.
For example:
From (Current) task:
1 Rule: Insert, Statement: Insert "A" as Prefix (skip extension)
2 Rule: Insert, Statement: Insert "Z" as Suffix (skip extension)
To (Prev) task:
1 Rule: Delete, Statement: Delete from Position 1 until Count reaches 2 (skip extension)
2 Rule: Delete, Statement: Delete from Position 1 until Count reaches 3 (right-to-left) (skip extension)
3 Rule: Case, Statement: Capitalize every word (skip extension)
I'm thinking about Next/Prev buttons like this
https://snag.gy/NxBAJq.jpg.
How many tasks or how long (period) the history will be logged, this is really a question should be answered by experience.
I don't know how much I will page back to find a task I made in past.
Last edited by Stamimail (2017-11-21 21:28)
Offline
+1 vote for the history buttons.
Offline
Then this is essentially an Undo/Redo feature for the rules table.
This can be implemented by storing snapshots of the rules table after every change, allowing user to go back and forth between these snapshots. However, this would capture every change, even marking or moving a rule. This won't allow you to easily jump between desired/usable setups, instead this gives you a fine control over undoing certain recent changes to the rules.
Presets, on the other hand, are designed for capturing reusable setups of rules.
Offline
Then this is essentially an Undo/Redo feature for the rules table.
Normally Undo/Redo are terms used for the current session, and unsaved when you close the program.
History will be there in the next startup of the program, and also will be there in the next restart of computer.
It needs to record the rules, when the user hit the green "Rename" button.
Offline
It needs to record the rules, when the user hit the green "Rename" button.
This functionality already exists - it is called "Save Preset". Just use it before hitting the "Rename" button.
Offline
"Save Preset" is good for future. For the next years.
"History" is good for going back to the recent jobs. (the last X jobs OR last weeks jobs), and mostly intended when you thought you were finished and closed the program without saving the preset for the time of current job.
Happen a lot when you missed files to rename, or find it's good for another folder/files needs the same rename you just used before.
Edit:
You can think about it like the difference in use in Internet Browser between:
1. Bookmarks (Save Presets)
2. History (Recent Presets)
People need them both.
Last edited by Stamimail (2017-12-14 10:31)
Offline
Pages: 1