Version 75

New versions will be posted here
Post Reply
JohnM
Posts: 379
Joined: Sep 11th, '15, 14:42

Version 75

Post by JohnM » Sep 20th, '17, 19:00

The latest version of GP, v075, is available from http://gpblocks.org/versions/GP.zip.

This version fixes a number issues reported by users:
- Sometimes cannot delete a class
- Cannot copy/paste scripts containing function or method definitions
- Export/Import class did not save function and method definitions
- Automatic input slots tried to convert strings starting with digits such as '1.2.3.4' or '5 + 6' into numbers

Additional improvements:
- Added a comment block
- Renamed many list (Data) blocks to (hopefully) be more self-explantory
- Removed a few seldom-used list blocks
- "is touching mouse" now returns true only for the top-most instance under the mouse
- Improvements to handling of named functions (e.g. '+') in iterator blocks
- The "when key pressed" block with "any" selected now get's symbol keys (always the unshifted version of the key)
- HTTP block now URL-encodes the path and treats empty path as '/'
- Menu for switching between input slot types is more self-explanatory: 'number or string', 'number only', 'string only'
- Options for switching between input slot types is available even when editing the slot
- Added a string literal block ("123" in Words)
- FilePicker no longer opens files when they are selected; user must double-click or click "okay" button

Post Reply