| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
(hidden, shown only in dev mode in the operators category)
|
| | |
|
| |
|
|
|
|
| |
instead of "swallowing" them.
also new: floor() function in monadic math reporter's drop-down
|
| |
|
|
|
| |
(caused by deleted feedback morphs, a bug that surfaced in Chrome 28 on
OSX and may be due to a possible Chrome GC issue)
|
| |
|
|
|
|
| |
* Collapsed codification primitives (code, header) into a single block
* Added isEmptySlot() to BooleanArgMorph (thanks, Brian, for the bug
report!)
|
| |
|
|
|
| |
when switching to / from presentation mode the previously hidden text
(in collapsed state) was again shown along with the resize handle
|
| |
|
|
|
| |
text code mapping and block header support, both via GUI and
primitives, for built-in blocks and for custom ones.
|
| | |
|
| |
|
|
| |
better formatting capabilites now support Python mappings
|
| |
|
|
| |
commented out for now, not yet functional
|
| | |
|
| |
|
|
| |
multi-line, monospaced, type-in slot for code mappings
|
| |
|
|
|
| |
Handle manually "unshadowed" StringMorphs without throwing an
exception. This lets you load the tools library into "flat" mode again.
|
| | |
|
| | |
|
| |
|
|
| |
generating text code from blocks, first experimental iteration
|
| |
|
|
| |
in the IDE's settings menu
|
| |
|
|
|
| |
* When I receive <any msg> option
* getLastMessage reporter + watcher
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
additional simple icons for buttons: brush, rectangle, circle, line,
crosshairs
|
| |
|
|
|
|
|
|
|
| |
Primitive blocks in the palette can now be hidden in the project via
their context menu. Each palette's context menu further lets you hide
or show all its primitives depending on whether any primitives are left
to hide or show.
Hidden primitives are stored in the project data. This lets instructors
create "simplified" examples and problem sets.
|
| | |
|
| |\
| |
| | |
Fixed #19
|
| | |
| |
| |
| | |
Blocks highlights now retain the correct color when their associated stacks are dragged elsewhere.
|
| |\ \
| |/
|/| |
Fixed #53
|
| | |
| |
| |
| | |
Renaming a script variable presents a dialog entitled "Script variable name," while renaming a ring input still presents a dialog entitled "Input name"
|
| |/
|
|
| |
using the percent character in variable names is now safe
|
| |
|
|
|
|
|
| |
for new "scripts pic..." feature on the scripting area's context menu.
Also pushed up version dates for new beta release, and added
SnapManual.pdf to the help folder
|
| |\
| |
| | |
Fixed #47
|
| | | |
|
| |\ \
| | |
| | | |
Fixed #33
|
| | |/
| |
| |
| | |
Generated variable names now follow the pattern a..z, aa..zz, aaa..zzz, etc.
|
| |/
|
|
|
|
|
|
|
|
| |
* new entry in the ScriptsMorph's userMenu lets you export a picture of
all scripts, including comments.
* place sticky comments on World layer on dragging their anchor block,
fixes both #8 and #18
* additional settings for developing the backend
|
| |
|
|
| |
This fixes some encoding issues
|
| |
|
|
| |
This reverts commit 4d37845b2e4de02ffa5a2e8a37812cca98e206d8.
|
| | |
|
| | |
|
| |
|
|
|
| |
renaming variable blobs now features a drop-down menu in the dialog box
with reachable variable names and a picture of the block to be renamed
|
| |
|
|
|
| |
Selecting "Help" for a custom block now pops up the comment attached to
its definition's prototype hat, if any
|
| |
|
|
|
| |
You can now "stick" comments to the prototype hat block in the block
editor
|
| |
|
|
|
|
|
| |
* the Block Editor now allows anchored comments,
* duplicating a block / script / sprite now also duplicates anchored
comments,
* deleting a block / script now also deletes anchored comments
|
| |
|
|
|
|
| |
in the settings menu.
also: Optional slider for numeric prompter,
numberic prompters for watchers' sliderMin/Max
|
| |
|
|
|
| |
including support for auto-positioning scaled scripts (so you don't
have to clean-up when scaling blocks)
|
| |
|
|
| |
SyntaxElementMorph fixLayout() optimization for active highlights
|
| |
|
|
| |
scales the green flag and turn-arrow symbols line stroke widths
|