diff options
author | 2021-04-30 18:40:06 -0400 | |
---|---|---|
committer | 2021-04-30 18:40:06 -0400 | |
commit | 715901363a02634f5336c0d3f18cbd9a9c080b4a (patch) | |
tree | 315146ace595595cefe4e6b4eae01c475a21a85b /docs/changelog.md | |
parent | a775e9fb4188f2638111c15623ea9bd5c804b3e2 (diff) | |
download | textadept-715901363a02634f5336c0d3f18cbd9a9c080b4a.tar.gz textadept-715901363a02634f5336c0d3f18cbd9a9c080b4a.zip |
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.)
Diffstat (limited to 'docs/changelog.md')
-rw-r--r-- | docs/changelog.md | 6 |
1 files changed, 2 insertions, 4 deletions
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 |