Page 1 of 1

FIXED? v14.80 b1: fold issue

Posted: 03 May 2021 09:20
by vha
in following .cpp code

Code: Select all

#if 0
  #define a 1
  #define a 1
#else
  #define a 2
  #define b 2
#endif
only the #else can be folded

vha

Re: v14.80 b1: fold issue

Posted: 03 May 2021 17:36
by Rickard Johansson
Should work better in next release (v14.80 beta 2). Thanks!