Sean Kearon
- Total activity 216
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
-
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 = ... -
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... -
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... -
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 ... -
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... -
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? -
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... -
Created 319 - Cannot Resolve Symbol in XML Documentation
In the param name line of the xml comment, 'SetChangeEventArgs' is highlighted with 'cannot resolve symbol', althought ctrl+click take me to the symbol. /// /// Raises the event. ... -
Created [252] - Cosmetic Find Usages Bug
In the Find Usages results tab, double-clicking 'Targets' or 'Found (n usages in n files)' will collapse the node. This then makes the window appear as if it has lost its target or find results. ... -
Created [250] Find Usages Navigation Shortcuts
In when I use Find Usages, my ctrl-alt-up/down navigation shortcut keys do not work. Any ideas as to how I can fix this?ThanksSean