-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
History Listener Suggestion #13
Comments
Just realized the context menu might be another similar case. |
I'm glad that the History Lister is proving useful! That's a great suggestion about the undo/redo command names when editing properties. I'll get that change in soon. What do you mean by the "context menu might be another similar case"? What commands on which context menu are you referring to? |
Sorry, that was WAY too vague haha! I meant PropertyEditingCommands, but I wouldn't be surprised if other classes derived from IContextMenuCommandProvider like GroupingCommands.cs would also benefit from it. I've only used the PropertyEditingCommands at this point. |
Thanks, Colin, for the good suggestions. |
I love the new History Listener. Its a great addition.
My tool is largely powered by a property grid so just having it say "Edit Property" isn't as useful as saying which one was edited ala Photoshop.
I'd love to see PropertyEditorControlContext have its transaction names be more specific like:
The text was updated successfully, but these errors were encountered: