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

Experimental Mode for the PDE

Results 19 processing-experimental issues
Sort by recently updated
recently updated
newest added

For example this one: https://github.com/albertlatacz/java-repl Could live next to the console area (or be the console area).

gsoc14
feature-request

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

enhancement
question

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

bug

As the problems window will only report anything when error checking is enabled it's visibility could be coupled with that.

enhancement

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. ![screen shot 2014-04-25 at 8 23 04 am](https://cloud.githubusercontent.com/assets/59608/2797923/8fd0473c-cc42-11e3-9386-c953b055b458.png)

bug

ASTGenerator class has grown to over 3000+ lines. Try to reduce it into smaller classes, thus making it easier to maintain.

enhancement
low-priority

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

enhancement

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

question