rename project to IntelliJ *Platform* Pugin Template

This commit is contained in:
Jakub Chrzanowski
2020-06-19 07:36:30 +02:00
parent 527557dd5e
commit 0d149ce5dd
5 changed files with 25 additions and 18 deletions

View File

@@ -4,4 +4,4 @@
## [Unreleased]
### Added
- Initial scaffold created from [IntelliJ Plugin Template](https://github.com/JetBrains/intellij-plugin-template)
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

View File

@@ -1,9 +1,9 @@
# %NAME%
![Build](https://github.com/JetBrains/intellij-plugin-template/workflows/Build/badge.svg)
![Build](https://github.com/%REPOSITORY%/workflows/Build/badge.svg)
<!-- Plugin description -->
This Fancy IntelliJ Plugin is going to be your implementation of the brilliant ideas that you have.
This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.
This specific section is a source for the [plugin.xml](./src/main/resources/META-INF/plugin.xml) file which will be
extracted by the [Gradle](./build.gradle.kts) during the build process.
@@ -25,4 +25,4 @@ To keep everything working, do not remove `<!-- ... -->` sections.
---
Plugin based on the [IntelliJ Plugin Template](https://github.com/JetBrains/intellij-plugin-template).
Plugin based on the [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template).