Him188
03ebfd2278
Migrate to Kotlin 1.5.30
2021-09-01 19:20:10 +08:00
Him188
67565cb34b
Fix build
2021-07-02 02:06:53 +08:00
Him188
823193f1bb
Update gradle-intellij-plugin to 1.1
2021-07-02 01:44:57 +08:00
Him188
d8023fd82f
Fix build
2021-07-02 01:44:42 +08:00
Him188
986c423021
Fix build
2021-07-02 01:19:16 +08:00
Him188
213b1c1e3f
Update copyright
2021-07-02 00:56:54 +08:00
Him188
f096d0d042
Reformat and cleanup code
2021-07-02 00:56:54 +08:00
Karlatemp
f10dca99a6
[IJ] Setup working dir in RunTerminal.kt
; Fit .gitignore
rules; fix #366
2021-06-12 21:27:24 +08:00
Karlatemp
3d83fde396
[IJ] Fix template of RunTerminal.kt
2021-06-07 21:26:57 +08:00
Karlatemp
bf9dd0d229
[IJ] Create .gitignore
in project creating
2021-06-07 21:21:51 +08:00
Karlatemp
95620cd386
[IJ] Create RunTerminal.kt
in project creating; fix #362
2021-06-07 21:21:27 +08:00
Him188
19abf48aac
Kotlin 1.5 and dependencies updates ( #346 )
...
* Kotlin 1.5 and dependencies updates
* Make MessageScope sealed
* Use Kotlin 1.5.10
* Uses 2.6.4-dev-kt15 in build
2021-05-27 13:50:28 +08:00
Him188
829078f97e
Remove bintray
2021-05-25 12:13:43 +08:00
Him188
b25ea78c6f
Fix build
2021-04-21 18:28:16 +08:00
Him188
17e616d544
Fix false positive ILLEGAL_COMMAND_NAME and potential other mistakes, fix #340
2021-04-21 18:26:18 +08:00
Him188
1fc52e69d3
Fix build
2021-04-17 02:18:32 +08:00
Him188
9cf459ec89
Fix compatibility problem with 2020.3
2021-04-17 00:42:10 +08:00
Him188
034ea13230
Fix CommandDeclarationChecker analysis exception. close #332
2021-04-15 12:19:40 +08:00
Him188
defe9bc83f
Fix ide version
2021-04-10 20:21:58 +08:00
Him188
55cf8e1553
Fix build
2021-04-10 20:18:34 +08:00
Him188
98aadc03b7
IDE: Ignore exceptions on resolve
2021-04-10 20:18:14 +08:00
Him188
c00a08b4f9
IDE: Fix analyzing errors
2021-04-10 15:27:58 +08:00
Him188
9c3af046c7
IDE: remove maven dependency
2021-04-10 12:36:56 +08:00
Him188
f1d4f3fef6
Improve @ResolveContext
resolution performance
2021-04-08 12:56:47 +08:00
Him188
662013e4ec
Fix build and fix warnings
2021-04-08 12:43:59 +08:00
Him188
ffef5c00db
IDE: Reformat files after linking Gradle project
2021-04-08 01:43:13 +08:00
Him188
a40e5731e5
Make mirai-console compatible with IDEA 2021.1, fix #323
2021-04-08 01:43:13 +08:00
Him188
2d12d8bbce
IDE: Fix mirai version parsing
2021-04-08 01:43:13 +08:00
Him188
bfd8a0068c
Fix template name
2021-04-04 19:30:34 +08:00
Him188
41d0c16ad1
New Project Wizard ( #320 )
...
* Add project wizard
* Add OptionsStep
* Template application fundamentals
* Extract BuildSystemType from BuildSystemStep to top-level
* Complete templates
* Fix build
* Fix build
* Support Java and Groovy, fix strings in Kotlin templates
* Add template for gradle.properties
* Disable `depends on` field
* Fix Java template
* Fix build
* Update tools/compiler-annotations/src/CheckerConstants.kt
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
* Update tools/intellij-plugin/src/creator/steps/ValidationUtil.kt
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
Co-authored-by: Karlatemp <karlatemp@vip.qq.com>
2021-03-29 18:17:50 +08:00
Him188
0a0caeeb3a
ConfigurePluginMainServiceFix and PluginMainServiceNotConfiguredInspection: support multiline service files
2021-03-28 17:34:00 +08:00
Him188
a2e7112cd3
Merge remote-tracking branch 'console/master'
2021-02-24 09:09:21 +08:00
Him188
85c6387b9c
Configure JVM target for mirai-console-intellij
2021-02-24 09:08:38 +08:00
Karlatemp
5bf1a9755f
Improve PsiMethod.hasSignature; fix #294
2021-02-16 22:44:01 +08:00
Him188
6d02764e2e
Add USING_DERIVED_XXX_TYPE diagnostic and ConvertToXXXFix for derived collection type usages in PluginData delegation. fix #278
2021-02-11 18:52:48 +08:00
Him188
da3d7a7e19
Redirect idea-sandbox to run/idea-sandbox to avoid being cleared by task 'clean'
2021-02-11 18:08:09 +08:00
Him188
626b8d600b
2.4-M1
2021-02-07 14:35:20 +08:00
Karlatemp
4a60a52faf
Don't config maven publish for gradle & idea plugin
2021-02-06 14:12:58 +08:00
Him188
fada587297
Resource not closed inspection ( #286 )
...
* Initial support of ResourceNotClosedInspection, #283
* Improve UsingStringPlusMessageInspection
* Add fix for sendAsImageTo and uploadAsImage
* Add Fix for ResourceNotClosedInspection
* ResourceNotClosedInspection support for Java
* Add WrapWithResourceUseCallIntention for Kotlin, #284
2021-02-05 21:45:39 +08:00
Him188
73f457b628
Support CommandDeclarationLineMarkerProvider for Java methods
2021-02-03 21:47:19 +08:00
Him188
6d02aa72d9
Support PluginMainLineMarkerProvider for Java classes
2021-02-03 21:31:31 +08:00
Him188
3f98d8ec2a
Allow underscore in plugin id, fix #263
2021-02-01 09:14:02 +08:00
Him188
68860f7e12
Auto create 'resources' directory when absent on ConfigurePluginMainServiceFix, fix #256
2021-02-01 08:30:16 +08:00
Him188
11c75e686c
Fix PluginMainLineMarkerProvider icon
2021-01-29 13:04:44 +08:00
Him188
90c6c7be15
idea: disable declaration checkers if mirai-console dependency not found
2021-01-29 13:04:20 +08:00
Him188
6c71783498
Fix CommandDeclarationChecker
2021-01-29 12:43:42 +08:00
Him188
2d69c6ae10
Improve inspection performance
2021-01-29 10:23:18 +08:00
Him188
445cfd07c3
Migrate deprecated usages of LineMarkerInfo
2021-01-29 09:30:54 +08:00
Him188
b254018a74
Add README for mirai-console-intellij
2021-01-29 09:05:59 +08:00
Him188
2e4ca12929
Configure experimental annotations, binary compatibility validator, dokka, build, publishing, for mirai-console.
2021-01-28 10:13:42 +08:00