On Wed, Apr 15, 2015 at 1:36 PM, Sotiris Ioannou <[email protected]> wrote:
> I've tried doing my own clippings but I'm wondering if there is an easy > way to do this. > I'm pretty sure the problem is that BBEdit doesn't consider the . an auto-complete character. Possible solution: change the names of your clippings. Use an _ underscore (or any character that is considered valid for auto-complete) instead of a dot, but have the contents of the clippings files include the dots. So you'd type io_ to get a list similar to your screenshot, but it would show io_close, io_flush, etc. However when you select an item, it would actually insert io.close or io.flush because that's what is in the clippings file. Seth -- 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].
