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/ ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Eclipse-shell-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipse-shell-developer
