[PyCharm] Removed obsolete DSConsoleOutputInlayCustomizer / ConsoleOutputStorage and stuff around. #PY-76037 Fixed

In OutputInlayFactoryConsistentMatchTest enabled tables test.

GitOrigin-RevId: b5fc09219fb13ed86157d4a0d9e038d63011f74d
This commit is contained in:
Nikita Pavlenko
2024-09-19 18:00:28 +02:00
committed by intellij-monorepo-bot
parent dd713d78c0
commit 2d315ffba1

View File

@@ -5,10 +5,8 @@ import com.intellij.openapi.extensions.ExtensionPointName
import com.intellij.notebooks.ui.visualization.NotebookEditorAppearance
import com.intellij.notebooks.ui.visualization.NotebookEditorAppearance.Companion.NOTEBOOK_APPEARANCE_KEY
private const val ID = "org.jetbrains.plugins.notebooks.editor.notebookEditorAppearanceProvider"
interface NotebookEditorAppearanceProvider {
fun create(editor: Editor): NotebookEditorAppearance?
@@ -22,4 +20,4 @@ interface NotebookEditorAppearanceProvider {
NOTEBOOK_APPEARANCE_KEY.set(editor, create(editor)!!)
}
}
}
}