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

Key: RSRP-12483
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Christian Eitner
Votes: 0
Watchers: 0
Operations

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

Embrace With Region in File Structure Does Not Heed Existing #if

Created: 05 Aug 06 18:44   Updated: 07 Feb 07 19:33
Component/s: Code View - File structure
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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

Build: 209
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=12483


 Description  « Hide
Having the two members of the following code:

[...]

#if DEBUG
private int mInt1;
#endif
private int mInt2;

[...]

embraced with a region on the File Structure (new version) window, results in

#if DEBUG
#region Region

private int mInt1;
#endif
private int mInt2;

#endregion

, which is incorrect syntax.



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