From: Noel R. <no...@ya...> - 2001-09-20 14:47:52
|
> >F5 - Import the current buffer into the interpreter (or reload) > >And Run buffer (with and without step debugging) Attached is a JEdit macro that will run Jython on the current buffer and place the output in the JEdit console. It's only a couple of lines long, so should be easily adaptable to your own environment. Place it in the jEdit/macros/Console_Plugin directory, and restart JEdit. Once it's there, it'll show up in the Macros >> Console Plugin menu, and you can assign a key shortcut to it. It doesn't integrate with the JythonInterpreter plugin, but it's still pretty nice to have. Noel |