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

Key: RSRP-34263
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Sergey Coox
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

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

Extend selection doesn't work right with nested regions

Created: 10 Jan 07 20:29   Updated: 17 Feb 08 15:43
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
When #region a is selected it is expected, that next selection should be content of region "b" without region/endregion directives

#region b
if (statement.GetTreeStartOffset() >= maxOffset) break;
#region a
if (statement == declarationStatement)

{ startCollecting = true; continue; }

if (!startCollecting) continue;
IDeclarationStatement declStmt = statement as IDeclarationStatement;
#endregion
if (declStmt == null) continue;
#endregion



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