> On 9/24/06 at 11:21 PM, [EMAIL PROTECTED] (Steve Kinder) wrote:
> 
>> I use BBEdit when writing PHP scripts, and wondered if there is a tool or
>> feature that I am overlooking for matching curly brackets or parens in a
>> script?
> 
>  From your description, I think "Balance" is what you're looking
> for, on the View menu.


I've requested several times that they add a "balance count" to one of the
tool bars, so if I type:

   while (@data) {  if ($x) { if ($y

... the balance count shows:

  +2 {, +1 (

... (or something like that) telling me that I have 2 open left curly braces
and 1 open left paren.  When I get done, it should say +0 {, +0 ( (or maybe
just simply "balanced").  That way I don't have to run my script to see if I
remembered to close everything.

I've requested this officially through support, but if others would find
this useful, they can request it there too.  =)

- B



-- 
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to