RSTALanguageSupport
RSTALanguageSupport copied to clipboard
Suggestion / enhancement: Storing reference of class loader for each language support
Hi, first of all thanks for this and all RSyntaxTextArea related projects. Wonderful work.
Now for my suggestion :)
I am using these projects in project that works with "plugins" and during this, I discovered that it is not possible to load LanguageSupport (and related resources) when they are available by different class loader than the main application. Thus, I made small adjustments to the LanguageSupportFactory class to allow specify class loader to use when adding LanguageSupport. I attached the diff file here, just in case you want to consider making this change part of master branch.
Have a good time Best regards Mouseviator