processing / processing-experimental

Experimental Mode for the PDE
72 stars 25 forks source link

Add REPL to console area #55

Open fjenett opened 10 years ago

fjenett commented 10 years ago

For example this one: https://github.com/albertlatacz/java-repl

Could live next to the console area (or be the console area).

Manindra29 commented 10 years ago

Wow, this would be something nice! And the console will finally gain the long requested text input functionality too.

joelmoniz commented 10 years ago

What about a clear button to clear the console during run-time (or otherwise)? It might especially be useful when there are a lot of print statements, and things start getting cluttered and confusing...

fjenett commented 10 years ago

@joelmoniz .. do you want to give a fresh mode with a REPL a try as a warmup? You can base it on https://github.com/martinleopold/TemplateMode

joelmoniz commented 10 years ago

@fjenett : Thank you. I'd love to!