I attach another patch to fix the minor bug about when folding a section,
the name of the next section was folded too:
---------------------------------
[section1]
key1=value1

[section2]
key2=value2

---------------------------------

When folding section1, it became like that:
---------------------------------
[section1]
key2=value2

---------------------------------

instead of:
---------------------------------
[section1]
[section2]
key2=value2

---------------------------------

So this patch fix that (along with the first bug about not being able to
unfold sections).

Attachment: libkatepartinterfaces4-fix-unfold-ini-files.patch
Description: Binary data

Reply via email to