From e4169b6e8d0b83b2f62747eb6d1276437fc98cb0 Mon Sep 17 00:00:00 2001 From: Brian Harvey Date: Wed, 18 Jan 2017 03:02:31 -0500 Subject: [PATCH] Restore Eisenbergification library to library list; fix ide.savingPreferences setting. --- libraries/Eisenbergification.xml | 47 ++++++++++++++++++++++++++++++++ libraries/LIBRARIES | 1 + 2 files changed, 48 insertions(+) create mode 100644 libraries/Eisenbergification.xml diff --git a/libraries/Eisenbergification.xml b/libraries/Eisenbergification.xml new file mode 100644 index 00000000..416b7b31 --- /dev/null +++ b/libraries/Eisenbergification.xml @@ -0,0 +1,47 @@ +
Project notes +Project name +User +Presentation mode +Language +Zoom blocks +Stage size +Stage scale +Retina display support +Long form input dialog +Plain prototype labels +Input sliders +Execute on slider change +Clicking sound +Turbo mode +Flat design +Keyboard editing +Table support +Table lines +Visible stepping +Thread safe scripts +Prefer smooth animations +Flat line ends +Codification support +Inheritance support
Presentation mode +Retina display support +Long form input dialog +Plain prototype labels +Input sliders +Execute on slider change +Clicking sound +Turbo mode +Flat design +Keyboard editing +Table support +Table lines +Visible stepping +Thread safe scripts +Prefer smooth animations +Flat line ends +Codification support +Inheritance support
Project notes +Project name +Language +Zoom blocks +Stage size +Stage scale
\ No newline at end of file diff --git a/libraries/LIBRARIES b/libraries/LIBRARIES index ab046bee..38020f44 100644 --- a/libraries/LIBRARIES +++ b/libraries/LIBRARIES @@ -10,3 +10,4 @@ setrgb.xml Set RGB or HSV pen color Set or report pen color as RGB (red, blue, g penTrails.xml Save and restore pictures drawn by pen Save and restore lines drawn and costumes stamped on the stage, or make a sprite costume from saved pen trails. try-catch.xml Catch errors in a script Run a script; if an error happens, instead of stopping the script with a red halo, run another script to handle the error. Also includes a block to cause an error with a message given as input. Also includes a block to create a script variable and give it a value. multiline.xml Allow multi-line text input to a block In general, text inputs allow only a single line. The MULTILINE block accepts multi-line text input and can be used in text input slots of other blocks. +Eisenbergification.xml Provide getters and setters for all GUI-controlled global settings Eisenberg's Law: Anything that can be done from the GUI should be doable from the programming language, and vice versa.