Thomas Thomassen

Results 163 issues of Thomas Thomassen

![image](https://github.com/SketchUp/api-issue-tracker/assets/192418/4b491987-011d-4389-b53a-d3f8b093d9c8) * Input params are unclear. Only signature suggest anything (`*args`). * Reference to obsolete `camera.rb`. (Not even sure what this referred to.)

Ruby API
SketchUp
documentation

It would be useful to be able to get an `ImageRep` object from a `View`. Currently we have `view.write_image` - which means writing to disk. Seeing how we are able...

enhancement
Ruby API
SketchUp

http://ruby.sketchup.com/Sketchup/DefinitionList.html#load_from_url-instance_method Document this interface similar to the other abstract interfaces we have (See #257 et al)

Ruby API
SketchUp
documentation

Related: https://github.com/lsegal/yard/issues/1187#issuecomment-641471693 It appear that with VSCode and Solargraph the stubs are not always available. It appear that YRI doesn't always trigger upon installing the gem. Is this related to...

Allow for customized command syntax to fit each editor. Add some knowledge of common editor to make it easier. **Sublime Text** https://www.sublimetext.com/docs/command-line http://www.sublimetext.com/docs/2/osx_command_line.html **Notepad++** http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Command_Line_Switches **TextMate** http://manual.macromates.com/en/using_textmate_from_terminal.html **Visual Studio** http://stackoverflow.com/questions/350323/open-a-file-in-visual-studio-at-a-specific-line-number...

enhancement

In the UI, in addition to the Select None and Select All, add Select Failed.

enhancement

The release should: - [ ] Attach the built RBZ as an artifact. - [ ] Have some means of including notable changes for the release. This doesn't necessarily reflect...

When writing tests it's easy to for get to change the test name when copy+paste a test. Ruby doesn't complain about this. Investigate if it's possible to detect this by...

enhancement

Describe how to run TestUp from SketchUp via command line.

bug