Artur Bosch
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
Created ErrorReportSubmitter replacement without deprecated `com.intellij.util.Consumer` reference
AnsweredHi, 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... -
Edited How to replace deprecated Cell.verticalAlignment in 2023.1 and also support 2022.1 for Android Studio
AnsweredHi, 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....