3

Does anyone know of a program that has support for code completion for Sketchup Ruby API?

rmtheis
  • 5,992
  • 12
  • 61
  • 78
Ladislav
  • 7,223
  • 5
  • 27
  • 31

2 Answers2

2

Here are some Ruby IDEs that have code completion:

Unfortunately, it looks like you might need to do some work to get the Sketchup API symbols loaded into your IDE of choice. If I come across anything, I'll edit this answer.

You might also try posting to their mailing list to see if they have any ideas: http://groups.google.com/group/google-sketchup-developers

Colin Curtin
  • 2,093
  • 15
  • 17
  • I have posted a question to the mailing list of group for google sketcup at google. Thanx for recomendation. For Ruby I use Komodo Edit, which I like and is free, but I dont have a extension for Google Sketchup API... – Ladislav Dec 13 '09 at 09:22
0

I found a code-completion addon for Notepad++. I added the SketchUp Ruby API methods to the Ruby code completion. Though I think it needs updating to support SU8's methods. I don't remember where I found it, but pretty sure it was somewhere on the SketchUcation forum: http://forums.sketchucation.com/ I'll post back if I find it.

thomthom
  • 2,854
  • 1
  • 23
  • 53