Josh Buedel
- Total activity 87
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Created How to list the possible values of an enum?
So I am inspecting a ToString() call on an enum variable. How do I get the enumerator list of that enum?I've gotten as far as getting an ITypeElement and confirming it is an enum type. But now I'... -
Created How to create a TextRange from a line number?
Given an IProjectFile instance and a line number in that file, what is the "right" way to create a TextRange for that line, suitable for passing to Navigator.NavigateTextRange()? Right now I'm ope... -
Created Can I disable analysis on certain files without opening them?
I would like to enable solution wide analysis but disable it for a handful of specific files. And more specifically, I'd like to disable the analysis on those files without actually opening the fi... -
Created How to change the background color of a block of text?
Hello,I'd like to change the background color of consecutive lines of text. I think the attached picture says it best.I've been exploring the IHighlighting interface via the CyclomaticComplexity P... -
Created How to populate a TreeModelBrowser?
Hello,I could use a bit of help here. I am not quite clear on how to get my collection of TextRange instances to appear in the TreeModelBrowser. I've attached a code sample where I expected to ge... -
Created Will Resharper support the NUnit [Category] attribute?
I use the Category attribute to separate long running tests from the quick ones. Will (or does) the Test Runner allow me to only run tests of a certain category?Regards,Josh