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

Choose a tag to compare

@Manindra29 Manindra29 released this 09 May 17:25

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

Choose a tag to compare

@Manindra29 Manindra29 released this 21 Jan 11:29

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

Choose a tag to compare

@Manindra29 Manindra29 released this 21 Oct 09:41

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

Choose a tag to compare

@Manindra29 Manindra29 released this 06 Oct 14:17

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

Choose a tag to compare

@Manindra29 Manindra29 released this 24 Sep 18:54

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

Pre-release

Choose a tag to compare

@Manindra29 Manindra29 released this 18 Aug 19:47

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