From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,bd78b6bffebbeb9f X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!16g2000cwy.googlegroups.com!not-for-mail From: gautier_niouzes@hotmail.com Newsgroups: comp.lang.ada Subject: Re: AdaGIDE 7.42 and tabs Date: 11 Dec 2006 02:07:28 -0800 Organization: http://groups.google.com Message-ID: <1165831648.786375.193600@16g2000cwy.googlegroups.com> References: <1vtafevdmhdyx.d4kq1ryzk298.dlg@40tude.net> <1d1qpxmqm6ila.t4zxivn7nn6a.dlg@40tude.net> NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1165831655 20479 127.0.0.1 (11 Dec 2006 10:07:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 11 Dec 2006 10:07:35 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 16g2000cwy.googlegroups.com; posting-host=206.122.158.4; posting-account=CZAoAgwAAAD9ntJQ85OlWL0_Q5EFdzP_ Xref: g2news2.google.com comp.lang.ada:7884 Date: 2006-12-11T02:07:28-08:00 List-Id: Dmitry A. Kazakov: > Sure, all of them in fact. Indentation = 3, HT = 8. > > It worked satisfactory in earlier versions of AdaGIDE. Or, maybe, I just > haven't noticed anything wrong. But now indentation seems to be expanded as > 1 HT, when set to 3 spaces. Clearly 1*8 /= 3! So when the file gets opened > in another editor, the result is a total mess. Not sure about changes about h-tabs; at some point of time around 7.0 version, there was a change from RichEdit 1.0 to RichEdit 2.0. Anyway, my trick is just to avoid that character, because you always get problems (50% of editors, formatters etc. think that HT must be 4 characters, the other 50% that it must be 8). Then, use spaces, don't worry and be happy! ______________________________________________________________ Gautier -- http://www.mysunrise.ch/users/gdm/index.htm Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm NB: For a direct answer, e-mail address on the Web site!