File tree Expand file tree Collapse file tree
src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ It shapes the codebase through an agreed-upon definition and helps maintain cons
11114 . Click the ` gear ` icon in the plugins popup.
12125 . Select ` Manage Plugin Repositories ` .
13136 . Copy [ https://raw.githubusercontent.com/MaxxtonGroup/maxxton-intelij-sync/refs/heads/main/updatePlugins.xml ] ( https://raw.githubusercontent.com/MaxxtonGroup/maxxton-intelij-sync/refs/heads/main/updatePlugins.xml )
14- 7 . Click the plus icon.
15- 8 . Paste the copied URL.
16- 9 . Restart IntelliJ IDEA.
17- 10 . Done
14+ 7 . Click the ` + ` icon and paste the copied URL.
15+ 8 . Switch to the ` Marketplace ` tab of the ` Plugins ` tab.
16+ 9 . Search for a plugin called ` Mold ` - if you can't find it try searching for this instead: ` /repository:"https://raw.githubusercontent.com/MaxxtonGroup/maxxton-intelij-sync/refs/heads/main/updatePlugins.xml" `
17+ 10 . Install it and restart IntelliJ.
18+ 11 . Done.
1819
1920If something does not quite work, or if you see any improvements, please reach out to me (Mischa) on Slack.
2021
Original file line number Diff line number Diff line change 1010 <!-- Plugin version -->
1111 <version >1.3.0</version >
1212
13+ <!-- Compatibility with IntelliJ platform products -->
14+ <idea-version since-build =" 243" />
15+
1316 <!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
14- <vendor email =" info@maxxton.com" url =" https://www. maxxton.com" >Maxxton</vendor >
17+ <vendor email =" info@maxxton.com" url =" https://maxxton.com" >Maxxton</vendor >
1518
1619 <!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
1720 Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.
1821 Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
1922 <description >A simple settings synchronisation plugin for Maxxton developers.</description >
2023
21- <!-- Compatibility with IntelliJ platform products -->
22- <idea-version since-build =" 243" until-build =" 243.*" />
24+ <change-notes >First public release</change-notes >
2325
2426 <!-- Product and plugin compatibility requirements.
2527 Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
Original file line number Diff line number Diff line change 1111 id =" com.maxxton.mold"
1212 url =" https://github.com/MaxxtonGroup/maxxton-intelij-sync/releases/download/v1.3.0/plugin-1.3.0.jar"
1313 version =" 1.3.0" >
14+ <name >
15+ Mold
16+ </name >
17+
18+ <description >
19+ A simple settings synchronisation plugin for Maxxton developers.
20+ </description >
21+
22+ <change-notes >
23+ First public release
24+ </change-notes >
1425 <!--
1526 The <idea-version> element (required) must match the same element in the plugin.xml file.
1627 -->
17- <idea-version since-build =" 243" until-build = " 243.* " />
28+ <idea-version since-build =" 243" />
1829 </plugin >
1930</plugins >
You can’t perform that action at this time.
0 commit comments