- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
When I click "undo" or "redo", I'd like to know what I'm undoing. Show a list of undo actions, similar to how Word or Visual Studio work. This would also allow us to undo multiple actions at once rather than telling Inventor to undo over and over again.
Like Word would be convenient, but like Visual Studio would be better. Keep a long list of the actions we've done and give it a scroll bar.
Also, I read somewhere that closing a document clears the undo history. If I'm remembering correctly, can that be fixed?
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
Another addition to this, on the api side of things we can define a transaction so programmatic functions are grouped together into a single undo function. It would be helpful if we could programmatically assign a name or description to that transaction/undo action.
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
The list is possible, there are several things that truncate the undo stream (close, LODs, etc.) That is unlikely to change in the near future, it is a very difficult issue given our design.
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
That's understandable, though inconvenient. To bring the request down to its simplest version, even if undo itself behaves no differently than it does now, my request is this:
- Add a description of what each undo action does
- Put undo actions in a dropdown list
- Modify the api for transactions accordingly(so we can enter a description if our command is undone)
None of that should modify the main logic behind your undo/redo functions.
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
- Mark as Read
- Mark as New
- Bookmark
- Highlight
- Email to a Friend
- Report Inappropriate Content
I agree that this would be useful.
In the meantime, bsee1, you might have already known this, but if you hover over the undo button, Inventor tells you the most recent action (the action you're about to undo if you click "undo"). It doesn't list the past several undos, which would be nice, but it at least lets you know what you're getting yourself into with each individual undo.
