Message from discussion
"block.start.filepattern" and "block.end.filepattern" is limited to one character?
Received: by 10.224.199.9 with SMTP id eq9mr264148qab.23.1290205752218;
Fri, 19 Nov 2010 14:29:12 -0800 (PST)
X-BeenThere: scite-interest@googlegroups.com
Received: by 10.224.136.206 with SMTP id s14ls669990qat.0.p; Fri, 19 Nov 2010
14:29:11 -0800 (PST)
Received: by 10.224.28.211 with SMTP id n19mr294818qac.22.1290205751597;
Fri, 19 Nov 2010 14:29:11 -0800 (PST)
Received: by 10.224.28.211 with SMTP id n19mr294817qac.22.1290205751574;
Fri, 19 Nov 2010 14:29:11 -0800 (PST)
Return-Path: <nyamaton...@gmail.com>
Received: from mail-qy0-f176.google.com (mail-qy0-f176.google.com [209.85.216.176])
by gmr-mx.google.com with ESMTP id 19si428613qci.4.2010.11.19.14.29.10;
Fri, 19 Nov 2010 14:29:10 -0800 (PST)
Received-SPF: pass (google.com: domain of nyamaton...@gmail.com designates 209.85.216.176 as permitted sender) client-ip=209.85.216.176;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of nyamaton...@gmail.com designates 209.85.216.176 as permitted sender) smtp.mail=nyamaton...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by qyk31 with SMTP id 31so86741qyk.7
for <scite-interest@googlegroups.com>; Fri, 19 Nov 2010 14:29:10 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:received:in-reply-to
:references:date:message-id:subject:from:to:content-type;
bh=5xdxAOGYPW05a5ommV7gHAhSv+KajcpY8W3AdadvZzA=;
b=aVYcI2gtso4rB+55GkGC/AXfXkRlks8Xoar0pq0PaSP+/OW41O6K9ynwNp77CtK+q1
lto8vCYbjHdDAfd+2zu4q9NSe07jNefC/H/dIRy1/lrQfTosCkQbJngKy37sK30HDboq
GnuL0fJld9KIKMIXcp2yixRwbPZAt4V7WwYX0=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
b=ieA/Hs2cNN9mu3cwSRQO2+GJ/UYOtHFvAsyELZrIRktFpltYmYN5KXjpCkpjQrGequ
ZiE/hRd6SAestPNKHjB4xqf9Ak7ypBjtKungR+p4C3Sl/rnq34Z6QWAiOa6DYcWXb4Id
F3XH01lFZTN3XkW+gQaQ/u0Ck3mvuDQwlRtfU=
MIME-Version: 1.0
Received: by 10.229.236.196 with SMTP id kl4mr2277845qcb.109.1290205750446;
Fri, 19 Nov 2010 14:29:10 -0800 (PST)
Received: by 10.229.188.14 with HTTP; Fri, 19 Nov 2010 14:29:10 -0800 (PST)
In-Reply-To: <AANLkTi=yz85WguntdhyO3XkkmnG162+Vk-RxKdNU5...@mail.gmail.com>
References: <AANLkTi=yz85WguntdhyO3XkkmnG162+Vk-RxKdNU5...@mail.gmail.com>
Date: Sat, 20 Nov 2010 09:29:10 +1100
Message-ID: <AANLkTinufTLosd-q5wo2eYS2ekH2Suab1sEZmke5Z...@mail.gmail.com>
Subject: Re: [scite] "block.start.filepattern" and "block.end.filepattern" is
limited to one character?
From: Neil Hodgson <nyamaton...@gmail.com>
To: scite-interest@googlegroups.com
Content-Type: text/plain; charset=UTF-8
Jingcheng Zhang:
> But it looks that these options can only be set to one character. The "("
> and ")" characters in the following settings don't work:
Yes, these settings currently only look at the first character.
There's a comment n the code that you can find to work on this:
// Set of individual characters. Only one character allowed for now
Neil