mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[PyCharm] PY-74366 Jupyter (refactor): Refactor JupyterCommandModeActions, remove use delegate actions
GitOrigin-RevId: f8f52837594539b04b6a8c2f0d9c011cac1d3a52
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5c19977d4d
commit
13ac28ba71
+1
-1
@@ -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