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,8b756d9a0afb052a X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon06.news.prodigy.com!prodigy.net!newspeer.monmouth.com!nntp.abs.net!news.abs.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Quick question about Ada code formatting. References: <43F7915B.3090000@obry.net> <43F83D46.2090200@obry.net> <43F84890.7010900@obry.net> <43f871d8$0$491$9b4e6d93@newsread4.arcor-online.net> <43F872C4.50505@obry.net> <43f97b00$0$4386$626a54ce@news.free.fr> <43FCE82E.5000705@obry.net> From: Stephen Leake Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:vMtiM1cjPlMHh9YdB7Bg0F0r+tk= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 23 Feb 2006 07:56:18 -0500 NNTP-Posting-Host: 66.159.65.1 X-Complaints-To: abuse@toad.net X-Trace: news.abs.net 1140699386 66.159.65.1 (Thu, 23 Feb 2006 07:56:26 EST) NNTP-Posting-Date: Thu, 23 Feb 2006 07:56:26 EST Xref: g2news1.google.com comp.lang.ada:3097 Date: 2006-02-23T07:56:18-05:00 List-Id: Pascal Obry writes: > Stephen, > >> What information do those hyphens add over the indentation and the >> keyword 'procedure'? > > No information. Just that on the screen I can see more easily where the > routines start. "more easily" implies _some_ information content. But I guess it's purely visual, not semantic. > That's all but quite useful to me no matter the IDE I'm using (Emacs > or GPS most of the time). If the IDE displayed the keyword 'procedure' (or that whole line) in a much larger font, would that be easy enough to see? I'm looking for a way for the IDE to add the necessary visual cues, without cluttering the actual code with unnecessary, hard to maintain comments. For me and others, colorization and navigation is enough; for you and others, more seems to be needed. That makes this a personal IDE customization issue, rather than a coding style issue. On the other hand, if you want a visual clue that is independent of the IDE, then comments is the right choice. -- -- Stephe