Skip to content

Did you think about manifest auto generation #77

@ebattulga

Description

@ebattulga

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions