processing-experimental
processing-experimental copied to clipboard
Experimental Mode for the PDE
For example this one: https://github.com/albertlatacz/java-repl Could live next to the console area (or be the console area).
The current method of suggesting imports seems too obtrusive, it keeps showing you the pop-up as long as import isn't found. Maybe add a 'Don't show again' checkbox..
Reproducing this issue: Use the following code (though any code reproduces this issue): void setup() { size(200, 200); background(0); text("Test", 23, 30); } void draw() { fill(random(0, 254), random(0, 254),...
As the problems window will only report anything when error checking is enabled it's visibility could be coupled with that.
When typing `Capture` the suggestion is something like `modes.java.libraries.video.bin.processing.video.Capture` which is the PDE-internal path to the .jar i believe. 
ASTGenerator class has grown to over 3000+ lines. Try to reduce it into smaller classes, thus making it easier to maintain.
we'll need to do a round of styling for everything, but in discussion with @REAS today we were wondering if the code completion window could: - have transparency - no...
I've been playing around a lot today with PDE X and right now code completion feels a little overwhelming to me. I am not sure exactly how to find the...
We need to start thinking about how to hide and reveal the menu icons needed to debug a program. Will this be a visual part of the PDE, will it...