Commit Graph

17 Commits

Author SHA1 Message Date
Jakub Chrzanowski
c32e2b1848
Spellchecking 2023-08-07 15:43:03 +02:00
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
Andrei Rybak
ad32156d95 README: add newline at end of file
Some text editors (such as vim) automatically add a newline at end of
files.  `git diff` also treats absence of newline at end of file in a
special way.

Add a newline at end of file README.md generated by the template to make
it more convenient to use.
2023-08-04 10:57:56 +02:00
Yann Cébron
eb5c7aea72 template-cleanup: add "plugin description" step with Tips link 2023-03-10 12:04:06 +01:00
Yann Cébron
e514b3ea16 template-cleanup: clarify 2023-03-10 12:04:06 +01:00
Jakub Chrzanowski
b1e9043367
Update hints 2022-11-17 22:15:29 +01:00
Eric Ou
b7d2a33f13 Changed file reference to avoid pointint to /
Changed the file reference in the second step of the todo so it doesn't point towards /, and instead, the current directory
2022-08-07 22:41:46 +02:00
cmenezes
38e5960583 Known -> Familiar 2021-11-16 14:31:37 +01:00
Jakub Chrzanowski
0af6808547 README update 2021-09-07 09:32:37 +02:00
Yann Cébron
bd9f2715ea update links to SDK Docs 2021-01-21 11:10:06 +01:00
Jakub Chrzanowski
e77b150871 Template Cleanup: Update README 2021-01-11 13:14:04 +01:00
Jakub Chrzanowski
772a5eafd4 Remove unnecessary new lines from the README 2020-09-07 13:37:36 +02:00
Jakub Chrzanowski
445e56622e README Tip to watch repository 2020-07-01 17:57:51 +02:00
Jakub Chrzanowski
4fe8da5ec5 Added JetBrains Plugin badges and TODO list for the end users 2020-07-01 17:42:29 +02:00
Jakub Chrzanowski
0d149ce5dd rename project to IntelliJ *Platform* Pugin Template 2020-06-19 07:36:30 +02:00
Jakub Chrzanowski
7603df2239 replace hsz with JetBrains 2020-06-17 22:31:54 +02:00
Jakub Chrzanowski
e4a1106495 GitHub Actions - template cleanup workflow 2020-06-17 21:06:57 +02:00