mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
rename project to IntelliJ *Platform* Pugin Template
This commit is contained in:
2
.github/template-cleanup/CHANGELOG.md
vendored
2
.github/template-cleanup/CHANGELOG.md
vendored
@@ -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)
|
||||
|
||||
6
.github/template-cleanup/README.md
vendored
6
.github/template-cleanup/README.md
vendored
@@ -1,9 +1,9 @@
|
||||
# %NAME%
|
||||
|
||||

|
||||

|
||||
|
||||
<!-- 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).
|
||||
|
||||
Reference in New Issue
Block a user