TMSFNCMemo

Hello,
I'm trying the new FNCMemo component. First off all, thank you for implementing it.

In my application, I use ini files for configuration. I'm searching a way for implementing an editor able to do code completion with an ini file format using my how keywords. Is it possible to do it with this new FNCMemo ? Example:

In my inifile I have a section call [System]. I can have many keywords in this section. Is it possible to list all the possible keywords of this section ? Thats mean it should be possible the define in new language. Is it possible or will it be possible in the new version ?

Thanks

Hi,

As of yet, this has not been implemented due to other priorities. However, this has been added to our high priority list and we will be working on this in the upcoming weeks.

Thank you for the feedback.

Other question: is it possible to find out in which section of an inifile text the cursor is located ?

you can use the property 'CaretPosition' to check the linenumber and position on that line.