processing-eclipse
processing-eclipse copied to clipboard
Eclipse plugin project for Processing
This isn't necessarily a problem with the code in this repository, but http://eclipse.processing.org/plugin redirects to http://processing.googlecode.com/svn/trunk/eclipse/processing.plugin.updateSite/
Hi, I have recently imported my processing application into eclipse to use it as a debugger, but I am getting errors for certain PVector methods and it is causing me...
I used eclipse plug-in to create a new program, wrote some code and it ran successfully. But when I altered the code and ran again, the result was the same...
The following line of code: rect((float)Xcoord, (float)Ycoord, (float)Xsize, (float)Ysize, (float)Rounding); (where all arguments are integers) causes the following error in the Eclipse plugin (though the applet runs): The method rect(float,...