As I enter the following CSS, is there a way to get BBEdit to place
the closing braces as follows?

div {
        font-size: 12px;
}

Instead, as I press Enter after the "12px;" and type "}", I end up
with:

div {
        font-size: 12px;
        }

Can BBEdit be made to align the closing braces with the left margin of
the matching left brace line?

Same thing for multiple levels: so as I type, instead of ending up
with this:

div {
        font-size: 12px;
        div {
                background-color: blue;
                }
        }

I end up with:

div {
        font-size: 12px;
        div {
                background-color: blue;
        }
}

One other small note, does BBEdit not auto-complete colour names in
CSS? If I start entering "lig" for a background-color, for example. I
would like to get a list of colour names starting with "lig", such as
"lightgrey", etc.

Cheers.

-- 
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

Reply via email to