Command Line Issues

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Command Line Issues

whosbein
So I have this "problem" where I do things to save me from clicking a menu more than I absolutely need to...

Anyways, I like to edit code with vim and would rather use that than the built-in, crappy "TextEdit-ish" editor.  I can manage that just fine.  I also just figured out how to use javac correctly in the command line to compile my plugin.  However, the problem (or is it a "feature"?) I am running in to is that if I edit and compile the plugin with the command line while ImageJ is running, I have to actually restart ImageJ before the changes go into effect.

Yes, it's true all I'm trying to circumvent is the "Compile and Run" command in the Plugins menu, but see my first sentence :-)

So, is there some way I can write a "refresh" macro/plugin/whatever so I don't have to restart ImageJ each time I edit and compile a plugin with the command line?