--- In [email protected], "entropyreduction"
<alancampbelllists+ya...@...> wrote:
>
> --- In [email protected], "Sheri" <sherip99@> wrote:
> 
> I give up.  Regex and dialog stay with their current official
> versions.  No further changes for forseeable future.
> 

If over the quoted test, I can document the plugin doesn't support
changing bsr_options after compilation (even though PCRE does).

That would make the only remaining issue with regex relative to the
older release: creation of unknown local variables. Would be nice to
find that, though Bruce pointed out the possibility for users to move
all command list calls to regex.pcreservices into scripts.

For dialog, I would recommend releasing 1.19. Earlier versions leak
badly and the tooltip issue has been around for a long time. Just
document that XP users need to use the manifest file to see tooltips.

Take a break and feel better.

Regards,
Sheri

> 
> > ;hRE.release ;;if used in larger test script
> > @94
> > local pattern=?"\R"
> > local hRE=regex.pcrecompile(pattern)
> > hRE.pcreMatch("\x85")
> > win.debug("94", "expect No Match", regex_status)
> > win.debug("")
> > hRE.pcreMatch("abcde\85", ?"bsr_unicode")
> > win.debug("94b", "expect Match", regex_status)
> > hRE.pcreMatch("abcde\85")
> > win.debug("94c", "expect No match", regex_status)
> > quit
> > 
> > 94b should be matching but it isn't.


Reply via email to