Skip to content

Commit

Permalink
IJPL-161819 update api dump
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 125637b43e7e72a954c4526456f5cf4bdc234656
  • Loading branch information
vsalavatov authored and intellij-monorepo-bot committed Sep 16, 2024
1 parent 4fbc8c3 commit 33f306e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 13 additions & 2 deletions platform/collaboration-tools/api-dump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1327,10 +1327,21 @@ f:com.intellij.collaboration.ui.codereview.diff.viewer.DiffViewerUtilKt
- findRange(com.intellij.openapi.vcs.ex.Range):com.intellij.openapi.vcs.ex.Range
- getRanges():java.util.List
- a:getReviewRanges():kotlinx.coroutines.flow.StateFlow
*f:com.intellij.collaboration.ui.codereview.editor.CodeReviewEditorGutterChangesRenderer
*c:com.intellij.collaboration.ui.codereview.editor.CodeReviewEditorGutterChangesRenderer
- com.intellij.openapi.vcs.ex.LineStatusMarkerRendererWithPopup
- *sf:Companion:com.intellij.collaboration.ui.codereview.editor.CodeReviewEditorGutterChangesRenderer$Companion
- <init>(com.intellij.collaboration.ui.codereview.editor.CodeReviewEditorGutterActionableChangesModel,com.intellij.openapi.editor.Editor,com.intellij.openapi.Disposable):V
- <init>(com.intellij.collaboration.ui.codereview.editor.CodeReviewEditorGutterActionableChangesModel,com.intellij.openapi.editor.Editor,com.intellij.openapi.Disposable,com.intellij.openapi.diff.LineStatusMarkerColorScheme):V
- b:<init>(com.intellij.collaboration.ui.codereview.editor.CodeReviewEditorGutterActionableChangesModel,com.intellij.openapi.editor.Editor,com.intellij.openapi.Disposable,com.intellij.openapi.diff.LineStatusMarkerColorScheme,I,kotlin.jvm.internal.DefaultConstructorMarker):V
- p:createCopyLineAction(com.intellij.openapi.vcs.ex.Range):com.intellij.openapi.actionSystem.AnAction
- p:createErrorStripeTextAttributes(B):com.intellij.openapi.editor.markup.TextAttributes
- p:createNextChangeAction(com.intellij.openapi.vcs.ex.Range):com.intellij.openapi.actionSystem.AnAction
- p:createPopupPanel(com.intellij.openapi.editor.Editor,com.intellij.openapi.vcs.ex.Range,java.awt.Point,com.intellij.openapi.Disposable):com.intellij.openapi.vcs.ex.LineStatusMarkerPopupPanel
- p:createPrevChangeAction(com.intellij.openapi.vcs.ex.Range):com.intellij.openapi.actionSystem.AnAction
- p:createRevertAction(com.intellij.openapi.vcs.ex.Range):com.intellij.openapi.actionSystem.AnAction
- p:createShowDiffAction(com.intellij.openapi.vcs.ex.Range):com.intellij.openapi.actionSystem.AnAction
- p:createToggleByWordDiffAction():com.intellij.openapi.actionSystem.AnAction
- f:getLineStatusMarkerColorScheme():com.intellij.openapi.diff.LineStatusMarkerColorScheme
- p:paintGutterMarkers(com.intellij.openapi.editor.Editor,java.util.List,java.awt.Graphics):V
*f:com.intellij.collaboration.ui.codereview.editor.CodeReviewEditorGutterChangesRenderer$Companion
- f:render(com.intellij.collaboration.ui.codereview.editor.CodeReviewEditorGutterActionableChangesModel,com.intellij.openapi.editor.Editor,kotlin.coroutines.Continuation):java.lang.Object
- f:setupIn(kotlinx.coroutines.CoroutineScope,com.intellij.collaboration.ui.codereview.editor.CodeReviewEditorGutterActionableChangesModel,com.intellij.openapi.editor.Editor):V
Expand Down
2 changes: 2 additions & 0 deletions platform/diff-impl/resources/api-dump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3200,6 +3200,7 @@ a:com.intellij.openapi.vcs.ex.LineStatusMarkerRenderer
- p:createGutterMarkerRenderer():com.intellij.openapi.editor.markup.LineMarkerRenderer
- pf:getDisposable():com.intellij.openapi.Disposable
- pf:getDocument():com.intellij.openapi.editor.Document
- p:getGutterLayer():I
- pf:getProject():com.intellij.openapi.project.Project
- pa:getRanges():java.util.List
- f:scheduleUpdate():V
Expand All @@ -3220,6 +3221,7 @@ a:com.intellij.openapi.vcs.ex.LineStatusMarkerRendererWithPopup
- pa:createPopupPanel(com.intellij.openapi.editor.Editor,com.intellij.openapi.vcs.ex.Range,java.awt.Point,com.intellij.openapi.Disposable):com.intellij.openapi.vcs.ex.LineStatusMarkerPopupPanel
- pf:getRanges():java.util.List
- pf:getRangesSource():com.intellij.openapi.vcs.ex.LineStatusMarkerRangesSource
- p:getTooltipText():java.lang.String
- p:paintGutterMarkers(com.intellij.openapi.editor.Editor,java.util.List,java.awt.Graphics):V
- f:reopenRange(com.intellij.openapi.editor.Editor,com.intellij.openapi.vcs.ex.Range,java.awt.Point):V
- scrollAndShow(com.intellij.openapi.editor.Editor,com.intellij.openapi.vcs.ex.Range):V
Expand Down

0 comments on commit 33f306e

Please sign in to comment.