Re: An editor where one can execute blocs of code?
Posted by
dscho on
May 18, 2011; 8:36am
URL: http://imagej.273.s1.nabble.com/An-editor-where-one-can-execute-blocs-of-code-tp3684556p3684560.html
Hi,
On Tue, 17 May 2011, Emmanuel Levy wrote:
> I was wondering if there is a way to work on some imageJ code with
> another editor than the text window? I have seen and installed the IJ
> editor, but it seems not to have the functionalities I was searching
> for, i.e., execute a line or bloc of code for example. Maybe I missed
> something.
There is Fiji's Script Editor:
http://pacific.mpi-cbg.de/Script_EditorIt offers running just the selection (and much more).
Technically, it is possible to run the editor in plain ImageJ, but you'd
have to install a lot of .jar files.
Ciao,
Johannes