Bundled Dictionary
Hi all!
I'm trying to include a bundled dictionary in my plugin
To aim it, I'm implementing the interface BundledDictionaryProvider and in the method, I return the array containing "es.dic".
Now in the settings dialog, appears the [bundled] es.dic, but it isn't recognized. I put the es.dic file into resources of plugin module, but I guess the ide isn't finding it.
If I add manually using the settings dialog, works fine.
where is the problem??
Thanks.
请先登录再写评论。
Solved! The dictionary loader takes dictionary from the same package of the Provider.