Thomas Thomassen
Thomas Thomassen
 * Input params are unclear. Only signature suggest anything (`*args`). * Reference to obsolete `camera.rb`. (Not even sure what this referred to.)
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...
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)
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...
In the UI, in addition to the Select None and Select All, add Select Failed.
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...
Describe how to run TestUp from SketchUp via command line.