Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
visual-program
/
blockly
Public
forked from
RaspberryPiFoundation/blockly
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
blockly
core
field_variable.js
on
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 24, 2017
Remove all all instances calling setValue with name. (#1254)
marisaleung
authored and
rachel-fenichel
committed
8e8b6b2
View commit details
Copy full SHA for 8e8b6b2
View code at this point
Browse repository at this point
Commits on Jul 20, 2017
Add VariableType checks.
marisaleung
committed
733d869
View commit details
Copy full SHA for 733d869
View code at this point
Browse repository at this point
Commits on Jul 6, 2017
Modularize Rename Variable prompt and allow custom context menus for flyout.
marisaleung
committed
170b167
View commit details
Copy full SHA for 170b167
View code at this point
Browse repository at this point
Commits on Jun 29, 2017
Fire field variable change event with variable value, not name.
marisaleung
committed
15d4784
View commit details
Copy full SHA for 15d4784
View code at this point
Browse repository at this point
Commits on Jun 27, 2017
Dropdown Create does not create a missing variable twice.
marisaleung
committed
3c8e0eb
View commit details
Copy full SHA for 3c8e0eb
View code at this point
Browse repository at this point
Commits on Jun 9, 2017
In DropdownCreate check for Msg.DELETE_VARIABLE.
marisaleung
committed
d852a2b
View commit details
Copy full SHA for d852a2b
View code at this point
Browse repository at this point
Commits on Jun 8, 2017
Correctly named block events called.
marisaleung
committed
aff9c48
View commit details
Copy full SHA for aff9c48
View code at this point
Browse repository at this point
Commits on Jun 6, 2017
Field Variable setValue() looks up variable.
marisaleung
committed
0040ff6
View commit details
Copy full SHA for 0040ff6
View code at this point
Browse repository at this point
Commits on May 26, 2017
Merge pull request #1124 from marisaleung/develop_appease_lint
Show description for 5415c89
marisaleung
authored
5415c89
View commit details
Copy full SHA for 5415c89
View code at this point
Browse repository at this point
Setting up accessible Blockly for Closure compilation. (#1134)
Show description for e2ee3aa
CoryDCode
authored
e2ee3aa
View commit details
Copy full SHA for e2ee3aa
View code at this point
Browse repository at this point
Commits on May 25, 2017
Appease eslint: semicolons and such.
marisaleung
committed
a6f85ce
View commit details
Copy full SHA for a6f85ce
View code at this point
Browse repository at this point
Commits on May 23, 2017
Require VariableModel in field_variable.js.
marisaleung
committed
7603f9a
View commit details
Copy full SHA for 7603f9a
View code at this point
Browse repository at this point
Commits on May 15, 2017
Assign variable UUID to field_variable dropdown.
marisaleung
committed
6492f29
View commit details
Copy full SHA for 6492f29
View code at this point
Browse repository at this point
Commits on May 9, 2017
Names are correctly fetched from VariableModels!
marisaleung
committed
2bb2581
View commit details
Copy full SHA for 2bb2581
View code at this point
Browse repository at this point
Commits on May 3, 2017
VariableMap and functions added.
marisaleung
committed
d903b5e
View commit details
Copy full SHA for d903b5e
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
Adding the remove variable modal and functionality to accessible Blockly. (#1011)
CoryDCode
authored
537bf17
View commit details
Copy full SHA for 537bf17
View code at this point
Browse repository at this point
Commits on Feb 3, 2017
Fix some lint errors
rachel-fenichel
committed
4152542
View commit details
Copy full SHA for 4152542
View code at this point
Browse repository at this point
Commits on Jan 27, 2017
jsdoc corrections (#874)
AnmAtAnm
authored and
picklesrus
committed
10108cc
View commit details
Copy full SHA for 10108cc
View code at this point
Browse repository at this point
Commits on Nov 3, 2016
Merge pull request #640 from rachel-fenichel/feature/disallow_shadow_variables
Show description for 08efd13
rachel-fenichel
authored
08efd13
View commit details
Copy full SHA for 08efd13
View code at this point
Browse repository at this point
Lint and style tweaks.
Neil Fraser
committed
917b8ff
View commit details
Copy full SHA for 917b8ff
View code at this point
Browse repository at this point
Commits on Nov 1, 2016
Refactor variable rename to handle UI actions more directly. (#726)
Show description for 52ffc64
AnmAtAnm
authored
52ffc64
View commit details
Copy full SHA for 52ffc64
View code at this point
Browse repository at this point
Commits on Sep 24, 2016
disallow variables on shadow blocks
rachel-fenichel
committed
6a882ca
View commit details
Copy full SHA for 6a882ca
View code at this point
Browse repository at this point
Commits on Aug 17, 2016
Move functions for updating variables on a workspace into workspace.js, and some lint
rachel-fenichel
committed
d2ce081
View commit details
Copy full SHA for d2ce081
View code at this point
Browse repository at this point
Commits on Aug 12, 2016
Create variables on block creation
rachel-fenichel
committed
d50f806
View commit details
Copy full SHA for d50f806
View code at this point
Browse repository at this point
Commits on Aug 8, 2016
Merge remote-tracking branch 'upstream/develop' into feature/variable_management_merge_develop
rachel-fenichel
committed
350e1ff
View commit details
Copy full SHA for 350e1ff
View code at this point
Browse repository at this point
Commits on Jul 16, 2016
Refactor validators to survive aggressive Closure compression.
Neil Fraser
committed
5c2c4d8
View commit details
Copy full SHA for 5c2c4d8
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Merge remote-tracking branch 'upstream/develop' into feature/merge_develop
rachel-fenichel
committed
f040929
View commit details
Copy full SHA for f040929
View code at this point
Browse repository at this point
Commits on Jul 8, 2016
Adding indexing settings, tests and fixing bugs (#464)
Show description for 2b191e8
moniika
authored and
NeilFraser
committed
2b191e8
View commit details
Copy full SHA for 2b191e8
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
Lint and remove math_change wherever necessary
rachel-fenichel
committed
9a6cbe1
View commit details
Copy full SHA for 9a6cbe1
View code at this point
Browse repository at this point
Create variables from the flyout
rachel-fenichel
committed
13c6c63
View commit details
Copy full SHA for 13c6c63
View code at this point
Browse repository at this point
Add variable deletion as dropdown action
rachel-fenichel
committed
ef4882d
View commit details
Copy full SHA for ef4882d
View code at this point
Browse repository at this point
Create variable list, and use it for add and rename
rachel-fenichel
committed
4a81ecb
View commit details
Copy full SHA for 4a81ecb
View code at this point
Browse repository at this point
Commits on Jun 30, 2016
Simplify field validator chaining.
Neil Fraser
committed
555eac8
View commit details
Copy full SHA for 555eac8
View code at this point
Browse repository at this point
Commits on Apr 9, 2016
Fix #326
Show description for 1e3297b
miguel76
committed
1e3297b
View commit details
Copy full SHA for 1e3297b
View code at this point
Browse repository at this point
Commits on Apr 5, 2016
Set field.sourceBlock in headless Blockly.
Neil Fraser
committed
4ac1204
View commit details
Copy full SHA for 4ac1204
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.