mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[PyCharm] Removed obsolete DSConsoleOutputInlayCustomizer / ConsoleOutputStorage and stuff around. #PY-76037 Fixed
In OutputInlayFactoryConsistentMatchTest enabled tables test. GitOrigin-RevId: b5fc09219fb13ed86157d4a0d9e038d63011f74d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dd713d78c0
commit
2d315ffba1
@@ -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)!!)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user