Page 1 of 1

[IDE-v542b1]Folding fails with early close.

Posted: Fri Feb 12, 2016 9:04 pm
by skywalk
Ok, hard to find this in large code. :(
Need folding start ";-{" and stop ";-}" definitions if not already in Preferences.
These show up in the Procedures Panel.

Code: Select all

;-{ mymath.h                      ;<-- FOLD BUG! [F4] folds entire code.
;;blah blah
;;blah blah
#__MYMATH_HEADER                                  = #Null$
Structure MYMATH_STRUC Align #PB_Structure_AlignC ;{
  a.l
  b.d
  c.d
EndStructure  ;}MYMATH_STRUC;     ;<-- FOLD BUG! With no space between '}MYMATH'
;EndStructure  ;} MYMATH_STRUC;   ;<-- FOLD OK! If space between '} MYMATH'
;-} mymath.h
;-{ Section2
;blah
;-} Section2
;-{ Section3
;blah
;-} Section3
Workaround: Delete fold start/stop definitions ";{" and ";}" in Preferences.