Changes between Version 1 and Version 2 of Ticket #3552, comment 4


Ignore:
Timestamp:
05/28/17 20:21:06 (7 years ago)
Author:
mLipok
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3552, comment 4

    v1 v2  
    6565
    6666#Region and #EndRegion are on different Folding level and this could not be taken any way, this is just irrational.
     67
     68
     69For me this is the same case:
     70
     71{{{
     72_Example()
     73Func _Example()
     74
     75        #Region
     76EndFunc   ;==>_Example
     77
     78#EndRegion
     79}}}
     80
     81This is the same problem - different Folding Level.