Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
Mirabile Futurum
State
Open
Assignee
Ilya Ryzhenkov
Subsystem
File structure
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Christian Eitner
    5 years ago (05 Aug 2006 18:44)
  • Updated by   Christian Eitner
    5 years ago (07 Feb 2007 20:33)
  • Jira: RSRP-12483
    (history, comments)
 
RSRP-12483 Embrace With Region in File Structure Does Not Heed Existing #if
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Having the two members of the following code:

[...]

  1. if DEBUG
private int mInt1;
  1. endif
private int mInt2;

[...]

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

  1. if DEBUG
#region Region

private int mInt1;
  1. endif
private int mInt2;

#endregion

, which is incorrect syntax.
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments