How to register a supported format in plugin description XML
Hi,
I wrote a plugin to support editing CSV files. Since the last version also TSV file types are supported.
Unfortunately the plugin is not proposed when working with or opening a .TSV file (only for .CSV files). There is already a thread about this issue, were I couldn't get an answer for quite some time now.
I would like to know what exactly I need to register (additionally) in the plugin.xml so that the plugin is recognized to support TSV files as well. Can anyone help out here?
Thanks!
请先登录再写评论。
Hi, Martin! Sorry for the late answer. Plugin Repository uses code analysis to understand what extensions plugin supports and you don't need to register anything additional in the plugin.xml. In case of your plugin our system has failed to detect support for TSV files therefore I will add this information manually. We are going to check where the problem in our system is and also we are going to allow authors of plugins to suggest on plugin page in plugin repository what extensions their plugin supports.
Thanks Ivan, I gave it a try and it is working now!