From: Leon AT caresystems DOT com DOT au To: djgpp AT delorie DOT com Date: Thu, 29 Jun 2000 16:48:22 +1000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: How about bracket matching??? Message-ID: <395B7DD6.32606.1972BA5@localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 29 Jun 2000, at 5:22, Sean Proctor wrote: > > > >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. like in VIM > >What do you think? sounds like a must for any pro editor > in my opinion if you have 10 nested loops, etc, > you need to break your program down a little in to > functions... =) > > Sean that is not always an option - if you want to write databases only - ok but if you into some heavy dsp - at times it pays not to use overhead of method calling (esp if it is not common to any other classes/methods) Leon.