Commit 31eb6d040b367fcbd91b41ecbebd48d1eba9402e

  • Tree SHA1: 768a304
  • Parent SHA1: e13dc7e (Added a few key bindings and double-quotes around the output and sketch target directory names)
  • raw diff | raw patch
Updated readme file with listing of keybindings so far
README
(16 / 0)
  
11Processing mode for Emacs.
22Written by Rudolf Olah.
3
4This mode is a derivative of the java-mode. It adds key-bindings for
5running/compiling Processing sketches and it also highlights keywords
6found in the Processing language, such as ``setup'', ``draw'', and
7``frameRate''.
8
9The key-bindings are:
10
11 C-c C-b Preprocess, and compile a sketch into .class files.
12 C-c C-r Preprocess, compile, and run a sketch.
13 C-c C-p Preprocess, compile, and run a sketch full screen.
14
15The mode also includes helpful code snippets. To use them you must
16install the YASnippet package found here:
17
18 http://code.google.com/p/yasnippet/