Hi,
I love NCrunch! Thanks for the great work, it has truly changed the way I work!
One thing would be useful when battling with code coverage, or rather, making sure my unit tests (i.e. not the integration tests that also run in the same test library) actually do test as much as possible of their "own" class (i.e. typical one test class pr. class being tested stuff), is if we had the following hotkeys:
1. "Ignore all tests outside the currently open file in the text editor, unignore any tests in open file".
2. "Unignore all tests"
Well, #2 might already be in there, didn't check, just thought it would be useful if #1 was implemented.
There is of course a third possibility here, the opposite of #1, if you would like to check how much of your code is touched by unit tests for other classes / integration tests, but I dunno how useful this would be.
Oh, and I'm also one of those who would love to have some kind of window displaying code coverage percentage that I could pin to the UI.
Thanks again!
Havremunken