Release Notes page(s) - Errors & Suggestions

Release Notes page(s) - Errors & Suggestions

The SketchUp Ruby API Release Notes are located here:
http://www.sketchup.com/intl/en/developer/docs/releases

This topic will serve as a thread to post suggestions for content, style & functionality, as well as notice of errors to be fixed, for the Ruby API Release Notes.

As an example of a better styled Release Notes page, I ask that you take a look at the Comodo Internet Security pages.

http://cdn.download.comodo.com/cis/download/updates/release/inis_4000/release_notes.html

Pro:

  • The left column navigation pane has links to each release further down the page.
  • Each release is set off from each other nicely with box styling.
  • Each separate release category is set off from each other nicely with bullet styling.

Con:

  • The release boxes are not collapsible.

Viewed with Chrome or MSIE, the Release Headings are all overlapping by 50%.

What’s new in SketchUp 7

Improved Script Performance
Ability to perform faster inside start_operation transactions.

:warning:

Last line of sample code should read:
model.commit_operation

not :
model.start_operation commit_operation

1 Like

This issue actually applied to the SketchUp application Release Notes page, not the API Release Notes page.

:white_check_mark: But… they are now fixed and overhauled to the new red expandable / collapsible heading style !

:thumbsup: