Also recognize DragRef as a method-argument.

This commit is contained in:
Jack Jansen 2001-02-05 13:47:13 +00:00
parent 6a360bd3a7
commit ecdaadb7c6
2 changed files with 625 additions and 679 deletions

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@ class MyScanner(Scanner):
listname = "functions"
if arglist:
t, n, m = arglist[0]
if t == 'DragReference' and m == "InMode":
if t in ('DragReference', 'DragRef') and m == "InMode":
classname = "Method"
listname = "methods"
return classname, listname