Sean Kearon

- Total activity 216
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
-
Sean Kearon created a post, Error importing R# 8 file layout into R# 9
I have an old file layout pattern that I've been using for ages. I get an error when I try and put it into R# 9. Is there a way to import this?The steps to reporduce the error are: R# Options | C... -
Sean Kearon created a post, Navigate to external sources crashing R#
When I use Ctrl + Click to navigate to a definition that's in an external library, R# crashes. R# is set to navigate to external sources and to allow downloading. If I use Ctrl + Alt + G and sele... -
Sean Kearon created a post, [1700] Double click file structure window does not go to declaration
When I double click on a member in the file structure window, the location of the declaration - although right clicking and selecting declaration will. Is anyone else seeing this? -
Sean Kearon created a post, [1659] Reorder type members seems broken
Reorder type members with a custom reordering seems to be broken in 1659 when using a custom pattern. It is no longer reordering members of creating the regions correctly. Anyone else seeing the ... -
Sean Kearon created a post, Resharper YouTrack logins not working
I cannot use my JIRA login on the R# YouTrack (http://youtrack.jetbrains.net) like it says I can. Am I missing something and should we be using YouTrack or JIRA? -
Sean Kearon created a post, [1602] Features are disabled under VS2008
R#'s features are disabled after I've installed 1602. In previous versions I could unload and reload R# from VS Tools | Add-in Manager, but this is no longer available. Is there anything else I c... -
-
-
Sean Kearon created a post, [1243] Bad pasting and file structure window
I have two problems: Resharper | Code | Paste does not paste as it used to. Double-clicking a member in the File Structure window does not take me to the code location in the code editor. Both of t... -
Sean Kearon created a post, Correct Behaviour?
Given the following: public class Base { public virtual void DoSomething() {} } public abstract class Descendant : Base { public override void DoSomething() { base....