Skip to content

Releases: dcsmf/intellij-format-methods-plugin

v2.0.2

17 Jul 08:24
8bed1c8
Compare
Choose a tag to compare

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.1

02 Jan 03:32
f723d00
Compare
Choose a tag to compare

2.0.1 (2024/01/02)

  • Fix some bugs
  • 修复了一些问题

v2.0.0

07 Dec 14:16
Compare
Choose a tag to compare

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

27 Oct 13:33
Compare
Choose a tag to compare

1.1.1 (2023/10/27)

  • Fixed IDEA compatible error
  • 修复IDEA的兼容性错误

v1.1.0

26 Oct 02:48
Compare
Choose a tag to compare

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

17 Oct 15:22
Compare
Choose a tag to compare

1.0.8 (2023/10/17)

  • Fixed an issue where parameter lists were ignored when getting function signatures
  • 修复获取函数签名时忽略了参数列表的问题

v1.0.7

11 Oct 07:36
Compare
Choose a tag to compare

1.0.7 (2023/10/10)

  • Fixed the effect of the annotations like @Override on sorting
  • 修复了像@Override等注解对排序的影响

v1.0.6

28 Sep 14:31
Compare
Choose a tag to compare

1.0.6 (2023/09/28)

  • Add plugin settings, now you can customize the sort by
  • 新增插件设置,你可以自定义排序依据了

v1.0.5

26 Jun 03:31
Compare
Choose a tag to compare

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

15 Jun 09:00
Compare
Choose a tag to compare

1.0.3 (2023/06/15)

  • 修复函数排序不对的问题(Fix method sorting errors)