This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
2009-04-10 Rudolf <omouse@gmail.com> |
| 2 |
|
| 3 |
* processing-make-compile-command: Added conversion for |
| 4 |
processing-location variable. It has to be treated as a directory |
| 5 |
name otherwise the path concatenation will not work. |
| 6 |
|
| 7 |
2009-02-06 Rudolf Olah <omouse@gmail.com> |
| 8 |
|
| 9 |
* processing-mode.el: Added proper licensing notice for GPLv3 to |
| 10 |
top of file. Added a hook to for processing-mode that sets the |
| 11 |
buffer-local compile-command. |
| 12 |
(concat-with-delims): Removed function. Was only used in one |
| 13 |
location. |
| 14 |
(make-java-classpath): Replaced 'apply call to 'concat-with-delims |
| 15 |
with a lambda version. Added a documentation string explaining the |
| 16 |
function. |
| 17 |
(make-java-classpath): The delimiter is now dependent on the |
| 18 |
platform. Patch by kantide@yahoo.com. |
| 19 |
(processing-make-compile-command): New function. Creates a |
| 20 |
compile-command that's used in the processing-mode-hook. |
| 21 |
(processing-commander): Relocated code for compile-command |
| 22 |
construction. |
| 23 |
|
| 24 |
* README: Added instructions on how to setup processing-mode.el |