by Mofi » Wed Feb 04, 2009 1:11 pm
I don't know only a little about PHP. The class name is not on the same line as the function definition like in C++, right? Then the answer is no.
A possible help for you could be to add a function string which finds just class ClassName, something like:
/Function String 2 = "%[^t ]++^(class[^t ]+[a-z0-9_]+^)[^t ]++{"
Then in your function list also the class names are listed. If you move the mouse pointer over the function list view, press right mouse button and uncheck Sort List, you could see which functions belong to which class because the name of a function is below the name of the class.
You should think about an upgrade to UEStudio. It has a much better support for PHP projects than UltraEdit. UEStudio '09 has for example a ClassViewer view, IntelliTips and more. UEStudio is also shareware and you can test it 45 days. So why not installing it parallel to UltraEdit and take a look which featues it has to make work with your PHP files easier and faster.