oooh thankyou thankyou thankyou ... seems obvious now, but I can't tell you how many hours I spent going through the BBEdit User Guide and never found anything like that. YAY!
On Wednesday, July 24, 2013 11:40:06 AM UTC-6, Oliver Taylor wrote: > > On Jul 24, 2013, at 9:59 AM, Laura Gutman <[email protected]<javascript:>> > wrote: > > > When I choose the Un/Comment Text command (from the menu or by keyboard > shortcut), if I have multiple lines of code selected, I would like a > block-style comment applied/removed. > > > From the "Expert Preferences" section of BBEdit's Help: > > > When using the Un/Comment command, BBEdit will use the line comment > delimiter for the document's language whenever possible. If you would > prefer to use block comments whenever possible: > > > > defaults write com.barebones.bbedit PreferLineCommentsWhenCommenting > -bool NO > > > > When using the Un/Comment command, if nothing is selected, BBEdit will > use the line comment delimiter to comment (or uncomment) the entire line. > If you would prefer that BBEdit insert the line-comment delimiter at the > insertion point instead: > > > > defaults write com.barebones.bbedit CommentWholeLineWithInsertionPoint > -bool NO > > > -- This is the BBEdit Talk public discussion group. 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> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected].
