-
-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
Every action change or add or removed always fix manifest is little complicated.
I have a idea to solve this problem by auto generate manifest from classes with attributes. For example
[PlugInActionId("com.blahblah")]
[ActionName("MyActionName")]
[Icon("...")]
[Tooltip("...")]
[State("Images/pluginState1","Top","12")]
[State("Images/pluginState2","Top","12")]
[PropertyInspectorPath("...")]
public class KeyAction:KeypadBase{
...
}I dont know what is easiest method, Post build event run script or T4 template or something.
What you think?
Metadata
Metadata
Assignees
Labels
No labels