On Sunday, 24 July 2011 02:19:39 UTC-3, Chris Ryan wrote: 
>
> Can no longer re-edit a tag using Command-Option-M (I don't remember 
> the name of the command as I have not looked in the menu for many 
> years).
>

 That got me too, until I found it, now under Command-M.

Adding an image via the new markup panel is very cumbersome: 
> (a) apparently no keyboard shortcut to invoke a file chooser dialog; 
> (b) no way to resize the file chooser dialog when it's at the bottom 
> of the screen--Apple's "fault" perhaps but would not have been an 
> issue in the old BBEdit edit link dialog; 
> (c) no size tags once a file is selected; 
> (d) apparently enforced alt text, inserted even if I delete it.


I tend to use reusable chunks of code a lot. I have one for images, all 
wrapped in nested divs so I can style the image and its caption. Assign a 
keyboard shortcut to a Clipping containing such a thing and you're good to 
go. Just drag the image into the spot left for it. Something like this...
<div class="whatever">
 <div class="img">--drag your img in here--</div>
 <div class="caption">xxx</div>
</div>
 

> The Paragraph… command seems broken, as it seems "dumb" and only wraps 
> the entire selection in paragraph tags. This is what the next command 
> in the Block Elements submenu, Paragraph, is for, no? 
>
> When I select text and make a paragraph out of it (using the 
> Paragraph… command), the whole paragraph, including tags, used to be 
> selected. Now only the original text is selected, necessitating a 
> manual Select Paragraph to do another operation (I often add a 
> <blockquote>).
>

 Yes, I see that with the Paragraph... command. But I usually input text 
which contains things like curly quotes, which need to be translated, so for 
years I've been using the Translate command (Command-Option-T.) It does all 
the things I need to do to the text, and it gives me paragraphs in chunks 
(defined by empty lines.)

HTH

Rob

-- 
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