https://github.com/monkstone/jedit4processing
Tools to make it easier to use jEdit as your processing editor
https://github.com/monkstone/jedit4processing
Last synced: 4 months ago
JSON representation
Tools to make it easier to use jEdit as your processing editor
- Host: GitHub
- URL: https://github.com/monkstone/jedit4processing
- Owner: monkstone
- Created: 2012-11-06T11:14:27.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-04-29T05:39:22.000Z (about 9 years ago)
- Last Synced: 2025-10-22T22:43:21.829Z (8 months ago)
- Homepage: http://monkstone.github.io/jedit4processing
- Size: 292 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jedit4processing #
Since processing version 2.0, there is the possiblity of running processing scripts from the command line. That is not super convenient in itself, but coupled with a decent programmers editor such as vim (that I'm using here), emacs, textmate or jEdit you can run scripts without the need to move away from the editor.
### jedit ###
Get jEdit [here](http://www.jedit.org/), you can download some of jEdit tools at the jEdit community website.
### processing ###
Get processing [here](http://processing.org/)
### alternative language support ###
I've also produced tools for working with [processing.py](https://github.com/monkstone/processing.py-examples)
## jEdit for JRubyArt and ruby-processing
See [jEdit for JRubyArt][]
Also see [wiki](https://github.com/monkstone/jedit4processing/wiki/Setting-up-for-JRubyArt) and [ruby-processing](https://github.com/jashkenas/ruby-processing/wiki/Other-Resources) files also include in this repository.
## Install ##
Extract zip in home folder ("My Documents" windows), creates `.jedit` folder (or extract into `.jedit` folder if exists) macros need to be tuned for OS java version see jEdit for details.
For JRubyArt prior to version 1.2.0+ use k9.xml in this folder to replace the current commando file.
[jEdit for JRubyArt]:http://monkstone.github.io/jedit4processing