Graham Nelson <[EMAIL PROTECTED]> sez: >Somebody mentioned that regular-expression matching is now >allowed in the codeless language modules to match things >other than functions, too. Is this true, and if so, what key(s) >now accept PCREs? > >Sorry to pester on this. It would be excellent news, if true. >
Per Appendix D of the manual :-), ==== Function Scanning with Regular Expressions Codeless language modules for use with BBEdit 8.5 and later may specify the "Function Pattern" key as a PCRE-compatible regular expression instead of a string. This expression should return the named subpatterns <function_name> and <function> to identify the function's name (which will be displayed in the function popup menu) and the function as a whole. You can omit the <function> subpattern in order to allow the entire pattern to match against functions, but you should not omit the <function_name> subpattern as if this is not present, BBEdit will not display matches in the function popup. ==== Regards, Patrick Woolsey / Director of Technical Services == Bare Bones Software, Inc. <http://www.barebones.com> P.O. Box 1048, Bedford, MA 01730-1048 -- ------------------------------------------------------------------ Have a feature request? Not sure the software's working correctly? If so, please send mail to <[EMAIL PROTECTED]>, not to the list. List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml> List archives: <http://www.listsearch.com/BBEditTalk.lasso> To unsubscribe, send mail to: <[EMAIL PROTECTED]>
