We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpProcessing Implementations › Ruby Processing from jEdit
Page Index Toggle Pages: 1
Ruby Processing from jEdit (Read 1122 times)
Ruby Processing from jEdit
Nov 5th, 2009, 2:59am
 
I have created a commando file that allows me to launch the ruby processing applet from within jEdit (hence a sort of cross-platform gui, for very little effort). jEdit has quite good support for ruby. Downloads available at jEdit.org (other downloads). You could also use a .bsh macro to make loading even easier. This is mine:-
new console.commando.CommandoDialog(view,"commando.rp5");
Cheesy http://community.jedit.org/?q=filestore/browse/20
Page Index Toggle Pages: 1