Does anyone know of a way to change BBEdit's default css editing style
in relation to text completion?
For example. If I type:
ma
BBEdit show's me the text completion menu and I choose 'margin'.
I get this, with the placeholder selected:
margin: <##>;
what I really want is just this:
margin:
with the cursor positioned after the colon.
I do a lot of css editing and BBEdit causes me a number of extra (and
awkward) keystrokes because my css looks like this snippet:
margin-bottom:1.25em; margin-left:40px; font-size:12px; line-height:
18px;
I don't use a space between the two parts of the rule, I use a space
between rules.
So, to get what I want from text completion in CSS I need to do the
following:
1. get to this point with the placeholder selected:
margin: <##>;
2. hit Delete twice - Delete is an awkward key, a real stretch.
3. type the value
4. press the right arrow key, a really, really awkward key
Typing the extra 2 Deletes and the right-arrow key all day long over
and over is wasteful.
Anyone one know of a way to change BBEdit's assumptions about text
completion in CSS?
Thank you
--
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>