mirror of
https://github.com/hexedtech/codemp-intellij.git
synced 2024-11-21 14:44:49 +01:00
IntelliJ codemp plugin -- code multiplexer
gradle/wrapper | ||
src/main | ||
.editorconfig | ||
.gitignore | ||
build.gradle | ||
build.rs | ||
Cargo.toml | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
README.MD | ||
settings.gradle |
CodeMP for IntelliJ
This repository contains the code for the CodeMP plugin for IntelliJ-family IDEs, as well as the glue for the JNI boilerplate generators for now.
Compiling, Testing, Installing
You can run a test using the Gradle runIde
task. It will open in a new window an IntelliJ IDE with the plugin installed.
With the build
task you can generate a JAR that IntelliJ can probably load (this has not been tested yet).
You can do so by accessing the Settings menu (Ctrl + Alt + S or File > Settings > Plugins), then clicking on the gear icon and then on "Install Plugin from Disk...".
The Rust library, presently, is bundled at build-time into the JAR and will not update automatically. This may change in future versions.