Josh Buedel
- Total activity 87
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Created Announcing Agent Ralph
Hello!I've just released version 1.0 of my Resharper plugin, Agent Ralph.Agent Ralph is a C# code clone detection and repair tool. If any two methods in the same class and file are functionally eq... -
Created R# does not detect my plugin when installed to Local Settings\...
I am attempting to do a "just for this user" install and it's placed my plug-in into the folder: C:\Documents and Settings\Administrator\Local Settings\Application Data\JetBrains\ReSharper\v5.1\Plu... -
Created Why doesn't this replacement structured pattern work?
Why doesn't this find/replace structured pattern work?I am trying to match this code: public bool SetPandGValue( byte[] pValue, byte[] gValue ) { try { ... -
Created R# 5.0 Online Help Available?
Can I get a link to the online help for 5.0, if it exists? You know, whatever is going to replace http://www.jetbrains.com/resharper/webhelp/.I'd like to read up on the structured patterns feature... -
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