Re: [EclipseShell-developer] Jython Support
Status: Abandoned
Brought to you by:
murphee
From: Werner S. (murphee) <wer...@ne...> - 2007-02-03 15:00:00
|
Guillermo Gonzalez wrote: > First, many thanks for the EclipseShell Plugin!! > (Second, sorry for my english :P) > The project is still alive? Yep, it is. I have some new stuff in the CVS and on my machine, and I'm going for a 0.2 release just before EclipseCon 2007. > I want to comment that I'm working in the Jython feature for EclipseShell > (this started as an experiment and distraction at time of final exam's). > The state of the plugin is (very)pre-alpha, but it's (mainly) working. Cool! Do you know http://pydev.sourceforge.net/ The maintainer added some scripting support in it as far as I know, but maybe he'd be interested in EclipseShell Jython support additionally. > Most of the work to do is: > - Autocompletion > - Syntax coloring OK. I suppose you know this: http://eclipse-shell.sourceforge.net/devs/index.html If you have any questions, feel free to ask. > - Solve a problem with the console: to see the output (like in the Jython > shell), a print statement must preceed any code Hmm... do you run Jython in the same VM as Eclipse or externally? If you run it internally, your ExecutionEnvironment could just send the output of an operation directly to the OutputStream (it's handed an OutputStream that goes to the Console). murphee -- Blog @ http://jroller.com/page/murphee Maintainer of EclipseShell @ http://eclipse-shell.sourceforge.net/ |