[previous] [up] [next]     [index]
Next: after-edit-sequence Up: Editor Previous: run-after-edit-sequence

editor:basic-mixin

Domain: editor<%>
Implements: editor:basic<%>
Implements: editor<%>

This provides the basic editor services required by the rest of the framework.

The result of this mixin uses the same initialization arguments as the mixin's argument.

Each instance of a class created with this mixin contains a private keymap% that is chained to the global keymap via: (send keymap chain-to-keymap (keymap:get-global) #f).

This installs the global keymap keymap:get-global to handle keyboard and mouse mappings not handled by keymap. The global keymap is created when the framework is invoked.

Methods

All Methods

[previous] [up] [next]     [index]
Next: after-edit-sequence Up: Editor Previous: run-after-edit-sequence

PLT