IntelliJ codemp plugin -- code multiplexer
Find a file
2023-11-18 20:21:50 +01:00
.run chore: initial setup 2023-08-19 21:56:02 +02:00
gradle/wrapper chore: initial setup 2023-08-19 21:56:02 +02:00
src/main chore: better bundling of binary 2023-11-18 20:21:50 +01:00
.editorconfig fix: fixed editorconfig 2023-11-16 21:38:30 +01:00
.gitignore chore: better bundling of binary 2023-11-18 20:21:50 +01:00
build.gradle chore: better bundling of binary 2023-11-18 20:21:50 +01:00
build.rs feat: implemented exception handling (this time for real) 2023-08-28 16:12:42 +02:00
Cargo.toml feat: working BufferAttach, various fixes, upgrade to woot 2023-11-17 02:46:39 +01:00
gradle.properties chore: initial setup 2023-08-19 21:56:02 +02:00
gradlew chore: initial setup 2023-08-19 21:56:02 +02:00
gradlew.bat chore: initial setup 2023-08-19 21:56:02 +02:00
README.MD chore: readme, versioning, plugin.xml cleanup 2023-11-18 18:47:58 +01:00
settings.gradle feat: moved to groovy dsl, registered cargo gradle tasks 2023-08-28 12:15:05 +02:00

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.