By: Alexander Schreyer
Version: 2.0 (4/12/2011)
Contributors: Jim Folz (Web Console code), Dan Rathbun and others at SCF
This code editor allows creating and modifying Ruby scripts directly within SketchUp. These scripts can be used to create geometry, add functionality or add data within the SketchUp 3D modeling environment.
This editor was originally an extension of Jim Folz's excellent Web Console plugin.
I modified it mainly for two reasons: When I code, I permanently need to look up documentation.
To fix this, I added a bunch of reference webpages to a browser in a tab. The other reason
was that I wanted it to behave a bit more like a real code editor, so I added a bit of jQuery magic
to make it look good and have some additional features. The editor now also uses the Codemirror 2.0 syntax highlighter to make the code more readable.
At this point, this editor has the following features:
Issues:
For feedback and feature suggestions, visit my webpage and leave a comment.