Sean Kearon
- Total activity 216
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
-
Created [1177] Lambda braces - strange behaviour?
Starting with this ( | = insertion point ): iAddBoard.ItemClick += (sender, args) => | ribbon.ApplicationButtonDoubleClick += (sender, args) => Close(); Type { and you get the follo... -
Created [1176] Extract method brace cosmetics
Extract method on the inner three lines below has braces layout that is incorrect. Coming from: boardTestBindingSource.CurrentItemChanged += (sender, args) => { ... -
Created [1169] Not helping to reference assemblies
In a project, I declared a variable of a type that is declared in another project and I got the context action to help me add the reference to the project declaring the type. When I built the proj... -
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?