|
From: Andre K. <ak...@vi...> - 2000-11-02 05:17:54
|
On Wed, 01 Nov 2000, you wrote: > Andre, > > If CodeAid in the CVS works with jEdit 2.6, why not release it to > plugin central? I want to release 2.6final soon, and I would like > all available plugins to be compatible with it. CodeAid is ready for a release on Plugin Central: CVS module: plugins/CodeAid CVS tag: codeaid-0_2_9 Requirements: JDK 1.2, jEdit2.6pre9, EditBus 0.9.4 Changes: Updated for upcoming jEdit 2.6 Besides I have also committed version 0.2 of JavaInsight. It could go on Plugin Central too. CVS module: plugins/JavaInsight CVS tag: javainsight-0_2 Requirements: jdk1.1, jEdit 2.6pre9, jode 1.0.93 (see jode.sourceforge.net) Features: - Shorter package names (javainsight.*, buildtools.*) - Updated for jode-1.0.93 - Dockable (no longer Holdable) - Correct .props file - Integrates the latest CVS version of buildtools with minor corrections ToDo: - Remove unecessary CVS files - Plugin Documentation (index.html) - Merge JavaInsight buildtools package with JCompiler's (see with Dirk) - Remove dead code in buildtools package (e.g. StaticLogger) It would be cool if someone wrote a minimalistic index.html and updated JavaInsight.props so that users would have some docs. Andre |