From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/34143 Path: news.gmane.org!not-for-mail From: "Zhichu Chen" Newsgroups: gmane.comp.tex.context Subject: Re: Scite folding Date: Thu, 5 Apr 2007 23:52:19 +0800 Message-ID: <769ba7780704050852l7d77e137gdaf8a83ce3b50a74@mail.gmail.com> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2138726486==" X-Trace: sea.gmane.org 1175788364 7520 80.91.229.12 (5 Apr 2007 15:52:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Apr 2007 15:52:44 +0000 (UTC) To: "mailing list for ConTeXt users" Original-X-From: ntg-context-bounces@ntg.nl Thu Apr 05 17:52:37 2007 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by lo.gmane.org with esmtp (Exim 4.50) id 1HZUGH-0007f3-6I for gctc-ntg-context-518@m.gmane.org; Thu, 05 Apr 2007 17:52:33 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id B9C9E202A1; Thu, 5 Apr 2007 17:52:32 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21334-08-5; Thu, 5 Apr 2007 17:52:26 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 6EDD8201DB; Thu, 5 Apr 2007 17:52:26 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 85D04201DB for ; Thu, 5 Apr 2007 17:52:25 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 21334-08-4 for ; Thu, 5 Apr 2007 17:52:23 +0200 (CEST) Original-Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by ronja.ntg.nl (Postfix) with ESMTP id B92B420111 for ; Thu, 5 Apr 2007 17:52:22 +0200 (CEST) Original-Received: by nz-out-0506.google.com with SMTP id n1so332750nzf for ; Thu, 05 Apr 2007 08:52:21 -0700 (PDT) Original-Received: by 10.115.76.1 with SMTP id d1mr802845wal.1175788339895; Thu, 05 Apr 2007 08:52:19 -0700 (PDT) Original-Received: by 10.114.107.11 with HTTP; Thu, 5 Apr 2007 08:52:19 -0700 (PDT) In-Reply-To: X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:34143 Archived-At: --===============2138726486== Content-Type: multipart/alternative; boundary="----=_Part_55355_8248918.1175788339784" ------=_Part_55355_8248918.1175788339784 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi Idris, AFAIK, one can modify one of the source files --- LEXTeX.cxx --- and compile it again. But I'm sure there should be some more sophisticate way. On 4/5/07, Idris Samawi Hamid wrote: > > Dear syndicate, > > Can Scite be configured for folding based on TeX keywords, or is that > something that is hardwired in Scintilla/Scite? I would like to feed Scite > all the \start-\stop's, {}, \bgroup-\egroup etc. I looked in the context > properties files but did not find anything, and it's certainly not there > by default > > Notepad++ (also scintilla-based) supports this through a nifty > define-your-own-language dialog****, as well as global RTL (no interlinear > bidi), but the developers are generally unresponsive to requests for help > or guidance from end users (as opposed to serious programmers) so I am a > bit hesitant about switching from WinEdt to Notepad++. Notepad++ also > supports folding in TeX-mode for things like \chapter, \section (without > ending tags; adopted from Visual TeX) but the dialog does not let me > extend that for ConTeXt (\subject etc). > > Anyway, whatever you can tell me about Scite and folding would be a big > help! > > Best > Idris > > -- > Professor Idris Samawi Hamid > Department of Philosophy > Colorado State University > Fort Collins, CO 80523 > > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > -- Sincerely yours, Chen ---------------------------------------------------------------- Zhi-chu Chen | Shanghai Synchrotron Radiation Facility No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China tel: 086 21 5955 3405 | zhichu.chen.googlepages.com | www.sinap.ac.cn ---------------------------------------------------------------- ------=_Part_55355_8248918.1175788339784 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi Idris,
 
AFAIK, one can modify one of the source files --- LEXTeX.cxx --- and compile it again. But I'm sure there should be some more sophisticate way.
 
On 4/5/07, Idris Samawi Hamid <ishamid@colostate.edu> wrote:
Dear syndicate,

Can Scite be configured for folding based on TeX keywords, or is that
something that is hardwired in Scintilla/Scite? I would like to feed Scite
all the \start-\stop's, {}, \bgroup-\egroup etc. I looked in the context
properties files but did not find anything, and it's certainly not there
by default

Notepad++ (also scintilla-based) supports this through a nifty
define-your-own-language dialog****, as well as global RTL (no interlinear
bidi), but the developers are generally unresponsive to requests for help
or guidance from end users (as opposed to serious programmers) so I am a
bit hesitant about switching from WinEdt to Notepad++. Notepad++ also
supports folding in TeX-mode for things like \chapter, \section (without
ending tags; adopted from Visual TeX) but the dialog does not let me
extend that for ConTeXt (\subject etc).

Anyway, whatever you can tell me about Scite and folding would be a big
help!

Best
Idris

--
Professor Idris Samawi Hamid
Department of Philosophy
Colorado State University
Fort Collins, CO 80523

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context



--
Sincerely yours,
Chen
----------------------------------------------------------------

          Zhi-chu Chen | Shanghai Synchrotron Radiation Facility
         No. 2019 | Jialuo Rd. | Jiading | Shanghai | P.R. China
             tel: 086 21 5955 3405 | zhichu.chen.googlepages.com
                                               | www.sinap.ac.cn
---------------------------------------------------------------- ------=_Part_55355_8248918.1175788339784-- --===============2138726486== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context --===============2138726486==--