TAdvMemo & codefolding

I'm trying to do codefolding for an inifile. Is it possible to open/close section in the editor ?

More precisly



[section1]

key1=foo

key2=bar



[section2]

key_a=wom

key_b=bat



I'd like to be able to fold the keys within section1, section2, etc.


For the INI file syntax styler ,there are currenly no region definitions added by default.

There is not really a region end marker defined in an INI file so this makes defining it different than standard and we would as such need to investigate how such region definition can be setup.