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,d275ffeffdf83655 X-Google-Attributes: gid103376,public From: John McCabe Subject: Re: Ada Mode wish list Date: 1999/01/26 Message-ID: <36AE5C50.42B6@gecm.com>#1/1 X-Deja-AN: 437157176 Content-Transfer-Encoding: 7bit References: <782rp0$kn6$1@nnrp1.dejanews.com> <6Oap2.16170$MW1.4028@news2.giganews.com> <783nnb$s9c@drn.newsguy.com> <784qvi$a0a$1@nnrp1.dejanews.com> <78549k$iqv$1@nnrp1.dejanews.com> <785fo3$thj$1@nnrp1.dejanews.com> <36A6F997.CA210C39@easystreet.com> <36A775B3.666042D8@easystreet.com> <788svu$gl9@drn.newsguy.com> <36af43e6.7584350@news.geccs.gecm.com> <36b04b91.9547583@news.geccs.gecm.com> Content-Type: text/plain; charset=us-ascii Organization: Waterlooville Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-01-26T00:00:00+00:00 List-Id: Brian Orpin wrote: > > On Mon, 25 Jan 1999 10:27:07 GMT, abuse@borpin.demon.co.uk (Brian Orpin) > A hook that will execute the format code when using the arrow keys so if > you are editing a type or object declaration if you use the arrow keys to > move off the declaration it will reformat it. I tried this but couldn't > find the correct key codes. I think this may be a bit difficult - the main reason being that if you are half way through creating a declaration the incomplete syntax may screw things up. John