Skip to content

Commit

Permalink
renamed plugin from draw.io to diagrams.net
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmueller committed Dec 19, 2020
1 parent 7a8e2d9 commit 710449d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Plugin description -->
This unofficial extension integrates [diagrams.net](https://app.diagrams.net/) (formerly known as draw.io) directly into IntelliJ.
It supports diagram files with the extensions `.drawio`
It supports diagram files with the extensions `.drawio.(svg|png)`.
<!-- Plugin description end -->

## About
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -> https://www.jetbrains.org/intellij/sdk/docs/reference_guide/intellij_artifacts.html

pluginGroup = org.jetbrains.plugins.template
pluginName_ = Draw.io Integration
pluginName_ = diagrams.net-intellij-plugin
pluginVersion = 0.1.1
pluginSinceBuild = 202
pluginUntilBuild = 203.*
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = "Draw.io Integration"
rootProject.name = "diagrams.net-intellij-plugin"
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<!-- Unique identifier of the plugin. It should be FQN.
It cannot be changed between the plugin versions.
If not specified, <name> will be used (not recommended). -->
<id>de.docs_as_co.intellij.plugin.drawio</id>
<id>de.docs_as_co.intellij.plugin.diagramsnet</id>
<!-- Plugin name. It should be short and descriptive and in Title Case.
Displayed in the "Plugins" settings dialog and the plugin repository Web interface. -->
<name>Draw.io Integration</name>
<name>Diagrams.net Integration</name>
<!-- Description of the plugin.
Should be short and to the point.
Start the description with a verb in a present simple form such as
Expand Down

0 comments on commit 710449d

Please sign in to comment.