Kate Editor: Code Folding
| Newsgroups | gmane.comp.kde.devel.kwrite |
|---|---|
| Message-ID | <[email protected]> |
Hi, Before I think of opening an account for the KDE bug system, I wanted to see what everyone had to say about this problem: As you can see, EditPad does it right but KatePart won't include endRegion as part of the code fold, which makes the code less readable instead of more readable. Can that be fixed? Code: <RegExpr attribute="Keyword" context="#stay" String="(\.data)($)" beginRegion="DataRegion"/> <RegExpr attribute="Keyword" context="#stay" String="(\.code)($)" endRegion="DataRegion"/> Thanks,