This project is outdated. It will not function with SketchUp 2014 and older.
- For a newer version of TestUp: https://github.com/SketchUp/testup-2
- For a WebDialog console: https://github.com/Aerilius/sketchup-console-plus
- For Ruby debugging tools: https://github.com/SketchUp/sketchup-ruby-debugger
A SketchUp Ruby Extension that provides some tools to make developers' lives easier, including a better, badder Ruby console and a unit test runner we affectionately call "TestUp."
More tools to come. Want to contribute? Please do!
The latest and greatest (definitely still in beta) is available as an RBZ. Download the file from this url:
http://extensions.sketchup.com/content/sketchup-developer-tools
Then inside SketchUp, select Preferences > Extensions > Install Extension and select the RBZ file you just downloaded. Voila! SketchUp installs the extension. You'll find a new menu under Tools > Developer with all the goodies.
If you're a SketchUp Ruby community member, use git to grab the code, make some changes, then send us a pull request. (If you don't know what that is, that's okay, we barely know ourselves. Go google some github tutorials and give it a try. Please improve our README.md file with better instructions!)
If you're an owner of this repo, here are some steps.
Get a local copy of the files. This will create a sketchup-developer-tools folder.
git clone https://github.com/SketchUp/sketchup-developer-tools.git
cd sketchup-developer-tools
Use your favorite editor to edit README.md. Then...
git add README.md // Marks README.md for edit.
git commit -m "Editing our README" // Records changes in the local branch.
git push // Submits to repository. Yay!
See the LICENSE and NOTICE files for more information.
Copyright: Copyright (c) 2012 Trimble Navigation, Ltd.
License: Apache License, Version 2.0
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.