https://bugs.kde.org/show_bug.cgi?id=422521

Nibaldo G. <nibg...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nibg...@gmail.com

--- Comment #2 from Nibaldo G. <nibg...@gmail.com> ---
This is very difficult to fully correct. One solution may be to disable the
folding of "{" and "}" inside the block "#else" - "#endif".

For example:

#ifdef SOMETHING
if (a >= b || b >= c) { // <-- Here folding in "{" is activated
#else
if (a < b && b < c) {   // <-- Here folding is disabled
#endif
    /* code */
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to