Skip to content

Commit fc06477

Browse files
authored
MXTS-0000: update readme and fix custom plugin repository (#10)
1 parent 7d59c9f commit fc06477

3 files changed

Lines changed: 22 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ It shapes the codebase through an agreed-upon definition and helps maintain cons
1111
4. Click the `gear` icon in the plugins popup.
1212
5. Select `Manage Plugin Repositories`.
1313
6. 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

1920
If something does not quite work, or if you see any improvements, please reach out to me (Mischa) on Slack.
2021

src/main/resources/META-INF/plugin.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@
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 -->

updatePlugins.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,20 @@
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>

0 commit comments

Comments
 (0)