Smartgroups that separate tests from code
Smartgroups that separate tests from code
- Subject: Smartgroups that separate tests from code
- From: Martin Häcker <email@hidden>
- Date: Thu, 26 Aug 2004 17:18:04 +0200
Hi there,
after weeks of fiddling I finally reverse engeneered enough of the
regex format those smartgroups use to come up with some regexes that
give me a separate smartgroups for my classes, and one for my Tests.
Perhaps anybody of you has some use for them.
--- snip ---
Classes : = "?*[^(Test)]\.[mcMC]"
Tests := "?*Test\.[mcMC]"
--- snap ---
After finding them they seem so simple. I wonder why I haven't found
this one trick earlier...
Well, hope one of you can use them.
cu Martin
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.