hide undefined #ifdef sections in µV4 editor

Is is posible to hide undefined sections?
in case of several possible controllers i use something like that:

#define CONTR2
#ifdef CONTR1
...
#else
#ifndef CONTR3
...
#endif
...

#endif
#if (defined(CONTR2) || defined(CONTR1))
...
#endif

How can I hide all undefined sections in µV4 editor?

Parents Reply Children
No data
More questions in this forum