From 5a6b12358d5013f294b962ccd0614dbf4447348b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 4 Jul 2016 21:44:50 -0400 Subject: 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. --- core/locales/locale.ar.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/locales/locale.ar.conf') diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf index 5d241fdd..93556bd5 100644 --- a/core/locales/locale.ar.conf +++ b/core/locales/locale.ar.conf @@ -76,7 +76,7 @@ _Replace = اس_تبدل Replace _All = استبدال ال_كل _Match case = _طابق الحالة _Whole word = _كل الكلمة -_Lua pattern = _قالب لُوَ +Rege_x = Rege_x _In files = _في الملفات Find in Files = ابحث في الملفات Find: = ا_بحث @@ -98,7 +98,7 @@ Replace: = استبدل: [All] = [الكل] Case(F1) = حالة(F1) Word(F2) = كلمة(F2) -Pattern(F3) = قالب(F3) +Regex(F3) = Regex(F3) Files(F4) = ملفات(F4) # modules/textadept/keys.lua -- cgit v1.2.3