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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2b909902584f450a X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!out03b.usenetserver.com!news.usenetserver.com!in04.usenetserver.com!news.usenetserver.com!in03.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: ANN: Basil -- Internet Message (email) and MIME library for Ada v 1.0 References: <3d42731b-4669-414e-87cc-454260ef62ec@d1g2000hsg.googlegroups.com> <6etsomF8mbmbU3@mid.individual.net> <488a9613$0$19687$4d3efbfe@news.sover.net> From: Stephen Leake Date: Sat, 26 Jul 2008 08:33:42 -0400 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) Cancel-Lock: sha1:ni4DypPn1Rb21WwOPzU56saCe0E= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 3845c488b130bc74cf41812510 Xref: g2news1.google.com comp.lang.ada:1346 Date: 2008-07-26T08:33:42-04:00 List-Id: "Peter C. Chapin" writes: > Alex R. Mosteo wrote: > >> I don't think GPS has support to reformat paragraphs of comments, or I have >> missed it till now. I'm mainly concerned with maintenance, since writing it >> nice the first time is easy. The problem comes with updates. Are you using >> some other editor? Some python script? Some other tool? Doing it by hand? > > I have nothing to do with Basil, but I will mention that Emacs knows > how to reformat paragraphs of comments (in Ada code) And many other languages; the basic 'paragraph fill' mechanism understands about comment syntax. > out of the box. In fact, this is one reason why I still tend to use > Emacs... I'm too lazy to write the necessary macros, etc, to make > this work in other editors. I don't understand why this feature > isn't standard in all modern IDEs. Does anyone know if Eclipse has a similar feature? I keep bumping into references to how wizzy Eclipse is; I may have to switch to it sometime. -- -- Stephe