mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[terminal] restrict CompositeEditorHighlighter visibility
(cherry picked from commit 3d2f25b8b3cbdd16bc1a733a55ce8cea107dab35) IJ-CR-146871 GitOrigin-RevId: 53a527b495d806c5055563caeb4e7bb7df23bdc9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b8fe877ec9
commit
d4672f0d2e
@@ -16,7 +16,7 @@ import com.intellij.util.concurrency.annotations.RequiresEdt
|
||||
* at least two switchable highlighters are applicable
|
||||
* @property switchableEditorHighlighters List of switchable editor highlighters to combine in this composite highlighter
|
||||
*/
|
||||
abstract class CompositeEditorHighlighter(
|
||||
internal abstract class CompositeEditorHighlighter(
|
||||
private val defaultEditorHighlighter: EditorHighlighter,
|
||||
) : EditorHighlighter {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user