Make disabling plugins easier
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#if PLUGIN_RECORD_EVENTS
|
||||
Buffer *EventBuffer;
|
||||
|
||||
void Serialize(Buffer *buffer, String name, EventKind *kind) {
|
||||
@@ -67,4 +68,5 @@ void Serialize(Buffer *buffer, Event *e) {
|
||||
|
||||
void CMD_CopyEvents() {
|
||||
SaveStringInClipboard(GetString(EventBuffer));
|
||||
} RegisterCommand(CMD_CopyEvents, "ctrl-shift-alt-j", "Copy all the events from the EventBuffer");
|
||||
} RegisterCommand(CMD_CopyEvents, "ctrl-shift-alt-j", "Copy all the events from the EventBuffer");
|
||||
#endif
|
||||
Reference in New Issue
Block a user