https://bugs.kde.org/show_bug.cgi?id=432573
Yannick Armand <yannick.arm...@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED CC| |yannick.armand@protonmail.c | |om --- Comment #1 from Yannick Armand <yannick.arm...@protonmail.com> --- The problem seems generic: as soon as there is an empty line between the line of code that defines a block (`def`, `if`...) and the code inside this block, the code fold is not proposed. This code proposes 4 folds: def test(): code = "" if True: code = "" while False: code = "" test: something This code does not offer any fold: def test(): code = "" if True: code = "" while False: code = "" test: something -- You are receiving this mail because: You are watching all bug changes.