Begin to make sense of the handleKeyPress() - organise it as:

Authored by sstjames on May 19 2016, 2:31 PM.

Description

Begin to make sense of the handleKeyPress() - organise it as:

  • Is completer active? If so, and it handles the event, return true.
  • Is the keypress a built-in thing recognisable by EmulatedCommandBar (e.g. ctrl-r)? If so, return true.
  • Waiting for register? Return true.
  • Else, hand off to current mode.

Details

Committed
sstjamesJun 17 2016, 8:14 AM
Parents
R39:86c9995136a6: Continue moving Command-related stuff into CommandMode.
Branches
Unknown
Tags
Unknown