Commit Graph

677 Commits

Author SHA1 Message Date
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
Jakub Chrzanowski
0217a01c9d
Use "JetBrains Marketplace" name in docs and comments 2023-07-27 18:06:04 +02:00
GitHub Action
d9669566c5 Changelog update - v1.9.0 2023-07-11 17:44:48 +02:00
Jakub Chrzanowski
c905546c39
1.9.0 2023-07-11 16:49:59 +02:00
Jakub Chrzanowski
a544f0137e
GitHub Actions — rearrange the Build workflow 2023-07-11 15:59:41 +02:00
Jakub Chrzanowski
c78fe31f64
Dependencies - upgrade org.jetbrains.changelog to 2.1.2 2023-07-10 17:15:23 +02:00
Jakub Chrzanowski
74f48a0875
GitHub Actions — use Java 17 explicitly 2023-07-10 16:55:15 +02:00
Jakub Chrzanowski
bfa5d0d136
Upgrade Gradle Wrapper to 8.2.1^ 2023-07-10 16:01:25 +02:00
Jakub Chrzanowski
d4a74cf79e
Fixed copying files issue when running the Template Cleanup workflow #379 2023-07-10 09:30:28 +02:00
GitHub Action
88482ec40b Changelog update - v1.8.0 2023-07-07 17:41:45 +02:00
Jakub Chrzanowski
b820b94c0a 1.8.0 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
ee7596aa38 CHANGELOG update
(cherry picked from commit 4e3fe804170f3f72301e9e2ddf1b4c4b92629389)
2023-07-07 17:08:38 +02:00
Andrei Rybak
a29fd25853 build.yml: drop unused GitHub output
Last usage of `${{ steps.properties.outputs.name }}` in GitHub Actions
workflow "Build" was removed in commit d8648e5 ("GitHub Actions general
performance refactoring", 2021-09-30).  Drop initialization of this
output from the step "Export Properties".

(cherry picked from commit 30506fba8ffae6d3d35d6bcdf264c18916b53803)
2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
752e384970 Drop dokka dependency 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
250c96b122 Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.7.2 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
6ef00cb57d Dependencies - upgrade org.jetbrains.changelog to 2.1.1 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
72962a9956 Dependencies - upgrade org.jetbrains.intellij to 1.15.0 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
2dd3c5daad Removed workaround for Kotlin Compiler OutOfMemoryError as the issue is gone with Kotlin 1.9.0 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
5934976f2b Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.9.0 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
99f1bce179 Upgrade Gradle Wrapper to 8.2 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
27ca7c3e61 Dependencies - upgrade org.jetbrains.intellij to 1.14.2 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
4e563ffcc9 GitHub Actions: Update release workflow to use Gradle build action 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
dfe55bb7db Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2023.1.5 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
18bc8c492d GitHub Actions: Build workflow refactoring 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
5fea6649ae Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2023.1.4 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
ddde2391ad Dependabot workflow points to next branch in a newly created project #372 2023-07-07 17:08:38 +02:00
Jakub Chrzanowski
afe711755b
CHANGELOG update 2023-06-07 11:27:39 +02:00
GitHub Action
ce7d4b7266
Changelog update - v1.7.0 2023-06-07 11:27:12 +02:00
Jakub Chrzanowski
df1b15414a Dependencies - upgrade org.jetbrains.kotlinx.kover to 0.7.1 + adjust Kover configuration 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
454012e7ed Dependencies - upgrade org.jetbrains.intellij to 1.14.1 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
f1a7004cb1 1.7.0 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
f96f217b59 Update Run Configuration entries 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
213dccd947 Specify linter property in qodana.yml 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
30c61e42df Remove gradleJvm property from the .idea/gradle.xml file 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
c7ca0312af Specify projectJDK: 17 in qodana.yml 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
bc4bf88f99 Use Java 17 for JVM Toolchain 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
d22a737277 Migrate from the deprecated FrameStateListener.onFrameActivated() to ApplicationActivationListener.applicationActivated(IdeFrame) 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
a73b073f2e Fixed deprecated usage of ContentFactory in MyToolWindowFactory 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
2e5e065b58 Change since/until build to 222-232.* (2022.2 - 2023.2.*) 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
e0ffb84785 Dependencies - upgrade org.jetbrains.changelog to 2.1.0 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
62c56a0365 Dependencies - upgrade org.jetbrains.intellij to 1.14.0 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
3773a52dba GitHub Actions — switch to Java 17 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
2731742432 CHANGELOG update 2023-06-07 10:44:04 +02:00
jongwooo
6efee20227 Use setup-java action to cache dependencies
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
2244a0ace6 1.6.1 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
94d2091a63 Dependencies - upgrade org.jetbrains.kotlin.jvm to 1.8.21 2023-06-07 10:44:04 +02:00
Jakub Chrzanowski
aa4642f0b9 Dependencies (GitHub Actions) - upgrade JetBrains/qodana-action to v2023.1.0 2023-06-07 10:44:04 +02:00
Yann Cébron
26e14cfcda Upgrade Gradle Wrapper to 8.1.1, fix 2023-06-07 10:44:04 +02:00
Yann Cébron
014ff5b0f6 Upgrade Gradle Wrapper to 8.1.1 2023-06-07 10:44:04 +02:00