History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-29123
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Coox
Reporter: Serge Baltic
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

ExtendSelection Action Works Incorrectly on Indentifiers with Underscores when Compared to DEVENV's Standard Action

Created: 27 Sep 06 19:50   Updated: 17 Feb 08 15:35
Component/s: Extend/Shrink Selection
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
The R#'s ExtendSelection action fails to proeprly select identifiers containing underscores. The first selection is only the current part up to the underscore, and the next one is the whole line. The DEVENV's default action that's somehow similar to it, Edit.SelectCurrentWord, selects the identifier correctly.

STR:
An XmlDoc comment on some enum member,

/// <summary>
/// Do not call <see cref="SetWindowLongPtr"/> with the GWLP_HWNDPARENT index to change the parent of a child window. Instead, use the SetParent function.
/// </summary>

Trying to select GWLP_HWNDPARENT using the ExtendSelection action. On the first try, just GWLP or HWNDPARENT gets selected. On the second, the whole line (not including the ///).

The first execution should select the whole identifier.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.