On Mar 21, 2016, at 09:29, Kyle DeMilo <[email protected]> wrote: > Any chance there can be a link, perhaps under the Help menu, to either the > BBEdit Google Group, or the page on barebones.com that links here? ______________________________________________________________________
Hey Kyle, All feature requests should be sent to the support address (see BBEdit-Talk message footer). But this is easy enough to do yourself. Save this AppleScript using the Script Editor.app, and give it a suitable name: ------------------------------------------------------------- set theURL to "https://groups.google.com/forum/#!forum/bbedit" open location theURL ------------------------------------------------------------- Place it in this folder: ~/Library/Application Support/BBEdit/Scripts/ (Create the folder if needed.) Then you can access it from the Scripts Menu and/or give it a keyboard shortcut. You can customize the sort in the scripts menu if desired. See the following entry in the user manual: Manually Sorting the Text Filters and Script Menus – User Manual p. 323 -- Best Regards, Chris -- 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].
