<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snap/blocks.js, branch issue_460</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://git.schneefux.xyz/schneefux/snap/atom/blocks.js?h=issue_460</id>
<link rel='self' href='http://git.schneefux.xyz/schneefux/snap/atom/blocks.js?h=issue_460'/>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/'/>
<updated>2014-11-21T15:55:25Z</updated>
<entry>
<title>Fix "stop this block"’s lexical awareness</title>
<updated>2014-11-21T15:55:25Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2014-11-21T15:55:25Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=9e91a93ac029056adae89e7b8e07558b47f9634f'/>
<id>urn:sha1:9e91a93ac029056adae89e7b8e07558b47f9634f</id>
<content type='text'>
“stop this block” when used inside a custom block definition now always
returns out of the lexically enclosing script (the definition), even if
it is used inside other nested, C-shaped custom blocks in the
definition code. Previously it only stopped the nearest encompassing
“for” block, now it always stops the block whose definition it is in.
I don’t expect this fix to break any existing projects.
</content>
</entry>
<entry>
<title>Treat REPORT blocks inside custom command definitions as STOP THIS BLOCK / IGNORE INPUTS</title>
<updated>2014-11-17T09:22:39Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2014-11-17T09:22:39Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=ea05f7859fe5a042f0c0dd49b189c594b9a798d3'/>
<id>urn:sha1:ea05f7859fe5a042f0c0dd49b189c594b9a798d3</id>
<content type='text'>
this also enables all existing FINCH blocks and other hardware
extensions again, which used the REPORT (HTTP://) pattern
</content>
</entry>
<entry>
<title>fixed #601</title>
<updated>2014-10-01T10:31:36Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2014-10-01T10:31:36Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=57a16b3b317ae98cc4d162af173e85e8ef1064d8'/>
<id>urn:sha1:57a16b3b317ae98cc4d162af173e85e8ef1064d8</id>
<content type='text'>
correctly display symbol for %obj type input slots in the prototype
template
</content>
</entry>
<entry>
<title>fixed #584</title>
<updated>2014-09-30T08:45:21Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2014-09-30T08:45:21Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=ebbd0be87ac9d8b2ac80857089350cfdd11f27b4'/>
<id>urn:sha1:ebbd0be87ac9d8b2ac80857089350cfdd11f27b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mutable upvars</title>
<updated>2014-09-22T13:21:56Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2014-09-22T13:21:56Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=5605df3dd5451766ce8ec5836852fe00b0794faf'/>
<id>urn:sha1:5605df3dd5451766ce8ec5836852fe00b0794faf</id>
<content type='text'>
allow upvars to be SET and CHANGEd
</content>
</entry>
<entry>
<title>enable Zombiefication of JS-Functions</title>
<updated>2014-08-13T15:43:49Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2014-08-13T15:43:49Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=130e105ea34f92429397611ee5f01a75f25438f6'/>
<id>urn:sha1:130e105ea34f92429397611ee5f01a75f25438f6</id>
<content type='text'>
you can now redirect “this” in a JS function by binding it to another
sprite using the OF block
</content>
</entry>
<entry>
<title>export script pic with result bubble</title>
<updated>2014-07-30T14:28:01Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2014-07-30T14:28:01Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=61dd479a2b5b79714cf9125d222fb7996674f1a7'/>
<id>urn:sha1:61dd479a2b5b79714cf9125d222fb7996674f1a7</id>
<content type='text'>
hidden option in the shift-context-menu of reporter scripts
</content>
</entry>
<entry>
<title>keep reporter-result-bubbles within the enclosing scripting pane</title>
<updated>2014-07-29T11:16:01Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2014-07-29T11:16:01Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=bfdbeca146f8d58e1f15b2b85f4feae2687d1d9f'/>
<id>urn:sha1:bfdbeca146f8d58e1f15b2b85f4feae2687d1d9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed #526</title>
<updated>2014-07-29T06:21:25Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2014-07-29T06:21:25Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=e572da6f654f076b91dd7cd3ca55b5326a33939e'/>
<id>urn:sha1:e572da6f654f076b91dd7cd3ca55b5326a33939e</id>
<content type='text'>
thanks, @bromagosa, for reporting it!
</content>
</entry>
<entry>
<title>rename "character" to "letter" in delimiter list</title>
<updated>2014-07-18T13:36:56Z</updated>
<author>
<name>jmoenig</name>
<email>jens@moenig.org</email>
</author>
<published>2014-07-18T13:36:56Z</published>
<link rel='alternate' type='text/html' href='http://git.schneefux.xyz/schneefux/snap/commit/?id=f09a7177199788e83194fc261eb7a5584d03371b'/>
<id>urn:sha1:f09a7177199788e83194fc261eb7a5584d03371b</id>
<content type='text'>
of “split” block
</content>
</entry>
</feed>
