Build: drop Android Studio 3.4 support (KT-35374)
Delete references in code
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
193
|
193
|
||||||
191
|
191
|
||||||
183_191
|
183_191
|
||||||
as34_183_191
|
|
||||||
as35_191
|
as35_191
|
||||||
as36
|
as36
|
||||||
as40_193
|
as40_193
|
||||||
|
|||||||
@@ -46,7 +46,6 @@ enum class Ide(val platform: Platform) : CompatibilityPredicate {
|
|||||||
IJ192(Platform.P192),
|
IJ192(Platform.P192),
|
||||||
IJ193(Platform.P193),
|
IJ193(Platform.P193),
|
||||||
|
|
||||||
AS34(Platform.P183),
|
|
||||||
AS35(Platform.P183),
|
AS35(Platform.P183),
|
||||||
AS36(Platform.P192),
|
AS36(Platform.P192),
|
||||||
AS40(Platform.P193);
|
AS40(Platform.P193);
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ import org.jetbrains.kotlin.idea.highlighter.dsl.DslHighlighterExtension
|
|||||||
import javax.swing.Icon
|
import javax.swing.Icon
|
||||||
|
|
||||||
// BUNCH: as35
|
// BUNCH: as35
|
||||||
// BUNCH: as34
|
|
||||||
internal fun createDslStyleIcon(styleId: Int): Icon {
|
internal fun createDslStyleIcon(styleId: Int): Icon {
|
||||||
val globalScheme = EditorColorsManager.getInstance().globalScheme
|
val globalScheme = EditorColorsManager.getInstance().globalScheme
|
||||||
val markersColor = globalScheme.getAttributes(DslHighlighterExtension.styleById(styleId)).foregroundColor
|
val markersColor = globalScheme.getAttributes(DslHighlighterExtension.styleById(styleId)).foregroundColor
|
||||||
|
|||||||
@@ -14,7 +14,6 @@ import org.jetbrains.kotlin.idea.highlighter.dsl.DslHighlighterExtension
|
|||||||
import javax.swing.Icon
|
import javax.swing.Icon
|
||||||
|
|
||||||
// BUNCH: as35
|
// BUNCH: as35
|
||||||
// BUNCH: as34
|
|
||||||
// BUNCH: 191
|
// BUNCH: 191
|
||||||
internal fun createDslStyleIcon(styleId: Int): Icon {
|
internal fun createDslStyleIcon(styleId: Int): Icon {
|
||||||
val globalScheme = EditorColorsManager.getInstance().globalScheme
|
val globalScheme = EditorColorsManager.getInstance().globalScheme
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ import com.intellij.icons.AllIcons
|
|||||||
import javax.swing.Icon
|
import javax.swing.Icon
|
||||||
|
|
||||||
// BUNCH: as35
|
// BUNCH: as35
|
||||||
// BUNCH: as34
|
|
||||||
internal fun createDslStyleIcon(styleId: Int): Icon {
|
internal fun createDslStyleIcon(styleId: Int): Icon {
|
||||||
return AllIcons.Gutter.Colors
|
return AllIcons.Gutter.Colors
|
||||||
}
|
}
|
||||||
@@ -9,7 +9,6 @@ import com.intellij.icons.AllIcons
|
|||||||
import javax.swing.Icon
|
import javax.swing.Icon
|
||||||
|
|
||||||
// BUNCH: as35
|
// BUNCH: as35
|
||||||
// BUNCH: as34
|
|
||||||
internal fun createDslStyleIcon(styleId: Int): Icon {
|
internal fun createDslStyleIcon(styleId: Int): Icon {
|
||||||
return AllIcons.Gutter.Colors
|
return AllIcons.Gutter.Colors
|
||||||
}
|
}
|
||||||
@@ -9,7 +9,6 @@ import com.intellij.icons.AllIcons
|
|||||||
import javax.swing.Icon
|
import javax.swing.Icon
|
||||||
|
|
||||||
// BUNCH: as35
|
// BUNCH: as35
|
||||||
// BUNCH: as34
|
|
||||||
internal fun createDslStyleIcon(styleId: Int): Icon {
|
internal fun createDslStyleIcon(styleId: Int): Icon {
|
||||||
return AllIcons.Gutter.Colors
|
return AllIcons.Gutter.Colors
|
||||||
}
|
}
|
||||||
@@ -6,6 +6,6 @@
|
|||||||
package org.jetbrains.kotlin.idea
|
package org.jetbrains.kotlin.idea
|
||||||
|
|
||||||
// Remove the function, when there's no dependency to cidr during running Kotlin tests.
|
// Remove the function, when there's no dependency to cidr during running Kotlin tests.
|
||||||
// BUNCH: as34
|
// BUNCH: as35
|
||||||
fun registerAdditionalResourceBundleInTests() {
|
fun registerAdditionalResourceBundleInTests() {
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user