Commit 31eb6d040b367fcbd91b41ecbebd48d1eba9402e
- Diff rendering mode:
- inline
- side by side
README
(16 / 0)
|   | |||
| 1 | 1 | Processing mode for Emacs. | |
| 2 | 2 | Written by Rudolf Olah. | |
| 3 | |||
| 4 | This mode is a derivative of the java-mode. It adds key-bindings for | ||
| 5 | running/compiling Processing sketches and it also highlights keywords | ||
| 6 | found in the Processing language, such as ``setup'', ``draw'', and | ||
| 7 | ``frameRate''. | ||
| 8 | |||
| 9 | The 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 | |||
| 15 | The mode also includes helpful code snippets. To use them you must | ||
| 16 | install the YASnippet package found here: | ||
| 17 | |||
| 18 | http://code.google.com/p/yasnippet/ |

