[TSVN] some more autocompletion rules
From: Duncan Booth <duncan.booth_at_suttoncourtenay.org.uk>
Date: 2005-02-17 12:09:16 CET
Here are a couple of regular expressions to match function definitions in
.js = (?:(?:prototype\.|this\.)(\w+)\s*=\s*)?function\s*(?:(\w*)\s*)\(
The only complexity about the Python one is that class or def needs to be
(MULTILINE) .py .pyw = ^\s*(?:class|def)\s+(\w+)
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.