From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/25424 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Text wrapping in SciTE Date: Fri, 20 Jan 2006 09:37:38 +0100 Message-ID: <43D0A152.4070601@wxs.nl> References: Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1137746485 3450 80.91.229.2 (20 Jan 2006 08:41:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Jan 2006 08:41:25 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Jan 20 09:41:23 2006 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 ciao.gmane.org with esmtp (Exim 4.43) id 1Ezrpe-0008Nt-PK for gctc-ntg-context-518@m.gmane.org; Fri, 20 Jan 2006 09:41:18 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4013912862; Fri, 20 Jan 2006 09:41:18 +0100 (CET) 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 16731-03; Fri, 20 Jan 2006 09:41:17 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 3C96B12839; Fri, 20 Jan 2006 09:38:02 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id D386112839 for ; Fri, 20 Jan 2006 09:38:00 +0100 (CET) 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 16703-02 for ; Fri, 20 Jan 2006 09:38:00 +0100 (CET) Original-Received: from mail.pragma-ade.net (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by ronja.ntg.nl (Postfix) with SMTP id E98EB12837 for ; Fri, 20 Jan 2006 09:37:41 +0100 (CET) Original-Received: from [10.100.1.102] (unverified [10.100.1.102]) by controller-1 (SurgeMail 3.5b3) with ESMTP id 1694 for ; Fri, 20 Jan 2006 03:49:00 +0300 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: X-Server: High Performance Mail Server - http://surgemail.com r=-274017400 X-Authenticated-User: hagen@controller-1 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.5 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:25424 Archived-At: Hooman Javidnia wrote: >Hi, > >I was wondering what is the correct way of wrapping text while typing in >SciTE. SciTE can wrap the text, but it is basically a virtual wrap, it is >a long line tailored to the view of your editing window. On the other hand >you can wrap the lines yourself by pressing enter wherever you think it is >necessary. Which one of these methods is better? Or maybe there are better >alternatives? > > if you use the properties files that come with context (as well as the lua script) then you have a justification option as well as spell checking (justification: the margin is set to the first position in the selection, which is handy for aligning e.g. itemizations) Hans