Predelnik / DSpellCheck

Notepad++ Spell-checking Plug-in
GNU General Public License v2.0
198 stars 32 forks source link

Add DSPELLCHECK_GETLANGUAGELIST_MSG to get language list #341

Closed Predelnik closed 3 months ago

Predelnik commented 3 months ago

Have chosen slightly unconventional api but it lets plugin avoid dealing with memory allocations. Here's the draft with example of interaction: https://github.com/Predelnik/DSpellCheck/wiki/API-for-interaction-from-other-plugins#dspellcheck_getlanguagelist_msg

Solves #339

ffes commented 3 months ago

Thanks for this. I have tried it out and it works great. The samples in the wiki are very useful.