Changes between Version 1 and Version 2 of Ticket #3552, comment 4
- Timestamp:
- 05/28/17 20:21:06 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3552, comment 4
v1 v2 65 65 66 66 #Region and #EndRegion are on different Folding level and this could not be taken any way, this is just irrational. 67 68 69 For me this is the same case: 70 71 {{{ 72 _Example() 73 Func _Example() 74 75 #Region 76 EndFunc ;==>_Example 77 78 #EndRegion 79 }}} 80 81 This is the same problem - different Folding Level.