From 4dd2722c607e590bfd6f6f106630e574bd07df83 Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Mon, 19 Jan 2015 14:28:27 +0100 Subject: [PATCH] [code] register actions stub (this part needs to be extracted) --- register_actions/META-INF/plugin.xml | 37 +++++++++++++++++++++++++++ register_actions/register_actions.iml | 12 +++++++++ 2 files changed, 49 insertions(+) create mode 100644 register_actions/META-INF/plugin.xml create mode 100644 register_actions/register_actions.iml diff --git a/register_actions/META-INF/plugin.xml b/register_actions/META-INF/plugin.xml new file mode 100644 index 000000000..12a5e9254 --- /dev/null +++ b/register_actions/META-INF/plugin.xml @@ -0,0 +1,37 @@ + + org.jetbrains.plugins.sample.RegisterActions + Sample plugin for working with IntelliJ Action System + 1.0 + JetBrains + + Illustration of Action System + + Initial commit + + + + com.intellij.modules.lang + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/register_actions/register_actions.iml b/register_actions/register_actions.iml new file mode 100644 index 000000000..8ab62dee5 --- /dev/null +++ b/register_actions/register_actions.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file