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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.245.197 with SMTP id xq5mr4119550pac.42.1409598784662; Mon, 01 Sep 2014 12:13:04 -0700 (PDT) X-Received: by 10.50.77.51 with SMTP id p19mr231123igw.17.1409598784510; Mon, 01 Sep 2014 12:13:04 -0700 (PDT) Path: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!r2no12293312igi.0!news-out.google.com!aw9ni2087igc.0!nntp.google.com!r2no12293308igi.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 1 Sep 2014 12:13:03 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=24.6.21.101; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 NNTP-Posting-Host: 24.6.21.101 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3b17d51b-d5d6-4acb-a140-f7eaeefde72d@googlegroups.com> Subject: Re: Is there a way to do large block of source code comments From: Anh Vo Injection-Date: Mon, 01 Sep 2014 19:13:04 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:188785 Date: 2014-09-01T12:13:03-07:00 List-Id: On Monday, September 1, 2014 10:24:49 AM UTC-7, gdo...@gmail.com wrote: > is there a way to handle several lines at a time without having to do -- on every line? > like /* ... > ... > */ > > used in C, could be used to handle multiple line comments. Block comment is not needed. Most editors have this capability. If you use GPS, just select text block then press Ctrl+dash. If you use Adagide, select the text block then select comment button. A. Vo