DanRathbun
DanRathbun
Feature Request: Save and Restore Ruby ENV vars on version switch The following ENV vars are still checked and allowed by Ruby on Win32 in both 1.8.x and 1.9.x branches...
Custom Windows System schemes make console unusable. Screenshot of console (v3.0.1) on Win7 with custom high contrast charcoal scheme: 
**Curly links prepend trailing / from URL to the front of text.** > # SOLVED > > Loren has tracked this down to the default Rdoc markup helper. > Red...
**Q: Are comment lines allowed in yardopts file ?** Thoroughly read the Guide and the yardopts help file and find no solution. Starting a line with a # character does...
**README has broken link to online tutorials**. If it was intentional to remove the online (web) API tutorials, then this repo's README should be edited to remove link. And then...
At the bottom of the Licenseing tutorial module ... `"master/examples/99_license/ex_hello_license/main.rb"` ```ruby # Fetching a license here so that it will be checked by SketchUp during # startup. This will include...
Add a Tutorial and Example for using the `Sketchup::Http::Request` and `Sketchup::Http::Response` classes. The little blurbs of sample code in each method, do not stitch together well into an example. See...
Repo tutorials do not match online tutorials. **One or the other is behind.** The repo has one more example than online, and two more tutorials than online developer site. _Ref:_...
**Needs review and updating for new features since 2.0** page path: "`/documentation/ruby-from-other-languages/to-ruby-from-c-and-cpp/`" **(1)** section **Similarities with C++** The C++ `->` operator is mentioned. The new Ruby use of the `->`...
How to send STDOUT and STDERR output to external debugger console instead of SketchUp's internal Ruby Console ? `puts()` seems not to work. On Windows I tried [`OutputDebugString`](https://msdn.microsoft.com/en-us/library/windows/desktop/aa363362(v=vs.85).aspx) and it...