Aerilius / sketchup-console-plus

A better Ruby Console and IDE for integrated development in SketchUp.
MIT License
42 stars 16 forks source link

#41 Fix "ace is not defined" error #42

Open alissa-huskey opened 1 year ago

alissa-huskey commented 1 year ago

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 the define() calls in mode-ruby_sketchup.js fixed it for me.