JPyDebug currently includes its own jython.jar which is old, and now also clashes with JythonInterpreter.
So I set a max-ver of jEdit 4.3 so it doesn't show up in the plugin manager anymore.
Either jython needs to be broken out into a separate plugin so that both JPyDebug and JythonInterpreter can depend on it, or JPyDebug needs to be rewritten to depend on JythonInterpreter.
Actually, do we need 2 different sidekick parsers for Jython? Perhaps the features that are shared between JPyDebug and JythonInterpreter can be removed from JPyDebug so there is less overlap between the two plugins.
It is not only the jython outdated. JPyDebug uses an outdated jEdit API, too.