Jérôme Mutterer (mutterer at ibmp dot fr)
CNRS - Institut de Biologie Moléculaire des Plantes
Strasbourg, France.
Built from jEdit, has all jEdit nice features:
Three parts were important to have jEdit work properly with ImageJ:
So far I focused on the ImageJ macro language, but the IJBridge.jar jEdit plugin can be extended to provide other specific mechanisms for java plugins or other scripting languages. See 'Update' section about compiling java plugins.
Extract to the plugins folder, so that you get :
ImageJ/plugins/ijed/
ImageJ/plugins/jedit.jar
ImageJ/plugins/IJ_Ed.jar
Then fix the classpath as explained in the next section.
“IJ_Ed” will be available in the plugins/Editor/ menu.
Two steps are required:
ImageJ/plugins/ folder
Download the zip archive from the download section below, and expand it in your ImageJ/plugins/
Right click on the application Icon and choose 'Show package content'. Navigate to Info.plist entry and add :$APP_PACKAGE/../plugins/jedit.jar immediately before the last </string> in the class path.
Editing the ubuntu launcher script to add jedit.jar to the classpath did not work for me. So I put a copy of jedit.jar in ImageJ/jre/lib/ext/ Gabriel Landini sent the following working run script: cd ~/ImageJ /usr/lib/jvm/java-1.6.0/bin/java -Xmx900m -cp ij.jar:/home/gabriel/ImageJ/plugins/jedit.jar:jimi.jar:/usr/lib/jvm/java-1.6.0/lib/tools.jar ij.ImageJ $*
ImageJ.cfg file to include jedit.jar in the classpathC:\PROGRA~1\ImageJ\ jre\bin\javaw.exe -Xmx1600m -cp ij.jar;C:\PROGRA~1\ImageJ\plugins\jedit.jar;C:\PROGRA~1\ImageJ\ij.jar ij.ImageJ
jEdit/Plugins/IJ_Bridge/Run As IJ Macro, or the run icon from the toolbarjEdit/Plugins/IJ_Bridge/Install IJ Macro, or the install button from the toolbarjEdit/Plugins/IJ_Bridge/Install IJ MacroI found that some parts of this software are licensed under the terms of:
unreleased version 0.09. jEdit→IJ working OK. Matthieu Casanova suggested to start jEdit in server mode.
2009-04-23: version 0.10. P. Evouna provided the ImageJ Macro Language syntax highlighting mode.
2009-04-23: version 0.11. Joachim Wesner suggested to add Save,Compile and Run action.
2009-04-24: new version of the IJBridge.jar jEdit plugin that adds a “Save Compile And Run” java plugin action. Contains syntax highlighting modes for applescript, css, groovy, html, ijmacros, java, javascript, php, python, ruby and xml files.
2009-05-03: added two jEdit macros: long string splitting and run selection
This zip file ijed_macros.zip contains the following files, to be put in ijed/macros/
The “Compile and Run” action does not work in Linux. I'll try to fix it.