Sean Kearon

Avatar
  • Total activity 216
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 74
  • Created

    [348] Braces Layout

    In the 'Braces Layout' section in options, if I have the 'empty braces formatting' in the set to 'together on the same line' and 'method declaration' set to 'at next line', then Extract Method give...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    [340] Bad Context Error

    The given expression is never of the provided type is incorrectly shown in the code below.ThanksSean public static void Test]]>(IFoo item) where T : Bar { // 'The given expression...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    324 - Ctrl + Left/Right Navigation

    I know I've mentioned this before and that you have this recorded at http://www.jetbrains.net/jira/browse/RSRP-33133 for a fix in 3.0. However, I'd really appreciate if this could be sorted for th...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    [324] Type Argument Specification is Redundant

    We have the following function in our code base. public static ReadOnlyCollection ToBo(ReadOnlyCollection items) where T : BusinessObject { Converter converter = ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    [322] Pull Members Up in Windows Forms

    I have a widndows form that is inherited from another form. When I used pull members up to move a protected method from the descendent class to its parent, the method was places in the forms desig...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    [319] Find Results Cosmetics (??)

    In the find results window, when "Search Target" or "Found n usages in solution" are selected, their background colour goes to blue, but the text colour remains as bold black. Other items in the d...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Request - Smart Tags for Property Accessibility Modifiers

    private bool MultiString{ get { return _multiString; } private set { _multiString = value; }}The private modifier on the setter must be more restrictive than the property. It would be nice to ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    [319] Text Editor Cursor Behaviour

    The behaviour of ctrl+left/right arrow seems to have changed in recent builds. With the camel options turned on and using:...Entries);_titles = new string[0];ctrlright arrow makes the cursor jumps...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    [319] File Structure Window - Embrace With Region Loosing Focus

    Quite often, after selecting embrace with region, the region gets drawn but the focus in goes back to a member and does not remain on "]]>". Anyone else seen this?
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    [319] File Structure Window & Pull Members Up

    If I have multiple methods selected in the file structure window and select pull members up from the right-click menu, only one of the methods is checked in the pull members up dialog. Should I ex...
    • 2 followers
    • 1 comment
    • 0 votes