diff options
author | 2020-07-25 00:20:13 -0400 | |
---|---|---|
committer | 2020-07-25 00:20:13 -0400 | |
commit | 44beff91b257a9d7874e20790d50a8568990d9e6 (patch) | |
tree | 23167dab39f2475c9d65a73cffa1ccb59febcb39 /CHANGELOG.md | |
parent | 8cfb09b23bf718af6a705291b74abb4e2c62b7e3 (diff) | |
download | textadept-44beff91b257a9d7874e20790d50a8568990d9e6.tar.gz textadept-44beff91b257a9d7874e20790d50a8568990d9e6.zip |
Moved incremental find into Find & Replace Pane.
Added new `events.FIND_TEXT_CHANGED` to help facilitate this.
"Whole word" and "Regex" are now supported in addition to "Match case".
Also updated tests.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 041312e9..7b14eaa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -246,7 +246,7 @@ Changes: terminal version. * Replaced `ui.command_entry.enter_mode()` and `ui.command_entry.finish_mode()` with simplified [`ui.command_entry.run()`][]. -* Added [`ui.find.find_incremental_keys`][] table of key bindings during "Find +* Added `ui.find.find_incremental_keys` table of key bindings during "Find Incremental" searches. * Replaced `textadept.macros.start_recording()` and `textadept.macros.stop_recording()` with [`textadept.macros.record()`][]. @@ -268,7 +268,6 @@ Changes: [Scintilla]: http://scintilla.org [`textadept.editing.paste_reindent()`]: api.html#textadept.editing.paste_reindent [`ui.command_entry.run()`]: api.html#ui.command_entry.run -[`ui.find.find_incremental_keys`]: api.html#ui.find.find_incremental_keys [`textadept.macros.record()`]: api.html#textadept.macros.record ## 10.6 (01 Sep 2019) |