processing-eclipse icon indicating copy to clipboard operation
processing-eclipse copied to clipboard

Eclipse plugin project for Processing

Results 4 processing-eclipse issues
Sort by recently updated
recently updated
newest added

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...

invalid

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,...