-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #221 from nocalhost/dev-tian-add-241-support
Add 241 support
- Loading branch information
Showing
59 changed files
with
29 additions
and
2,781 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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Existent IDE versions can be found in the following repos: | ||
# https://www.jetbrains.com/intellij-repository/releases/ | ||
# https://www.jetbrains.com/intellij-repository/snapshots/ | ||
ideaVersion=IU-2024.1 | ||
|
||
# see org.gradle.api.JavaVersion | ||
javaCompatibility=VERSION_17 | ||
|
||
# Get the number from the IDE's download page | ||
# For more info, see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description | ||
sinceBuild=241.14494.158 | ||
untilBuild=241.* | ||
|
||
# plugin versions from intellij marketplace https://plugins.jetbrains.com | ||
goPluginVersion=241.14494.240 | ||
phpPluginVersion=241.14494.240 | ||
pythonPluginVersion=241.14494.240 |
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,6 +1,6 @@ | ||
propertiesPluginEnvironmentNameProperty=platformVersion | ||
# Supported platforms: 203, 211, 212, 213, 223, 231, ... | ||
platformVersion=233 | ||
platformVersion=241 | ||
|
||
kotlin.code.style=official | ||
version=0.6.31 | ||
version=0.6.32 |
144 changes: 0 additions & 144 deletions
144
src/203/main/java/dev/nocalhost/plugin/intellij/exception/NocalhostNotifier.java
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
src/203/main/java/dev/nocalhost/plugin/intellij/ui/action/workload/OpenProjectExecutor.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.