As mentioned in the issue, I am pretty sure the root cause is a race condition related to library loading. I don't know javascript well enough to address that problem, but just removing the ace. prefix from all of the define() calls in mode-ruby_sketchup.js fixed it for me.
This resolved issue #41 for me.
As mentioned in the issue, I am pretty sure the root cause is a race condition related to library loading. I don't know javascript well enough to address that problem, but just removing the
ace.
prefix from all of thedefine()
calls inmode-ruby_sketchup.js
fixed it for me.