Sean Kearon
- Total activity 216
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
-
Created [1169] Create ctors spans region
Given the classes: public class Base { public Base() { } public Base(int i) { this.i = i; } private int i; } public class Derived : Base {==>cursor #region Methods ... -
Created [1169] Goto Type
When you Goto Type (Ctrl + N) to a type that is a Winform (e.g. Form1) then you are offered a list with files containing the partial type declarations (Form1.designer.cs and Form1.cs). The .design... -
Created How to get live templates from previous disk
I've just added a new main disk to my dev box and I forgot to export my live templates and file templates. I have the original disk attached as a backup - can I grab the details off the original d... -
Created 4.5 Roadmap
HiIs there a roadmap for 4.5 yet and can you say when the EAP will be strating?ThanksSean -
Created [933] Renaming comments and literals
'm renaming a parameter and it I'm not seeing the comment text correctly renamed.Before - the last "enabling" is going to be renamed:After - it hasn't been renamed:Is anyone else seeing this? -
Created [917] Unspecified Error Opening Live Template in 2008
When I open a user template I am getting an error dialog from VS saying "unspecified error". The same happens when moving back to the open tab containing the template editor.Anyone seeing similar? -
Created [917] Long Delay With Ctrl + Alt + V in 2008
I'm seeing about a 30 second wait when I bring up the R# clipboard history for the first time. Anyone else getting similar? -
Created [917] Loss of Bookmarks and Breakpoints
When I do a code cleanup, bookmarks and breakpoints against lines that will be moved are lost. Is there a way that they could be preserved?ThanksSean -
Created [917] Missing Code Documentation Analysis Warnings
I have a class and have the XML output turned on in the project's build options. For some members, R# generates a missing documentation warning, for others I just get the compiler warnings. R# se... -
Created [910] Extract Superclass - Constructors
After I extract a superclass from a class that has a default ctor and a non-default ctor, the ctor original class ctor has a ": base()" added to it. This is greyed and will be removed as it's not ...