Cleanup as35 patchset logic (KTI-267)
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
Reference in New Issue
Block a user