From: Sean Proctor Newsgroups: comp.os.msdos.djgpp Subject: Re: How about bracket matching??? Message-ID: References: <38EBD03D DOT 895D1680 AT mindspring DOT com> <38EBFBD7 DOT 7D03CB96 AT hotmail DOT com> <38ee2d47 DOT 139819138 AT news DOT warwick DOT net> <38EF04B6 DOT 231F54A AT is DOT elta DOT co DOT il> <38F1A693 DOT 885A0366 AT mtu-net DOT ru> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 21 Date: Thu, 29 Jun 2000 05:22:22 GMT NNTP-Posting-Host: 207.16.153.53 X-Complaints-To: Abuse Role , We Care X-Trace: newshog.newsread.com 962256142 207.16.153.53 (Thu, 29 Jun 2000 01:22:22 EDT) NNTP-Posting-Date: Thu, 29 Jun 2000 01:22:22 EDT Organization: ENTER.net (enter.net) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Mon, 10 Apr 2000 14:01:55 +0400, "Alexei A. Frounze" wrote: >Well, what you discuss is really a taste of a programmer. > >But everyone of you has noticed that matching open and close brackets is a real >pain, if your program has up to 10 nested cycles/loops or even composite >operators. Especially if this part of source doesn't fit entirely to the screen. > >What do you suggest here, huh? > >IMO RHIDE should have a bracket matching feature. I've seen it in Watcom C IDE, >it's nice and easy to use, but some hot keys should be used for that instead of >mouse click. > >What do you think? in my opinion if you have 10 nested loops, etc, you need to break your program down a little in to functions... =) Sean