This plugin adds support for writing and evaluating Alloy code. Alloy is a modeling language and analyzer: http://alloytools.org/
This project uses Gradle for building. It is recommended to use the Gradle
wrapper script, gradlew
or gradlew.bat
.
Use the following command to build the project:
./gradlew build
This will build the plugin and save a distributable zip in
build/distributions
.
There are two ways to run the plugin. It can either be run through a temporary IDE instance or an existing JetBrains IDE (2019.2.* or 2019.3.*).
This command will run a temporary IDE instance with the plugin loaded.
./gradlew runIde
First, build the plugin (see above section) and then follow these steps:
- Open your existing IDE
- Go to Settings -> Plugins
- Click the cog icon and choose "Install Plugin from Disk..."
- Select this plugin's zip file (in
build/distributions
) - Click the "Restart IDE" button to finish the plugin installation