Skip to content

Don't consider ghosts when looking for the closest connection. #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

rachel-fenichel
Copy link
Collaborator

Fixes #120

picklesrus and others added 23 commits February 29, 2016 16:29
with a manual calculation. getBBox() can cause the browser to
re-layout the whole page and we have much of the information
(e.g. individual block height and width) we need already cached.

Note that getBoundingRectangle's calculation is slightly different
than the one returned by getBBox.  It is off by 3 in the y direction
due to how one of the curves is drawn. This new calculation is
technically more accurate.
Require ConnectionDB where needed; recompile
Replace the call to getBBox() in getMainWorkspaceMetrics
This meant that variables could be called _, conflicting with use in Lua
as a dummy variable, and in particular with scrubNakedValue.
Also fix a return type warning in one of the branches.
Don't connect a block with no next connection if that would force a b…
consider the last block on the stack when looking for places to attac…
Add missing comma to Lua reserved words
Some bugs in undoing function argument changes.
# Conflicts:
#	blockly_compressed_vertical.js
#	blockly_uncompressed_vertical.js
#	blocks/text.js
#	core/block_svg.js
@tmickel
Copy link
Contributor

tmickel commented Mar 18, 2016

Looks good!

@tmickel tmickel assigned rachel-fenichel and unassigned tmickel Mar 18, 2016
rachel-fenichel referenced this pull request in rachel-fenichel/scratch-blockly Mar 18, 2016
New branch due to merge problems with #125.
@rachel-fenichel rachel-fenichel deleted the bugfix/ghost_different_workspaces branch March 18, 2016 21:14
picklesrus pushed a commit to picklesrus/scratch-blocks that referenced this pull request Aug 4, 2017
Using postcss-modules-values with imported values failed on our current basic usage; it is apparently not mature enough to be used yet.

The syntax used by postcss-simple-vars is already familiar to most people familiar with modern CSS build systems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants