mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
da1f14e58a
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)
2.6 KiB
2.6 KiB
%NAME%
Template ToDo list
- Create a new IntelliJ Platform Plugin Template project.
- Get familiar with the template documentation.
- Adjust the pluginGroup, plugin ID and sources package.
- Adjust the plugin description in
README
(see Tips) - Review the Legal Agreements.
- Publish a plugin manually for the first time.
- Set the
PLUGIN_ID
in the above README badges. - Set the Plugin Signing related secrets.
- Set the Deployment Token.
- Click the Watch button on the top of the IntelliJ Platform Plugin Template to be notified about releases containing new features and fixes.
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.