Skip to content

The commanding action release

Compare
Choose a tag to compare
@davep davep released this 17 Apr 12:52
· 5 commits to main since this release
f0acd30
  • Renamed ModalInput.search to ModalInput.accept_input. (#43)
  • A Command, invoked either by the command palette or by a binding, will now always invoke its action; it's no longer necessary to use @on as well as define the action_*_command function. (#47)
  • A Command can now have an ACTION that is an inline action; it's no longer necessary to define one action_*_command per command (eg: a Quit command can set its ACTION to "app.quit", etc). (#47)