tuliob / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

[Patch] Fix class loading issue #177

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm attaching a patch which fixes a class loading issue if jsyntaxpane isn't 
loaded on the system class loader.

Please review and apply it, if possible. I'd like to use jsyntaxpane to provide 
scripting support for the OpenStreetMap editor JOSM. In this context, 
jsyntaxpane is loaded as part of a plugin on a custom class loader. 

Original issue reported on code.google.com by kguggisb...@gmail.com on 12 Jun 2011 at 3:50

Attachments:

GoogleCodeExporter commented 9 years ago
See also my clone on GitHub: 
https://github.com/Gubaer/jsyntaxpane/commits/fix-classloading

Original comment by kguggisb...@gmail.com on 12 Jun 2011 at 3:51

GoogleCodeExporter commented 9 years ago
Thanks a lot. Your fix save the day :)

Original comment by Mercuri...@gmail.com on 27 Aug 2011 at 2:39