Closed simongregory closed 14 years ago
When using shift-return the method command should inspect the input string and match 'Handler' suffixes, 'on' prefixes etc and inject 'event:Event' into the method signature.
This is done and being tested in the sg branch. See this commit (59f67627f5e22bfefd4b45a0203140fc37afb7a3) for details.
Seems to be working ok so I've cherry-picked to master af7421d04bb2db34f3896cb
When using shift-return the method command should inspect the input string and match 'Handler' suffixes, 'on' prefixes etc and inject 'event:Event' into the method signature.