Skip to content

Commit

Permalink
Build: Bump plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattco98 committed Jan 21, 2024
1 parent dd21b28 commit bf453f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 71 deletions.
65 changes: 0 additions & 65 deletions .github/workflows/run-ui-tests.yml

This file was deleted.

13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# serenityos-intellij-plugin Changelog
# Changelog

## [Unreleased]
## Unreleased
### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

- Support for IPC files
- Full syntax highlighting
- "#include" path resolution
- Line markers on endpoint that lead to any implementers
- The implementers also get line markers that lead back to the IPC endpoint
- Resolution of C++ types
- Added IDL -> C++ line markers
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pluginGroup=me.mattco.serenityos
pluginName=SerenityOS-DSL
pluginVersion=1.0.0
pluginVersion=1.1.0
pluginSinceBuild=232
pluginUntilBuild=241.*
pluginUntilBuild=233.2
platformType=CL
platformVersion=2023.2.2
platformVersion=2023.3.2
# 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
Expand Down

0 comments on commit bf453f7

Please sign in to comment.