mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 13:31:28 +07:00
[PyCharm] PY-74366 Jupyter (refactor): Refactor JupyterCommandModeActions, remove use delegate actions
(cherry picked from commit f8f52837594539b04b6a8c2f0d9c011cac1d3a52) (cherry picked from commit 51621231af852333aad204797ca8b5801a2b254d) IJ-CR-147319 GitOrigin-RevId: 7a56e7d579258afc964be00c0f468f9f087a7c3e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
df0ad5da47
commit
8beae300b4
@@ -39,7 +39,7 @@ internal class NotebookOutputCollapseAllAction private constructor() : ToggleAct
|
||||
}
|
||||
|
||||
// same as Collapse All Action, but collapse outputs of selected cells
|
||||
internal class NotebookOutputCollapseAllInSelectedCellsAction private constructor() : ToggleAction(), DumbAware {
|
||||
open class NotebookOutputCollapseAllInSelectedCellsAction() : ToggleAction(), DumbAware {
|
||||
override fun getActionUpdateThread(): ActionUpdateThread = ActionUpdateThread.EDT
|
||||
|
||||
override fun update(e: AnActionEvent) {
|
||||
|
||||
Reference in New Issue
Block a user