diff options
author | 2016-07-04 21:44:50 -0400 | |
---|---|---|
committer | 2016-07-04 21:44:50 -0400 | |
commit | 5a6b12358d5013f294b962ccd0614dbf4447348b (patch) | |
tree | 65f59af15a421cdab6669b9008427ce4c40360b3 /core/locales/locale.fr.conf | |
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 'core/locales/locale.fr.conf')
-rw-r--r-- | core/locales/locale.fr.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/locales/locale.fr.conf b/core/locales/locale.fr.conf index 4a054071..642dc59a 100644 --- a/core/locales/locale.fr.conf +++ b/core/locales/locale.fr.conf @@ -77,7 +77,7 @@ _Replace = Remp_lacer Replace _All = _Tout remplacer _Match case = Respecter la _casse _Whole word = _Mot entier -_Lua pattern = Motif L_ua +Rege_x = Rege_x _In files = Dans les f_ichiers Find in Files = Rechercher dans les fichiers Find: = Rechercher: @@ -99,7 +99,7 @@ Replace: = Remplacer: [All] = [Tout] Case(F1) = Casse(F1) Word(F2) = Mot entier(F2) -Pattern(F3) = Motif(F3) +Regex(F3) = Regex(F3) Files(F4) = Fichiers(F4) # modules/textadept/keys.lua |