diff options
author | 2016-07-04 21:44:50 -0400 | |
---|---|---|
committer | 2016-07-04 21:44:50 -0400 | |
commit | 5a6b12358d5013f294b962ccd0614dbf4447348b (patch) | |
tree | 65f59af15a421cdab6669b9008427ce4c40360b3 /modules/textadept/keys.lua | |
parent | 64c8a0f0c1ce3ecb5576febe2b6d9aa46e06b6f7 (diff) | |
download | textadept-5a6b12358d5013f294b962ccd0614dbf4447348b.tar.gz textadept-5a6b12358d5013f294b962ccd0614dbf4447348b.zip |
Replaced Lua pattern matching with Regex via Scintilla and TRE.
As a result, changed `ui.find.lua` to `ui.find.regex`
Also removed luautf8 dependency since it is no longer needed.
Regex replacements cannot contain embedded Lua code.
Jumping to "find in files" results selects those results instead of just jumping
to their respective lines.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 1a810969..96c51373 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -209,7 +209,7 @@ local M = {} -- Up |⇡ |^N |Cycle forward through history -- N/A |N/A |F1 |Toggle "Match Case" -- N/A |N/A |F2 |Toggle "Whole Word" --- N/A |N/A |F3 |Toggle "Lua Pattern" +-- N/A |N/A |F3 |Toggle "Regex" -- N/A |N/A |F4 |Toggle "Find in Files" -- -- †: Some terminals interpret ^Z as suspend. |