mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-10 18:40:15 +08:00
8fe2506e75
* Rename ConsolePure to ConsoleTerminal * Fix the way to close console with Ctrl+C * Fix windows pipeline error. Fix EndOfFileException * Add ConsoleExperimentalApi * Collect imports * Review - Change old CLI main deprecation level to ERROR - Update documents - Update tasks from pure to terminal * Fix error in closing console. * Fix terminal closing and Ctrl+C closing. * Add console shut-downing status * Don't invokeOnCompletion when console shut-downing * Fix Input interrupt * Ensure active unless console is shut downing * Change MiraiConsole.isShutDowning to `!job.isActive` * Code Review - Update Message on MiraiConsolePureLoader.kt - Change MiraiConsole.isShutDowning to MiraiConsole.isActive - Change MiraiConsole.shutdown to ConsoleInternalApi * run catching * Fix console input * Update shutdown * Fix module * Revert 5199395 * Typo |
||
---|---|---|
.. | ||
.images | ||
libs | ||
run/projects | ||
src/main | ||
build.gradle.kts | ||
README.md |
mirai-console-intellij
IntelliJ 平台的 Mirai Console 开发插件
功能
诊断
ILLEGAL_PLUGIN_DESCRIPTION
- 使用 ResolveContext
- 检测 Plugin Id, Plugin Name, Plugin Version 的合法性. 并在非法时提示正确的语法.
- 支持编译期常量