From 551b7f4253ad4c313c81193c8079ff10aaee95d9 Mon Sep 17 00:00:00 2001 From: Tomasz Morcinek Date: Mon, 20 Oct 2014 13:34:55 +0200 Subject: [PATCH] Updating project description in plugin.xml --- META-INF/plugin.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/META-INF/plugin.xml b/META-INF/plugin.xml index d7f36d8..aaa5b71 100644 --- a/META-INF/plugin.xml +++ b/META-INF/plugin.xml @@ -6,13 +6,15 @@ Android Code Generator Plugin -
+

Author

+ Author of this plugin is Tomasz Morcinek.
+ Public github profile: https://github.com/tmorcinek. +

Repository

Project on github android-codegenerator-plugin-intellij -
-
+

Description

Plugin parses xml file, and retrieves data about all the views that contain android:id attribute.
Plugin collects information about view's type and id. Based on that, plugin generates fields, assignment, imports and methods.