-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version with old Gradle plugin
- Although Gradle 2.x plugin does work now, the GitHub actions for testing and publish need to be reworked. Therefore, we use the older Gradle plugin for pushing this update.
- Loading branch information
Showing
7 changed files
with
23 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
pluginGroup=de.halirutan.keypromoterx | ||
pluginName=Key-Promoter-X | ||
pluginName=Key Promoter X | ||
pluginRepositoryUrl=https://github.com/halirutan/IntelliJ-Key-Promoter-X | ||
pluginVersion=2023.3.0 | ||
pluginVersion=2024.1 | ||
pluginSinceBuild=223 | ||
pluginUntilBuild=233.* | ||
pluginUntilBuild=241.* | ||
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl | ||
# See https://jb.gg/intellij-platform-builds-list for available build versions | ||
pluginVerifierIdeVersions=IC-231.8109.2, IC-232.8660.185 | ||
pluginVerifierIdeVersions=IC-231.8109.2, IC-232.8660.185, IC-241.14494.240 | ||
platformType=IC | ||
platformVersion=2022.3.1 | ||
gradleVersion=8.4 | ||
platformVersion=2023.3.6 | ||
gradleVersion=8.7 | ||
# suppress inspection "WrongPropertyKeyValueDelimiter" | ||
# suppress inspection "UnusedProperty" | ||
--add-exports java.base/jdk.internal.vm=ALL-UNNAMED |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,22 @@ | ||
<html> | ||
The Key Promoter X helps you to learn essential shortcuts while you are working. | ||
When you use the mouse on a button inside the IDE, the Key Promoter X shows you the keyboard shortcut that you | ||
should have used instead. This provides an easy way to learn how | ||
should have used instead.<br/> | ||
This provides an easy way to learn how | ||
to replace tedious mouse work with keyboard keys and helps to transition to a faster, mouse free development. | ||
The Key Promoter X tool window shows you a hit-list of the mouse actions you use the most and directly provides you | ||
with the shortcut you can use instead. For buttons that don't have a shortcut, the Key Promoter X prompts you with | ||
the possibility to directly create one. | ||
<br/> | ||
<br/> | ||
<strong>Sponsors</strong> | ||
<br/> | ||
<br/> | ||
<a href="https://sponsorlink.codestream.com/?utm_source=jbmarket&utm_campaign=keypromoterx&utm_medium=banner" | ||
title="Try CodeStream"> | ||
<strong>CodeStream</strong>: | ||
</a> | ||
|
||
Request and perform code reviews from inside your IDE. | ||
Review any code, even if it's a work-in-progress that hasn't been committed yet, and use jump-to-definition, | ||
your favorite keybindings, and other IDE tools. | ||
<a href="https://sponsorlink.codestream.com/?utm_source=jbmarket&utm_campaign=keypromoterx&utm_medium=banner" | ||
title="Try CodeStream">You | ||
can try it for free!</a> | ||
<br/> | ||
<br/> | ||
I'd also like to give a big thanks to all GitHub sponsors. | ||
I dearly appreciate all the support for the project. | ||
If Key Promoter X helps you save time and money, consider supporting me by becoming | ||
<strong><a href="https://github.com/sponsors/halirutan">a sponsor of my work</a></strong>. | ||
Sponsors allow me to dedicate time to the plugin and keep it running on all the JetBrains IDEs you love. | ||
<br/> | ||
<br/> | ||
<hr> | ||
<a href="https://github.com/sponsors/halirutan">Become a GitHub Sponsor</a> | | ||
<a href="https://plugins.jetbrains.com/plugin/9792-key-promoter-x/sponsors">Marketplace</a> | | ||
<a href="https://github.com/halirutan/IntelliJ-Key-Promoter-X">Repository</a> | | ||
<a href="https://plugins.jetbrains.com/slack">#key-promoter-x on Slack</a> | | ||
<a href="https://www.linkedin.com/in/halirutan/">LinkedIn</a> | | ||
<a href="https://www.twitch.tv/halirutan">Twitch</a> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters