IntelliJ codemp plugin -- code multiplexer
Find a file
2023-11-20 10:13:42 +01:00
gradle/wrapper chore: initial setup 2023-08-19 21:56:02 +02:00
src/main feat: added custom exceptions, glue code refactor 2023-11-20 02:08:38 +01:00
.editorconfig fix: fixed editorconfig 2023-11-16 21:38:30 +01:00
.gitignore chore: don't push run config 2023-11-19 00:47:22 +01:00
build.gradle fix: having cargo build depend on cleaning jni was a bad idea 2023-11-20 02:24:22 +01:00
build.rs fix: don't use explicit dir separator in buildscript 2023-11-20 10:13:42 +01: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.