Gal Sasson

Results 7 comments of Gal Sasson

The issue here is Tweak mode trying to convert ```case 1:``` into ```case :``` so it breaks the case statement. A fix should be added to https://github.com/processing/processing/blob/master/java/src/processing/mode/java/tweak/SketchParser.java to ignore case...

Thanks for catching that bug @james-mcelwain Just to make sure, in my environment `x - -5` doesn't throw an error but this issue does happen when the two are next...

This is still an issue for me when I create the menubar BEFORE the window is shown. To reproduce: 1. Open a main window (hidden) 2. Create a custom menubar...

yes please, dashed lines would be an awesome addition.

Just found out about the Timeline in chrome, thanks @fjenett! I like the draw() call as a frame, I think it makes a lot of sense in debugging slow code....

I haven't been able to reproduce the issue you describe. Both modes show dark-red circle in the middle. Can you tell which version of Processing you're using and on what...

I tried it on a 32bit windows machine and it works as expected, I don't have an access to a 64bit system at the moment. One thing you can do...