src/main/kotlin/com/jetbrains/interactiveRebase/actions/gitPanel/StopToEditAction.kt [33:44]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.gitPanel.StopToEditAction"), "Pauses the rebase action to edit a commit", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/gitPanel/DropAction.kt [29:40]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.gitPanel.DropAction"), "Removes a commit from history", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/gitPanel/CherryAction.kt [29:40]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.gitPanel.CherryAction"), "Copies the selected commit and adds it to the commit history", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/gitPanel/PickAction.kt [33:44]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.gitPanel.PickAction"), "Set commits to its initial state.", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/gitPanel/FixupAction.kt [33:44]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.gitPanel.FixupAction"), "Combines commits into one, with a default message", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/gitPanel/SquashAction.kt [33:44]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.gitPanel.SquashAction"), "Combines commits into one, and allows to choose the new commit message", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/gitPanel/RebaseAction.kt [48:59]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.gitPanel.RebaseAction"), "Change the base of your checked-out branch.", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/changePanel/RedoAction.kt [30:41]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.changePanel.RedoAction"), "Redo the last action", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/changePanel/CollapseAction.kt [34:45]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.changePanel.CollapseAction"), "Collapse commits", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/changePanel/UndoAction.kt [30:41]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.changePanel.UndoAction"), "Undo the last action", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/changePanel/AddBranchAction.kt [47:58]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.changePanel.AddBranchAction"), "Add another branch to the view", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/changePanel/ViewDiffAction.kt [42:53]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.changePanel.ViewDiffAction"), "See the difference with initial state", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/kotlin/com/jetbrains/interactiveRebase/actions/buttonActions/AbortRebaseAction.kt [28:39]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun createCustomComponent( presentation: Presentation, place: String, ): JComponent { return RebaseActionsGroup.makeTooltip( this, presentation, place, getActionShortcutText("com.jetbrains.interactiveRebase.actions.buttonActions.AbortRebaseAction"), "Abort the rebase process", ) } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -