I can't tell you what to do in BBEdit, but I wrote a script that will comment/uncomment each line of a selection. The link is on this page: http://dataninja.wordpress.com/2008/09/27/unified-generic-commentuncomment-scripts/ . The script does have one advantage over BBE's comment/uncomment function: if you want to comment/uncomment a single line, it's not necessary to select it; it's only necessary to have the insertion point in the line. You'll have to enter the suffix of the object pascal documents and the desired comment symbol by hand in the obvious place in the script.
Steve On Nov 27, 8:12 am, mgarrfl <[email protected]> wrote: > Just updated to 9.6.1 and I am unhappy with a change to the Un/comment > command for object pascal. > Previously, the comments would be applied to each line in the selected > text. > Now, the comment characters are added only to the beginning and end of > the selected text (with an extra return at the beginning and end}. > Also, the uncomment does not remove the extra returns. > > I looked through the options and could not see a way to specify the > type of comments (line-by-line vs block). > > Is there a way for me to avoid the extra work added in 9.6.1? > > Mike -- 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>
