Comment 2 for bug 511191

Revision history for this message
BadChoice (guitarboy000) wrote :

About te sql it really easy to add it, we have the plugin ready, I just need to add it to the plugin-text mimetypes, anyway, I'll do it as in plugin-pixbuf, getting all mimes supported by gtksourceview and add them.

I was thinking about two things,

1. Add the common plugins directly in the code (like the default interface) so it will be in the executable, and then keep other plugins as .so like now are sure this will be faster to load

2. Add a plugin-mime file with a list of each plugin wich mime types opens, and then, just load the .so need instead of load all the .so available

What do you think?