Re: meld IGNORECASE
- From: "Stephen Kennedy" <stevek gnome org>
- To: "Bobby Dennett" <rdennett shopping com>, "Stanislav Markov" <s markov elec gla ac uk>
- Cc: meld-list gnome org
- Subject: Re: meld IGNORECASE
- Date: Tue, 8 Jan 2008 01:55:24 +0000
As you say, the pattern [a-zA-Z] is the best choice at the moment.
You could include (?i) in your regex to switch on the flag. However
because all regexes are compiled into one super-regex (probably a case
of premature optimization!) it would have the side-effect of making
all regexes case-insensitive.
Stephen.
On Jan 8, 2008 1:27 AM, Bobby Dennett <rdennett shopping com> wrote:
> Stanislav Markov <s.markov <at> elec.gla.ac.uk> writes:
>
> >
> > Hi Folks,
> >
> > The question regards meld_1.1.3.
> >
> > In particular, is it possible to add new Text Filter through
> > Settings>>Preferences to ignore case in the files being compared.
> >
> > If Yes, then what exactly is the Pattern that must be entered.
> >
> > My attempts with entering I, re.I, or IGNORECASE did not take effect.
> >
> > Thanks,
> >
> > Stanislav
> >
> > PS
> > I find meld is a great utility! Many thanks to the developers!
> >
>
> Hi Stanislav,
>
> I was struggling with this earlier this afternoon as well. It seems like adding
> the pattern [a-zA-Z] works.
>
> Hope that helps,
> -Bobby
>
>
>
> _______________________________________________
> meld-list mailing list
> meld-list gnome org
> http://mail.gnome.org/mailman/listinfo/meld-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]