Search code examples
jedit

jEdit plugin best practise


Which plugin could be example of the best jEdit plugin? In terms of the code, the use of tests.

I've made Markdown plugin and want to update it. This plugin has no any tests and uses a singleton. Which plugin can I use as example?


Solution

  • I don't think there is an example of the "best" jEdit plugin. It always depends on what you try to implement how to do it.