Releases: dcsmf/intellij-format-methods-plugin
Releases · dcsmf/intellij-format-methods-plugin
v2.0.2
2.0.2 (2024/07/16)
- The access modifiers and other modifiers have been separated, and now they can each be sorted independently
- 分离了访问修饰符和其他修饰符,现在可以各自进行单独的排序
v2.0.0
2.0.0 (2023/12/07)
- Now minimum support IDEA version is 2023.3
- Now change JVM language level from 11 to 17
- 更改最低支持IDEA版本为 2023.3
- 现在编译的语言版本由11改为17
v1.1.1
1.1.1 (2023/10/27)
- Fixed IDEA compatible error
- 修复IDEA的兼容性错误
v1.1.0
1.1.0 (2023/10/25)
- Now minimum support IDEA version is 2021.3
- The settings interface replaces the previous Kotlin UI DSL Version 1 with Kotlin UI DSL Version 2
- 更改最低支持IDEA版本为 2021.3
- 设置页面使用Kotlin UI DSL Version 2替换之前的Kotlin UI DSL Version 1
v1.0.8
1.0.8 (2023/10/17)
- Fixed an issue where parameter lists were ignored when getting function signatures
- 修复获取函数签名时忽略了参数列表的问题
v1.0.7
1.0.7 (2023/10/10)
- Fixed the effect of the annotations like
@Override
on sorting
- 修复了像
@Override
等注解对排序的影响
v1.0.6
1.0.6 (2023/09/28)
- Add plugin settings, now you can customize the sort by
- 新增插件设置,你可以自定义排序依据了
v1.0.5
1.0.5 (2023/06/25)
- Clean up some excess code
- Resolve the
com.intellij.serviceContainer.AlreadyDisposedException
caused
- 清理部分多余代码
- 解决引发的
com.intellij.serviceContainer.AlreadyDisposedException
v1.0.3
1.0.3 (2023/06/15)
- 修复函数排序不对的问题(Fix method sorting errors)