2
1
Fork
You've already forked Icadea
0
Intellij idea language plugin for the Icaria game's text script language
  • Java 84%
  • Lex 10.7%
  • Kotlin 5.3%
Find a file
2026年07月08日 22:37:59 +02:00
gradle/wrapper chore: add license info 2026年07月08日 22:32:33 +02:00
LICENSES chore: add license info 2026年07月08日 22:32:33 +02:00
src/main chore: add license info 2026年07月08日 22:32:33 +02:00
.gitattributes chore: add license info 2026年07月08日 22:32:33 +02:00
.gitignore chore: add license info 2026年07月08日 22:32:33 +02:00
build.gradle.kts chore: add license info 2026年07月08日 22:32:33 +02:00
CHANGELOG.md chore: add license info 2026年07月08日 22:32:33 +02:00
gradle.properties chore: add license info 2026年07月08日 22:32:33 +02:00
gradlew feat: initial prototype 2026年07月05日 16:18:34 +02:00
gradlew.bat feat: initial prototype 2026年07月05日 16:18:34 +02:00
README.md docs: add game url to readme 2026年07月08日 22:37:59 +02:00
REUSE.toml chore: add license info 2026年07月08日 22:32:33 +02:00
settings.gradle.kts chore: add license info 2026年07月08日 22:32:33 +02:00

Icadea

IDE support for the Icaria game.

The game: https://store.steampowered.com/app/2613890/Icaria/

Feature tracker

Standalone

These don't require a mod in the game

  • Basic syntax highlighting
  • Built-in code completion
    • Operations/commands
    • Expressions
    • Items
  • Automatic indenting
  • Error checks based on types

Integrated features

These require a mod in the game

  • Smart code completion based on game state
  • Role listing tool window
  • Robot listing and control
  • Autocompletion for entity sets by role in the current save ([Thing] syntax)
  • Automatically deploy code changes to game
  • Debugger sync

Strict No LLM / No AI Policy

No LLMs for issues.

No LLMs for patches / pull requests.

No LLMs for comments on the bug tracker, including translation.

License

LGPL3.0-only