Skip to content

Commit

Permalink
do not export intellij.database.connectivity.tests
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a1ef44dfa34cde110c9e6cad19d11b5e3019ab72
  • Loading branch information
develar authored and intellij-monorepo-bot committed Dec 28, 2024
1 parent 2dd4ae8 commit a40746e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions terminal/intellij.ideolog.terminal.iml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.editor" />
<orderEntry type="module" module-name="intellij.terminal" />
<orderEntry type="module" module-name="intellij.ideolog" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.jetbrains.plugins.terminal.block.util.TerminalDataContextUtils.isOutp

private val documentContextKey = Key.create<IdeologDocumentContext>("IdeologTerminalDocumentContext")

class IdeologTerminalContextDetector : IdeologContextDetector {
private class IdeologTerminalContextDetector : IdeologContextDetector {
override fun detectIdeologContext(editor: Editor): IdeologDocumentContext {
return with(editor.document) {
getUserData(documentContextKey) ?: run {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import com.intellij.openapi.editor.highlighter.HighlighterIterator
import com.intellij.openapi.editor.markup.TextAttributes
import java.util.*

class TerminalLogEditorHighlighter(
internal class TerminalLogEditorHighlighter(
private val highlightingInfos: TreeSet<TerminalCommandBlockHighlighter.HighlightingInfo>,
colors: EditorColorsScheme
) : LogEditorHighlighter(colors) {
Expand Down

0 comments on commit a40746e

Please sign in to comment.