[SVN] r2641 (C)

Chris Thomas chris at cjack.com
Tue Jan 31 17:51:11 UTC 2006


• In the C++ constructor rule, eliminate false positives such as for(), if(), while()...
• Deleted the constructor prototype rule. This was catching simple no-return-value function calls in function/method bodies. I don't know of a good way to make it happy (probably have to limit it to class declarations, but then it still falsely triggers in inline function bodies).

Changed:
U   trunk/Bundles/C.tmbundle/Syntaxes/C++.plist



More information about the textmate-dev mailing list