resharper-devguide icon indicating copy to clipboard operation
resharper-devguide copied to clipboard

Document changes to Actions system

Open citizenmatt opened this issue 10 years ago • 2 comments

Lots of changes in Actions:

  • [ ] Bulk actions (see #10)
  • [ ] IActionHandler replaced by IExecutableAction
  • [ ] Action IDs
  • [ ] IActionRequirement
  • [ ] Async
  • [ ] Keyboard shortcuts declared in ActionAttribute
  • [ ] Action groups defined in code
  • [ ] IActionDefWithId and bound actions
  • [ ] When to use ActionAttribute or ActionHandler attribute?

citizenmatt avatar Dec 09 '14 10:12 citizenmatt

I'm hoping as part of the "Action Groups defined in code" item, that you'll include guidance on how to dynamically create action items for that group? i.e. I'd like to be able to run code to determine which action items are in a group.

jonstelly avatar Dec 23 '14 18:12 jonstelly

No dynamic actions anymore in version wave01. All actions must be predefined statically in C# code (declarative C# replaces actions.xml).

hypersw avatar Dec 23 '14 20:12 hypersw