RE: [TSVN] Autocompletion list in the commit dialog
From: Eric J. Smith <eric_at_ericjsmith.net>
Date: 2005-02-16 20:49:19 CET
Stefan,
Most of the regular expressions posted so far are going to be very slow on
(?<=class[\s])\b\w+\b
Rather than forcing the regex engine to consider every single \b (word
Also, the whole double pass regex doesn't make a lot of sense to me either.
class\s+(\w+)
Notice the parens around \w+, that will cause the regex engine to capture
Eric J. Smith
---------------------------------------------------------------------
|
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.