diff options
author | 2020-07-13 14:30:36 -0400 | |
---|---|---|
committer | 2020-07-13 14:30:36 -0400 | |
commit | 1e278dce5dab93b73a3699aa2cc54fa6db11f34f (patch) | |
tree | c3b58e90f15b2443e74d1cceb0749a94bb7a5d3c /CHANGELOG.md | |
parent | de57ae800e07e36e21741ff8983f64ed24ff16f9 (diff) | |
download | textadept-1e278dce5dab93b73a3699aa2cc54fa6db11f34f.tar.gz textadept-1e278dce5dab93b73a3699aa2cc54fa6db11f34f.zip |
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.
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 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) |