Artur Bosch
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
-
Artur Bosch 创建了一个帖子, 已回答ErrorReportSubmitter replacement without deprecated `com.intellij.util.Consumer` reference
Hi, IJ Platform 2023.1 deprecated `com.intellij.util.Consumer` which is however used in `openapi.ErrorReportSubmitter` and now triggers a plugin verification warning. Is there a replacement for `Er... -
Artur Bosch 创建了一个帖子, 已回答How to replace deprecated Cell.verticalAlignment in 2023.1 and also support 2022.1 for Android Studio
Hi, 2023.1 deprecates two functions in the Kotlin UI, namely:`Cell.verticalAlignment` and `Cell.horizontalAlignment`.There is a `Cell.align` replacement function, however it is not present in 2022....