up vote 1 down vote favorite
share [g+] share [fb]

I have tried to do this refering to following link. http://skypher.com/index.php/2008/07/28/function-list-for-php/ But no success. Can you help me please. It will be great if namesapces also parsed.

link|improve this question

What version of Notepad and Function List are you using? With my install, Notepad++ 5.0.3 and Function List 1.2 TCL function listing just works. – Jackson Sep 21 '09 at 11:59
feedback

1 Answer

up vote 1 down vote accepted

Never mind, Notepad+= 5.4.5 unicode and function list 2.0 beta. I have succeded with

<Group name="Global Procedures" subgroup="" icon="8" child="16" autoexp="4" matchcase="0" fendtobbeg="" bbegtobend="" keywords=""> <Rules regexbeg="^proc\s+" regexfunc="[\w_]+" regexend="" bodybegin="{" bodyend="}" sep="" /> </Group> <Group name="Namespaces" subgroup="" icon="0" child="0" autoexp="4" matchcase="1" fendtobbeg="" bbegtobend="" keywords=""> <Rules regexbeg="^namespace\s+eval\s+::" regexfunc="[\w_]+" regexend="" bodybegin="" bodyend="" sep="" /> </Group>
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.