Harveyb
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Harveyb created a post, Stopping ReSharper from moving #Pragma's and #Regions to baseline
ReSharper seems to have a habit of moving #Pragma and #Region statements to the baseline instead of keeping exiting indents when doing some other procedure. I want to stop this. It's not consistent... -
Harveyb created a post, hopefully easy refactoring exercise
I have been trying to get some team code cleaned up. I think using the refactor capability should help, but am a little unclear on how to take advantage for static variables in a class that i want ... -
Harveyb created a post, Line Indent Should Not Be Changed Relative To Previous
So this was an interesting pickup by ReSharper if (e.Column.MappingName == "Facility") //e.Column.Width = 100;if (e.Column.MappingName == "Notes") e.Column.Width = 0; the commenting out of th...