From 715901363a02634f5336c0d3f18cbd9a9c080b4a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Fri, 30 Apr 2021 18:40:06 -0400 Subject: Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with `events.BUFFER_{BEFORE,AFTER}_REPLACE_TEXT`. This allows more features to save/restore state when buffer contents are replaced (e.g. file reload, filter through, etc.) --- docs/changelog.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/changelog.md') diff --git a/docs/changelog.md b/docs/changelog.md index b533f394..346a487a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -221,8 +221,8 @@ Changes: * Added support for jq language. * Record directory in "Find in Files" searches. * Added `ui.update()`, mainly for unit tests. -* Added [`events.FILE_BEFORE_RELOAD`][] and [`events.FILE_AFTER_RELOAD`][] events, and - save/restore bookmarks. +* Added `events.FILE_BEFORE_RELOAD` and `events.FILE_AFTER_RELOAD` events, and save/restore + bookmarks. * Added [`events.COMMAND_TEXT_CHANGED`][] for when command entry text changes. * Added `_NOCOMPAT` option to disable temporary key shortcut compatibility checking. * Updated Spanish translation. @@ -240,8 +240,6 @@ Changes: [building with Docker]: manual.html#compiling-using-docker [`events.FIND_RESULT_FOUND`]: api.html#events.FIND_RESULT_FOUND [`ui.find.active`]: api.html#ui.find.active -[`events.FILE_BEFORE_RELOAD`]: api.html#events.FILE_BEFORE_RELOAD -[`events.FILE_AFTER_RELOAD`]: api.html#events.FILE_AFTER_RELOAD [`events.COMMAND_TEXT_CHANGED`]: api.html#events.COMMAND_TEXT_CHANGED [`view.multi_edge_column`]: api.html#view.multi_edge_column [Scintilla]: https://scintilla.org -- cgit v1.2.3