1- <!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
21<idea-plugin >
3- <!-- Unique identifier of the plugin. It should be FQN. It cannot be changed between the plugin versions. -->
4- <id >com.madrapps.paparazzi</id >
2+ <id >com.getyourguide.paparazzi</id >
53
6- <!-- Public plugin name should be written in Title Case.
7- Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
84 <name >Paparazzi</name >
95
10- <!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
116 <
vendor email =
" [email protected] " url =
" https://github.com/Madrapps" >Madrapps</
vendor >
127
13- <!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
14- Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
15- Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
168 <description ><![CDATA[
179 Plugin to enable easy usage of the Paparazzi library for Android.
1810 ]]> </description >
1911
20- <!-- Product and plugin compatibility requirements.
21- Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
2212 <depends >com.intellij.modules.platform</depends >
2313 <depends >org.jetbrains.kotlin</depends >
2414 <depends >com.intellij.modules.java</depends >
2515
26- <!-- Extension points defined by the plugin.
27- Read more: https://plugins.jetbrains.com/docs/intellij/plugin-extension-points.html -->
2816 <extensions defaultExtensionNs =" com.intellij" >
2917 <toolWindow factoryClass =" com.madrapps.paparazzi.PaparazziWindow" id =" Paparazzi" anchor =" right" />
3018 <projectService serviceInterface =" com.madrapps.paparazzi.service.MainService"
6452 text =" Fit Zoom to Window"
6553 icon =" AllIcons.General.FitContent" />
6654 </actions >
67- </idea-plugin >
55+ </idea-plugin >
0 commit comments