Shmuel Zeigerman

Results 62 comments of Shmuel Zeigerman

@alex-mashin I've fixed some minor issues. Could you please try again?

Here you go: ``` local rex = require "rex_pcre" local subj = "We go to school" local patt = "(\\w+)\\s+(\\w+)" local repl = "%2 %1" local from, to, cap1, cap2...

> What exactly do I require to obtain the rex object mentioned extensively in the docs? You `require()` "rex_pcre", "rex_gnu", "rex_onig", etc. > Assuming I managed to obtain this object,...

It **is** supported. One way is to supply the desired value of "execution flags" (see Lrexlib manual). Another way is to specify flags in the pattern (a quote from PCRE...

@hont512, you seem to be right. Lrexlib provides no means to user to modify pcre_extra struct that is passed as an argument to pcre_exec. I'll try to study this issue...

@hont512 Adding extra flags and parameters would complicate the Lrexlib API (which is already pretty complicated). So if the default built-in PCRE limits for `MATCH_LIMIT` and `MATCH_LIMIT_RECURSION` seem too big...

Thanks for your suggestion. It may happen but not very soon.

The required steps (many years ago) were the following: 1. You register (if not yet) on the Far Manager forum 2. You apply to administrators about your wishing to enter...

@johnd0e, as you know I'm spending all my spare time nowadays on far2m, etc. and there's no `ChangeTime` there.

1. It's not a proposed implementation here, it is just a suggestion to use the same code Far3 uses. 2. I respect you being a Far3 "patriot", but on the...