On Jul 24, 2013, at 9:59 AM, Laura Gutman <
rocke...@gmail.com> 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