Hello,
Can anybody help me with setting up a regular expression in the worldfile to enable putting dividers in the function list that match PHP comments. For example, I'd like a regular expression to match the "------" in:
//------
That way we can divide functions in long php files using the above string and have the dividers show up in the function list.
I can't for the life of me figure out how to setup an appropriate regular expression!
Thanks so much in advance.
David
Can anybody help me with setting up a regular expression in the worldfile to enable putting dividers in the function list that match PHP comments. For example, I'd like a regular expression to match the "------" in:
//------
That way we can divide functions in long php files using the above string and have the dividers show up in the function list.
I can't for the life of me figure out how to setup an appropriate regular expression!
Thanks so much in advance.
David