- 02 Mar, 2015 12 commits
-
-
carlosperate authored
-
Neil Fraser authored
-
Neil Fraser authored
-
Neil Fraser authored
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
This is to be able to select the right file in all operating systems.
-
carlosperate authored
-
-
Kouji Takao authored
keyup and keypress don't care IME on or off. so, I added handling keydown event to check pressing enter key with IME (keycode is 229) or without IME (keycode is 13).
-
- 27 Feb, 2015 3 commits
-
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
-
- 26 Feb, 2015 2 commits
-
-
carlosperate authored
For now there is a small bug that might require the refactor the current get/set types to be done in two phases. This is because the current nature of the block tree navigation and which blocks are processed first.
-
carlosperate authored
Cleaned up a little bit unnecessary getType block functions.
-
- 23 Feb, 2015 3 commits
-
-
carlosperate authored
-
carlosperate authored
-
carlosperate authored
-
- 22 Feb, 2015 2 commits
-
-
carlosperate authored
-
carlosperate authored
-
- 21 Feb, 2015 2 commits
-
-
carlosperate authored
-
carlosperate authored
- Added warnings for setting variables to a different type than first instance - Type finding for the get variable block - Corrected the arduino types array - Updated the cast block to return type as defined by cast - Updated wording of the cast block
-
- 20 Feb, 2015 2 commits
-
-
carlosperate authored
-
carlosperate authored
-
- 19 Feb, 2015 2 commits
-
-
carlosperate authored
-
carlosperate authored
Initial version of static typing. Basic building blocks in place for some of the most significant blocks for this feature. Moved the old regular expressions trick out of the arduino.js, and partially used within the math getType function.
-
- 12 Feb, 2015 1 commit
-
-
carlosperate authored
-
- 11 Feb, 2015 3 commits
-
-
-
carlosperate authored
-
carlosperate authored
Restored demo code to original version.
-
- 10 Feb, 2015 5 commits
-
-
carlosperate authored
Also added detection to see if the app is run from the Ardublockly server or an online server. If only then it displays a message indicating unsupported features.
-
Neil Fraser authored
Fixed issue with calculating input focus on different input types
-
Neil Fraser authored
-
Ryan Loader authored
-
carlosperate authored
Updated the script start.py to launch correct webapp. Updated gitignore to include notepad++ temp file.
-
- 09 Feb, 2015 3 commits
-
-
carlosperate authored
This is to have the arduino material as the main arduino webapp and be able to maintain all file histories.
-
carlosperate authored
Material: Removed blockly scroolbar border Classic: Fix bug where Blockly could not be dragged where the hidden modal was located.
-
carlosperate authored
-