jimfoltz / SketchUp-Ruby-API-Doc

Help Document the SketchUp Ruby API using Yard
12 stars 5 forks source link

Adding global constants to the lib file. #1

Closed thomthom closed 9 years ago

thomthom commented 9 years ago

This allows IDE's like RubyMine to pick up the API as stubs. I used the constants from Constants.md for this - initial test to see if it worked - I think there might be more constants defined my SketchUp. I'll try to scan the source code.

jimfoltz commented 9 years ago

Thanks, thomthom. So I know you were using Sublime. Has RubyMine replaced Sublime for authoring SketchUp extensions?

thomthom commented 9 years ago

Not replaced - two different tools. Sublime is a nifty text editor, RubyMine a specialized IDE - it's code insight and visual debugging tools are immensely valuable, making puts debugging obsolete. :) I find that the larger the projects, the more need for an IDE I have.