Cleanup as35 patchset logic (KTI-267)

This commit is contained in:
Yunir Salimzyanov
2020-06-05 14:38:15 +03:00
parent dce19b0ace
commit 571cab305c
5 changed files with 5 additions and 5 deletions
@@ -14,7 +14,7 @@ import org.jetbrains.kotlin.idea.KotlinIcons
import org.jetbrains.kotlin.idea.highlighter.dsl.DslHighlighterExtension
import javax.swing.Icon
// FIX ME WHEN BUNCH as35 REMOVED
// FIX ME WHEN BUNCH as36 REMOVED
internal fun createDslStyleIcon(styleId: Int): Icon {
val globalScheme = EditorColorsManager.getInstance().globalScheme
val markersColor = globalScheme.getAttributes(DslHighlighterExtension.styleById(styleId)).foregroundColor
@@ -8,7 +8,7 @@ package org.jetbrains.kotlin.idea.highlighter.markers
import com.intellij.icons.AllIcons
import javax.swing.Icon
// FIX ME WHEN BUNCH as35 REMOVED
// FIX ME WHEN BUNCH as36 REMOVED
internal fun createDslStyleIcon(styleId: Int): Icon {
return AllIcons.Gutter.Colors
}
@@ -8,7 +8,7 @@ package org.jetbrains.kotlin.idea.highlighter.markers
import com.intellij.icons.AllIcons
import javax.swing.Icon
// FIX ME WHEN BUNCH as35 REMOVED
// FIX ME WHEN BUNCH as36 REMOVED
internal fun createDslStyleIcon(styleId: Int): Icon {
return AllIcons.Gutter.Colors
}
@@ -8,7 +8,7 @@ package org.jetbrains.kotlin.idea.highlighter.markers
import com.intellij.icons.AllIcons
import javax.swing.Icon
// FIX ME WHEN BUNCH as35 REMOVED
// FIX ME WHEN BUNCH as36 REMOVED
internal fun createDslStyleIcon(styleId: Int): Icon {
return AllIcons.Gutter.Colors
}
@@ -6,6 +6,6 @@
package org.jetbrains.kotlin.idea
// Remove the function, when there's no dependency to cidr during running Kotlin tests.
// FIX ME WHEN BUNCH as35 REMOVED
// FIX ME WHEN BUNCH as36 REMOVED
fun registerAdditionalResourceBundleInTests() {
}