aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.conf
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-07-04 21:44:50 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2016-07-04 21:44:50 -0400
commit5a6b12358d5013f294b962ccd0614dbf4447348b (patch)
tree65f59af15a421cdab6669b9008427ce4c40360b3 /core/locale.conf
parent64c8a0f0c1ce3ecb5576febe2b6d9aa46e06b6f7 (diff)
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 'core/locale.conf')
-rw-r--r--core/locale.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/locale.conf b/core/locale.conf
index 8f1d8cf2..2101982f 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -75,7 +75,7 @@ _Replace = _Replace
Replace _All = Replace _All
_Match case = _Match case
_Whole word = _Whole word
-_Lua pattern = _Lua pattern
+Rege_x = Rege_x
_In files = _In files
Find in Files = Find in Files
Find: = Find:
@@ -97,7 +97,7 @@ Replace: = Replace:
[All] = [All]
Case(F1) = Case(F1)
Word(F2) = Word(F2)
-Pattern(F3) = Pattern(F3)
+Regex(F3) = Regex(F3)
Files(F4) = Files(F4)
# modules/textadept/keys.lua