On 9/14/2006, Joe Hourcle said:
Try naming a forward lookahead assertion as 'function', so that the regex
engine considers the end of the match to be after the function name (or
some other appropriate point), but not after the function.
You can get it to find all of the function names this way, but then:
- the folds won't work because the function will end right
after the
name
- the function popup won't list the nested functions as
actually nested,
because the "outer" function ended before the "inner"
function started
Seth
--
------------------------------------------------------------------
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]>