Skip to content

Commit

Permalink
extract intellij.platform.ide.codeinsight.inline
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b80c9bdb75132fdf82a217ab31f034da6c4593a6
  • Loading branch information
develar authored and intellij-monorepo-bot committed Dec 16, 2024
1 parent fd4c5f1 commit 3b78851
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions intellij.ideolog.iml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<orderEntry type="module" module-name="intellij.platform.editor" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
<orderEntry type="module" module-name="intellij.platform.ide.codeinsight.inline" />
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="library" name="miglayout-swing" level="project" />
<orderEntry type="module" module-name="intellij.regexp" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface EditorLineStripeHintComponentBuilderProvider {
companion object {
@JvmField
val EP_NAME: ExtensionPointName<EditorLineStripeHintComponentBuilderProvider> =
ExtensionPointName.create("com.intellij.ideolog.editorLineStripeHintComponentBuilderProvider")
ExtensionPointName("com.intellij.ideolog.editorLineStripeHintComponentBuilderProvider")
}

fun getBuilder(project: Project): EditorLineStripeHintComponentBuilder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import com.intellij.codeInsight.editorLineStripeHint.EditorLineStripeHintCompone
import com.intellij.openapi.Disposable
import com.intellij.openapi.util.Disposer

data class LogInlay(
internal data class LogInlay(
private val endOfLinePanel: EditorLineStripeHintComponent,
) : Disposable {
init {
Expand Down

0 comments on commit 3b78851

Please sign in to comment.