Commit Graph

197 Commits

Author SHA1 Message Date
Him188
e5a7df46de Code cleanup 2020-11-08 09:52:29 +08:00
Him188
d248188fac Update icon 2020-11-05 16:34:56 +08:00
Him188
c8f6575c44 Update build constants and README 2020-10-30 15:01:20 +08:00
Him188
ec747979a6 Fix README 2020-10-30 10:45:56 +08:00
Him188
03467a6f45 Simplify source root structure 2020-10-30 10:28:18 +08:00
Him188
e673679125 Rename .java to .kt 2020-10-30 10:28:15 +08:00
Him188
8f18842503 Update version constants 2020-10-30 10:01:57 +08:00
Him188
bace377d1e Fix semantic version and plugin id regexes 2020-10-28 15:38:25 +08:00
Him188
14fd3015b9 Fix resolve 2020-10-28 15:25:30 +08:00
Him188
34eb8eb9cb 1.0-RC 2020-10-28 14:02:03 +08:00
Him188
2c5f9ebcf4 Update copyright 2020-10-28 13:35:15 +08:00
Him188
717c908ccf Support multiple ResolveContext kinds in single declaration 2020-10-25 13:16:27 +08:00
Him188
0c98abbb31 Bump versions; 1.0-RC-dev-32 2020-10-24 21:41:02 +08:00
Him188
3ac20e3177 Change AddSerializerFix.familyName to "Mirai Console" 2020-10-23 13:11:30 +08:00
Him188
ca95add438 Add checkVersionRequirement 2020-10-23 13:06:55 +08:00
Karlatemp
d0b71b200f
block whitespace in permission id
- blocked all whitespace
- Update IntelliJ IDEA plugin message
- Bump IntelliJ IDEA testing project version
- Add tests for permission id
2020-10-21 00:02:55 +08:00
Him188
b1bb417388 Bump versions 2020-10-04 22:28:56 +08:00
Him188
e214a43043 Fix IDE resolve on startup 2020-10-02 13:45:25 +08:00
Him188
5af02a4b73 Remove gitVersion 2020-09-27 02:32:57 +08:00
Karlatemp
128d83cb68
typo 2020-09-20 00:05:46 +08:00
Him188
94398087ec Update java dependency 2020-09-19 23:51:53 +08:00
Him188
ec03f8322d Update docs 2020-09-19 23:29:28 +08:00
Him188
2896a2266b Setup gradle publish 2020-09-19 21:01:04 +08:00
Him188
ad3124fe10 Gradle plugin 2020-09-19 20:33:34 +08:00
Him188
55fc85cb4d Add pluginIcon.svg 2020-09-19 14:58:32 +08:00
Him188
6c6ce1ab68 Update plugin description 2020-09-19 14:50:12 +08:00
Him188
bade699a1f 1.0-dev-5 2020-09-19 14:36:43 +08:00
Him188
ceb689066e Introduce RestrictedScope for further resolution for IDE plugin 2020-09-19 13:48:23 +08:00
Him188
c8696b6ac5 Update debugging proejcts 2020-09-19 13:33:15 +08:00
Him188
f76226f13c Add QuickFix AddSerializerFix for UNSERIALIZABLE_TYPE 2020-09-19 01:06:45 +08:00
Him188
3fa7c9e128 Support ILLEGAL_COMMAND_NAME, ILLEGAL_PERMISSION_NAME, ILLEGAL_PERMISSION_ID, ILLEGAL_PERMISSION_NAMESPACE 2020-09-19 00:22:38 +08:00
Him188
56a7098627 Support checking ArrayValue compile-time constants 2020-09-18 23:58:01 +08:00
Him188
c1f1b6954a Rename PluginDescriptionChecker.kt to ContextualParametersChecker.kt for further extensibility 2020-09-18 23:39:34 +08:00
Him188
cd86878307 Merge remote-tracking branch 'origin/master' 2020-09-18 20:01:10 +08:00
Him188
39145634e6 Support UNSERIALIZABLE_TYPE for detecting @Serializable annotations 2020-09-18 20:00:47 +08:00
Him188
7244cb76c4 Introduce inspection NOT_CONSTRUCTABLE_TYPE for PluginData.value 2020-09-18 15:36:03 +08:00
Karlatemp
8fe2506e75
Terminal (#179)
* 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
2020-09-18 12:43:57 +08:00
Him188
e4f37b9a52 Improve performance 2020-09-18 12:09:49 +08:00
Him188
e299ecffb9 Improve performance 2020-09-18 11:11:31 +08:00
Him188
0c1bf9ce9b Support checking plugin version 2020-09-18 10:47:52 +08:00
Him188
9da8ce882e Check into lambda expressions for inspections 2020-09-18 10:37:36 +08:00
Him188
6a2ef97b41 Improve description checker: support compile-time constants 2020-09-18 10:07:50 +08:00
Him188
5dbf596582 Support checking plugin name and plugin id (ILLEGAL_PLUGIN_DESCRIPTION) 2020-09-18 01:49:08 +08:00
Him188
3fc2d7f5c1 Diagnostics and resolve utilities 2020-09-18 00:21:05 +08:00
Him188
c1ea2d94ee Move compiler common to compiler-common module 2020-09-17 21:51:24 +08:00
Him188
f37f059634 Introduce compiler-common module 2020-09-17 21:39:34 +08:00
Him188
287b4b2995 Group mirai-console-intellij and mirai-console-gradle into 'tools' 2020-09-17 21:24:13 +08:00