micro/runtime/help
Dmytro Maluka b70f0eb113
Add onAnyEvent callback (#3244)
Implement a radical approach to improving abilities of plugins to detect
and handle various changes of micro's state: add onAnyEvent callback
which is called, literally, after any event. A plugin can use this
callback to compare a state after the previous event and after the
current event, and thus is able to catch various events that cannot be
detected using other callbacks.

Some examples of such events:

- change of current working directory
- switching cursor focus between a bufpane and the command bar
- change of message text in the status bar
2024-05-14 18:01:15 +02:00
..
colors.md help/colors: syntax: document default.yaml (#3262) 2024-04-23 21:21:51 +02:00
commands.md command: Add jump to perform a relative goto (#3210) 2024-03-25 21:16:23 +01:00
copypaste.md help: Exchange all indentations to spaces, remove trailing ws and generalize indentations (#3193) 2024-03-22 17:58:44 +01:00
defaultkeys.md help: Exchange all indentations to spaces, remove trailing ws and generalize indentations (#3193) 2024-03-22 17:58:44 +01:00
help.md help: Exchange all indentations to spaces, remove trailing ws and generalize indentations (#3193) 2024-03-22 17:58:44 +01:00
keybindings.md help: Exchange all indentations to spaces, remove trailing ws and generalize indentations (#3193) 2024-03-22 17:58:44 +01:00
options.md help: Exchange all indentations to spaces, remove trailing ws and generalize indentations (#3193) 2024-03-22 17:58:44 +01:00
plugins.md Add onAnyEvent callback (#3244) 2024-05-14 18:01:15 +02:00
tutorial.md Fix typo in tutorial.md (#2130) 2021-06-12 23:52:08 -04:00