Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Add description, icon, and change notes for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Feb 4, 2021
1 parent c8e690d commit 2a128c0
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 15 deletions.
10 changes: 10 additions & 0 deletions projector-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# projector-plugin changelog

Notable changes to this project are documented in this file.

# 1.0.2

## Added

- Description, icon, and change notes.

# 0.43.1

## Added

- Use DNS names instead of IPs where possible.

## Changed

- Passwords settings.
- Dialogs look and copying URL.

Expand Down
12 changes: 2 additions & 10 deletions projector-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
import org.jetbrains.intellij.tasks.PatchPluginXmlTask

plugins {
kotlin("jvm")
id("org.jetbrains.intellij")
}

version = "1.0.2"

val projectorClientVersion: String by project

dependencies {
Expand All @@ -38,12 +39,3 @@ intellij {
(tasks["runIde"] as JavaExec).apply {
jvmArgs = jvmArgs.orEmpty() + listOf("-Djdk.attach.allowAttachSelf=true", "-Dswing.bufferPerWindow=false")
}

tasks.withType<PatchPluginXmlTask> {
changeNotes(
"""
Add change notes here.<br>
<em>most HTML tags may be used</em>
"""
)
}
16 changes: 11 additions & 5 deletions projector-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@
<idea-version since-build="193"/>

<description><![CDATA[
Share the IDE window using the Projector server.
<p>Share the IDE window using the <a href="https://github.com/JetBrains/projector-server">Projector server</a>.</p>
<br/>
<p>How to use: after the plugin installation, please manually restart the IDE. New menu item <strong>Projector</strong> will appear next to the <strong>Help</strong> in the title bar.</p>
<br/>
<p>Please note that it's an experimental technology.</p>
<br/>
<p>If you want simultaneous collaborative editing, please try <a href="https://www.jetbrains.com/help/idea/code-with-me.html">Code With Me</a> solution. Projector doesn't support that.</p>
]]></description>

Please note that it's an experimental technology.
If you want simultaneous collaborative editing, please try Code With Me solution. Projector doesn't support that.
]]></description>
<change-notes><![CDATA[
Changelog is available in <a href="https://github.com/JetBrains/projector-server/blob/master/projector-plugin/CHANGELOG.md">CHANGELOG.md</a>.
]]></change-notes>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
Expand Down
57 changes: 57 additions & 0 deletions projector-plugin/src/main/resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2a128c0

Please sign in to comment.