diff options
author | 2020-07-13 14:30:36 -0400 | |
---|---|---|
committer | 2020-07-13 14:30:36 -0400 | |
commit | 1e278dce5dab93b73a3699aa2cc54fa6db11f34f (patch) | |
tree | c3b58e90f15b2443e74d1cceb0749a94bb7a5d3c /modules/textadept/menu.lua | |
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 'modules/textadept/menu.lua')
-rw-r--r-- | modules/textadept/menu.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index c84e2bd7..4d461abb 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -97,7 +97,6 @@ local default_menubar = { {_L['Complete Word'], function() textadept.editing.autocomplete('word') end}, - {_L['Highlight Word'], textadept.editing.highlight_word}, {_L['Toggle Block Comment'], textadept.editing.block_comment}, {_L['Transpose Characters'], textadept.editing.transpose_chars}, {_L['Join Lines'], textadept.editing.join_lines}, |