SketchUp Ruby Code Editor is Updated
This code editor extension offers a simple to-utilize and outwardly engaging approach to compose and alter Ruby contents straightforwardly inside SketchUp. These contents would then be able to be utilized to make calculation, include usefulness or include information inside the SketchUp 3D modeling condition. The SketchUp Ruby API gives a broad arrangement of capacities to automatize SketchUp from multiple points of view or make scripted, computational math.
The developer, Alex Schreyer made this editor basically for two reasons: One is that Alex needed an approach to alter and run SketchUp Ruby code directly within SketchUp's 3D modeling condition. Regularly this is done in an outer editor, yet having an interior editor takes into account utilizing both scripting and modeling simultaneously – relying upon your requirements.
The editor needed to give simple admittance to the Ruby coding condition and act more like a genuine code editor. To achieve this, I included a touch of jQuery (and jQuery UI) enchantment to make it look great and have some extra visual highlights (for example the tabs and menus).
Alex additionally included the fantastic CodeMirror grammar highlighting motor. This gives the editor multi-language code highlighting, right TAB control, find/supplant, section coordinating, code collapsing, and numerous different highlights. Simply load the module and check it out to see with your own eyes that it is so natural to utilize!
The other purpose behind this extension is that when you compose code, for all time you need to look into documentation. To make this simpler, Alex included a lot of reference webpages to a browser window. Additionally, a dropdown beneath the editor contains some normal code pieces that can be embedded at the current cursor position. I am additionally exploring different avenues regarding a code-finish include that you can conjure anytime by clicking CTRL-SHIFT. It contains SketchUp's classes and strategies.