Descriptionmisc/notepadplus: fix functionList regex issue
The receiver name is optional. when Method's receiver name messing,
the functionList regex can't match the Method,
e.g. `func (*T) ProtoMessage() {}`.
Patch Set 1 #Patch Set 2 : diff -r 2a74ed09bf00 http://code.google.com/p/go #Patch Set 3 : diff -r 2a74ed09bf00 http://code.google.com/p/go #Patch Set 4 : diff -r 2a74ed09bf00 http://code.google.com/p/go #MessagesTotal messages: 3
|