creating a new plugin
hello...i created my own plugin that measuring a metric...this plugin take its inputs from a file that this file is plantuml language...
i want my plugin be an extra option in plantuml plugin...now plantuml is a separate plugin and my plugin that take its inputs from a file is separate...how can i fix this?i dont want take my inputs from a file...i want take them from plantuml plugin an my plugin activate by a click on a menu in the plantuml plugin
Please sign in to leave a comment.
I'm not quite understand what do you mean by "i want take them from plantuml plugin". You may add dependency on plantuml plugin and add your actions into menus registered in plantuml plugin.
thanks.and how can i create a file in my package?i created a file but it can not generate...i want give input to my plugin from a file in plugin package