JetBrains_intellij-platform.../.github/template-cleanup
Andrei Rybak da1f14e58a README: update text of button "Install"
The last step in instructions in the generated README.md file for
installing the plugin using IDE built-in plugin system is using the
button "Install Plugin".  However, this button's text is "Install", at
least as of IntelliJ IDEA 2023.1.  The text was "Install" since at least
the commit c254ba45cd17 ("IDEA-195193 Plugins: implement search",
2018-08-20) [1] where class InstallButton was introduced.  Since commit
ebb07b041133 ("i18n for plugins configurable, initial", 2020-01-27) [2]
the class uses bundle message "action.AnActionButton.text.install" from
IdeBundle [3].

Change the text of the button in the generated README.md file to
"Install" accordingly.

[1] c254ba45cd
[2] ebb07b0411
[3] ebb07b0411/platform/platform-resources-en/src/messages/IdeBundle.properties (L1714)
2023-08-04 10:57:56 +02:00
..
.github Introduced next branch in the root repository to make main always a stable one 2021-05-31 12:01:53 +02:00
CHANGELOG.md rename project to IntelliJ *Platform* Pugin Template 2020-06-19 07:36:30 +02:00
gradle.properties Upgrade Gradle Wrapper to 8.2.1^ 2023-07-10 16:01:25 +02:00
README.md README: update text of button "Install" 2023-08-04 10:57:56 +02:00
settings.gradle.kts Added settings.gradle.kts for the performance purposes 2020-06-26 09:35:03 +02:00

%NAME%

Build Version Downloads

Template ToDo list

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 file which will be extracted by the Gradle during the build process.

To keep everything working, do not remove <!-- ... --> sections.

Installation

  • Using IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "%NAME%" > Install

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.