forked from mattco98/SerenityOS-DSL-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle move to Ladybird organization, update to new JetBrains plugin
And make sure it works for CLion 2024.2.1
- Loading branch information
Showing
78 changed files
with
434 additions
and
453 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.gradle | ||
.idea | ||
.intellijPlatform | ||
.qodana | ||
build | ||
src/main/gen |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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,7 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2023 Matthew Olsson <[email protected]> | ||
Copyright (c) 2024 The Ladybird Browser Initiative | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
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,14 +1,16 @@ | ||
pluginGroup=me.mattco.serenityos | ||
pluginName=SerenityOS-DSL | ||
pluginVersion=1.1.0 | ||
pluginSinceBuild=232 | ||
pluginUntilBuild=233.* | ||
pluginGroup=org.ladybird.dsl | ||
pluginName=Ladybird-DSL | ||
pluginVersion=2.0.0 | ||
pluginSinceBuild=242 | ||
pluginUntilBuild=243.* | ||
platformType=CL | ||
platformVersion=2023.3.2 | ||
platformVersion=2024.2.1 | ||
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html | ||
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 | ||
platformPlugins=com.intellij.clion,com.intellij.cidr.lang,com.intellij.cidr.base | ||
javaVersion=17 | ||
gradleVersion=8.5 | ||
platformPlugins= | ||
# Example: platformBundledPlugins = com.intellij.java | ||
platformBundledPlugins=com.intellij.clion,com.intellij.cidr.base,com.intellij.cidr.lang | ||
javaVersion=21 | ||
gradleVersion=8.9 | ||
# The platform includes Kotlin, so we don't have to | ||
kotlin.stdlib.default.dependency=false |
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
10 changes: 0 additions & 10 deletions
10
src/main/kotlin/me/mattco/serenityos/idl/psi/mixins/IDLCallbackInterfaceMixin.kt
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/main/kotlin/me/mattco/serenityos/idl/psi/mixins/IDLCallbackMixin.kt
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/main/kotlin/me/mattco/serenityos/idl/psi/mixins/IDLDictionaryMixin.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.