From 1e278dce5dab93b73a3699aa2cc54fa6db11f34f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 13 Jul 2020 14:30:36 -0400 Subject: Auto-highlight all occurrences of selected words and find results. This supercedes `textadept.editing.highlight_word()`, which has been removed. Changed the color of word highlights in themes. --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 89683816..74cee61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -448,7 +448,7 @@ Changes: * Added optional position argument to [`textadept.editing.show_documentation()`][]. -* [`textadept.editing.highlight_word()`][] does not select the word by default +* `textadept.editing.highlight_word()` does not select the word by default anymore. * Changed [file filter][] format to be more flat and intuitive. * Added `-l` and `--line` command line switches to jump to a buffer line. @@ -466,7 +466,6 @@ Changes: [PGP -- 10.3 beta Modules]: download/textadept_10.3_beta.modules.zip.asc [`os.spawn()`]: api.html#os.spawn [`textadept.editing.show_documentation()`]: api.html#textadept.editing.show_documentation -[`textadept.editing.highlight_word()`]: api.html#textadept.editing.highlight_word [PDCurses]: https://pdcurses.sourceforge.io/ ## 10.2 (01 Nov 2018) -- cgit v1.2.3