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

v 1.1 - Internal Testing

Pre-release
Pre-release

Choose a tag to compare

@Manindra29 Manindra29 released this 18 Aug 19:47
· 195 commits to master since this 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