always compile in withCancel

This commit is contained in:
2025-09-22 16:21:27 -05:00
parent 42e393bd9c
commit 4916a6d24e
2 changed files with 673 additions and 217 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -607,6 +607,10 @@
(cc) (cc)
})) }))
(prop CANCEL_COMMAND "CANCEL CHOICE")
(method withCancel [choices]
(.concat [CANCEL_COMMAND] choices))
(defNew (defNew
[ [
// "View" in the Model-View-Controller architecture: // "View" in the Model-View-Controller architecture:
@@ -710,10 +714,6 @@
})) }))
(shortcutHandler.registerItem "[d]efine [d]elay" redefineLastDelay) (shortcutHandler.registerItem "[d]efine [d]elay" redefineLastDelay)
(prop CANCEL_COMMAND "CANCEL CHOICE")
(method withCancel [choices]
(.concat [CANCEL_COMMAND] choices))
(shortcutHandler.registerItem "[d]efine [m]isc [i]nt" (shortcutHandler.registerItem "[d]efine [m]isc [i]nt"
->cc ->cc
(unless doingSomething (set doingSomething true) (unless doingSomething (set doingSomething true)