Another broad area of "wishlisting" is how we can best handle the problem of our scripts accidentally clobbering other people's. It's great that Ruby is such a flexible language, but we've all seen situations where two of us choose the same name for something and everybody loses.
RickW has suggested to me that we form some sort of "official" policy and/or repository for handling this problem, and for reducing code rewriting, so that we all benefit from the collective knowledge of the group, but as of yet I haven't pulled together a proposal for the community. What are your ideas?
Some possibilities:
Create an "official" means for extending Sketchup.rb, along with a versioning system, so that we can extend the base API.
Create some kind of name-spacing convention that we can publicize and encourage folks to use.
I'm sure these are things you've all been talking about (I'm still catching up on back-messages.) I want something that's easy for people to use, from novice ruby programmer to expert. If it's too hard for people to understand and adopt, then we're wasting our time... What do you think? I'm all ears.