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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8811b64ee948c3e3 X-Google-Attributes: gid103376,public From: Simon Johnston Subject: Re: Code Formatters Date: 1996/11/14 Message-ID: <01BBD208.562ECE60@idc213.rb.icl.co.uk>#1/1 X-Deja-AN: 196445343 sender: Ada programming language comments: Gated by NETNEWS@AUVM.AMERICAN.EDU content-type: text/plain; charset="us-ascii" mime-version: 1.0 newsgroups: comp.lang.ada Date: 1996-11-14T00:00:00+00:00 List-Id: Robert Dewar wrote: [snip] > but these are seldome more than very simple issues. I personally don't > like any editor that messes with me in any way (I hate templates or = any > kind of on the fly fixup of what I type), but others really like = editors > that help out (e.g. Ada mode in EMACS). One of my biggest gripes about VisualBasic programming is that damn! = editor which moves my code around, refuses to allow me to use additional = spaces to line up code.=20 It does however enforce capitalization, a thorny issue in this group :) with StandardDisclaimer; use StandardDisclaimer; package Sig is --,----------------------------------------------------------------------= ---. --|Simon K. Johnston - Technical Architect (C++/Ada95) |ICL Retail = Systems | --|-----------------------------------------------------|St Martins = Place | --|Internet : skj@acm.org |51 Bath Road = | --|Telephone: +44 (0)1753 793600 Fax: +44 (0)1753 793636|Slough = | --|Internal : 7286 4617 OP Mail: S.K.Johnston@BRA0801 |Berkshire, SL1 = 3UG | --|WWW URL : http://www.acm.org/~skj/ |United Kingdom = | --`----------------------------------------------------------------------= ---' end Sig;