FIXED? v14.80 b1: fold issue

Post bug reports when testing beta versions here.
Post Reply
User avatar
vha
Posts: 1075
Joined: 27 Jun 2007 21:34
Location: Belgium

FIXED? v14.80 b1: fold issue

Post 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
User avatar
Rickard Johansson
Site Admin
Posts: 6577
Joined: 19 Jul 2006 14:29

Re: v14.80 b1: fold issue

Post by Rickard Johansson »

Should work better in next release (v14.80 beta 2). Thanks!
Post Reply