Commit Graph

61 Commits

Author SHA1 Message Date
Him188
fb061be7cf Improve plugin main checks 2020-11-13 19:18:45 +08:00
Him188
9a25ac78fa 1.0-RC2-dev-6 2020-11-13 18:24:40 +08:00
Him188
18a0a95609 Fix PluginMainServiceNotConfiguredInspection 2020-11-13 18:24:33 +08:00
Him188
d1f431e98e Fix resources packaging in buildPlugin 2020-11-13 15:35:38 +08:00
Him188
ff9c493e4b Support kotlinx-serialization builtin serializers 2020-11-13 14:32:16 +08:00
Him188
1d6dccb793 Pretty buildscript 2020-11-12 09:42:18 +08:00
Him188
0c3a4c735d Support PluginMainServiceNotConfiguredInspection and ConfigurePluginMainServiceFix 2020-11-10 13:59:41 +08:00
Him188
e37ac17b82 Support ProvideDefaultValueFix for NOT_CONSTRUCTABLE_TYPE 2020-11-10 11:38:24 +08:00
Him188
c077719c1b Report NOT_CONSTRUCTABLE_TYPE on type argument 2020-11-10 10:50:48 +08:00
Him188
233ff9bee3 Fix MiraiConsoleErrors 2020-11-10 10:49:48 +08:00
Him188
fb0b54f42e Update kotlin idea dependency 2020-11-10 10:49:08 +08:00
Him188
8cd4d1cca2 Update kotlin idea dependency 2020-11-10 10:48:32 +08:00
Him188
85600d35b0 Fix build 2020-11-09 15:46:05 +08:00
Him188
289a82189b Fix tests 2020-11-09 09:02:16 +08:00
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