Bill Cummings

- Total activity 49
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 19
-
Edited Bitdefender warns of multiple viruses during install
Multiple viruses detected during the install of EAP 2017.1 - I am attaching some screenshots from Bitdefender. I can send the install log privately if needed. -
Created R# ignores case settings for elements in server tags
I have all my settings set to lowercase in R# (6.1.31.50) and VS2010.When I create this code the elements of the repeater tag are forced to proper case:<asp:repeater id="rptRepeater" runat="server"... -
Created Code Cleanup on Current File is Slow
I'm using ReSharper EAP 6.1.30.66. When I have a class open and press CTRL+E, F to perform a silent code cleanup the performance is VERY slow. Before the EAP's the cleanup was so quick that the pop... -
-
Created ReSharper unable to find CSS id...
I have part of a page that looks like this:ReSharper cannot find the "header-left" id in the CSS file.However, if I wrap all the contents inside the opening and closing asp:hyperlink tags inside an... -
Created Quick Fix for Missing Method in ASPX Being Put in Designer File...
Using ReSharper 6.1 EAP, v6.1.0.11493...I added a server-side control to an ASPX page, for example, a button. I added onclick="btnSubmit_Click" to the tag, which ReSharper highlights in red (which ... -
Created Implement Members for a single missing property.
I have a class that implments an interface:public interface IFoo{ string Description{get;set;} int FooId{get;set;}}public class Foo : IFoo{}If I use Alt+Enter to implement the members from ... -
Created Missing Find Usages shortcut
I am using the VS keymap in ReSharper 6 (6.0.2202.688) and the Find Usages shortcut (Shift+F12) does not work.If I switch to the IDEA keymap the shortcut (Alt+F7) works fine.Switching back to the V...