Skip to content

Instantly share code, notes, and snippets.

@breandan
Created June 23, 2015 05:18
Show Gist options
  • Save breandan/04d440ee3ded2f568557 to your computer and use it in GitHub Desktop.
Save breandan/04d440ee3ded2f568557 to your computer and use it in GitHub Desktop.
<idea-plugin version="2">
<id>com.jetbrains.idear</id>
<name>idear</name>
<version>1.0</version>
<vendor email="breandan.considine@jetbrains.com" url="http://www.jetbrains.com">JetBrains</vendor>
<description><![CDATA[
Enter short description for your plugin here.<br>
<em>most HTML tags may be used</em>
]]></description>
<change-notes><![CDATA[
Add change notes here.<br>
<em>most HTML tags may be used</em>
]]>
</change-notes>
<!-- please see https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
<idea-version since-build="131"/>
<!-- please see https://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
on how to target different products -->
<depends>com.intellij.modules.lang</depends>
<extensions defaultExtensionNs="com.intellij">
<!-- Add your extensions here -->
</extensions>
<application-components>
<!-- Add your application components here -->
<component>
<implementation-class>com.jetbrains.idear.Idear</implementation-class>
</component>
<component>
<implementation-class>com.jetbrains.idear.SpeechService</implementation-class>
</component>
</application-components>
<project-components>
<!-- Add your project components here -->
</project-components>
<actions>
<!-- Add your actions here -->
</actions>
</idea-plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment