Skip to content
This repository was archived by the owner on Oct 4, 2019. It is now read-only.

Releases: processing/processing-experimental

PDE X v1.0.4b

09 May 17:25
Compare
Choose a tag to compare

This update contains major bug fixes. Check out revisions.txt for details.

You can install it from within Processing, using 'Add Mode' option.

For manual installation: Extract zip contents into <sketchbook>/modes folder. Restart Processing.

Compatible with Processing 2.1.2 and above.

PDE X v1.0.3b

21 Jan 11:29
Compare
Choose a tag to compare

This update contains minor bug fixes. Check out revisions.txt for details.

You can install it from within Processing, using 'Add Mode' option.

For manual installation: Extract zip contents into <sketchbook>/modes folder. Restart Processing.

Compatible with Processing 2.0.2 and above.

PDE X v1.0.2b

21 Oct 09:41
Compare
Choose a tag to compare

This update contains important bug fixes. Check out revisions.txt for details.

You can install it from within Processing, using 'Add Mode' option.

For manual installation: Extract zip contents into <sketchbook>/modes folder. Restart Processing.

Compatible with Processing 2.0.2 and above.

PDE X v1.0.1b

06 Oct 14:17
Compare
Choose a tag to compare

This update contains a major bug fix. Check out revisions.txt for details.

You can install it from within Processing, using 'Add Mode' option.

For manual installation: Extract zip contents into <sketchbook>/modes folder. Restart Processing.

Compatible with Processing 2.0.2 and above.

First Pubic Beta - PDE X v1.0.0b

24 Sep 18:54
Compare
Choose a tag to compare

You can install it from Processing, using 'Add Mode' option.

For manual installation: Extract zip contents into <sketchbook>/modes folder. Restart Processing.

Compatible with Processing 2.0.2 and above.

v 1.1 - Internal Testing

18 Aug 19:47
Compare
Choose a tag to compare
Pre-release

Compatible with Processing 2.0.2 and above.

Here's what's working -

  • Code Completion for local code and contributed libraries. Triggered after typing 2 chars generally.
  • Refactoring - Right click on a class/method/variable name, click Rename
  • Quick navigation - Ctrl(Cmd on OS X) + Left-Click on a class/method/variable name to scroll to its declaration
  • Ctrl + L (Cmd + L on OS X) for Sketch Outline, as you type in the search bar, stuff gets filtered out
  • Suggestion for missing imports

Installation: Extract the zip contents into <sketchbook>/modes folder

Major testing on Ubuntu(12.10), minor testing on Windows 7 and OS X Mountain Lion