Jens Mönig
de2bcc821d
Merge pull request #902 from MMSequeira/master
...
Update Portuguese translation
2015-08-03 19:26:56 +02:00
Manuel Menezes de Sequeira
67f464dae2
Update Portuguese translation
...
Translated preference menu items (keyboard editing and inheritance
support).
2015-08-03 17:12:14 +00:00
Bartosz Leper
0cbd4bb5e9
Merge branch 'manual-chapter2' into manual-chapter3
2015-08-02 20:22:32 +02:00
Bartosz Leper
3b8fb8b341
Merge branch 'manual-2' into manual-chapter2
2015-08-02 20:22:20 +02:00
Bartosz Leper
d6a0cfafbf
Revert "Revert "Correct a typo in Polish translation: 'Ę' -> 'ę'""
...
This reverts commit 403f2c7ac9
.
Sorry, folks. I sometimes get lost in manipulating multiple Git
branches. :/
2015-08-02 20:20:03 +02:00
Bartosz Leper
c04698ea26
Merge branch 'manual-chapter2' into manual-chapter3
2015-08-02 20:15:47 +02:00
Bartosz Leper
be923122e6
Merge branch 'manual-2' into manual-chapter2
2015-08-02 20:15:32 +02:00
Bartosz Leper
922e4256ee
Merge branch 'master' into manual-2
2015-08-02 20:15:10 +02:00
Bartosz Leper
77896c1289
Merge branch 'manual-3' into manual-4
2015-08-02 20:02:44 +02:00
Bartosz Leper
454bcbc610
Merge branch 'manual-2' into manual-3
2015-08-02 20:01:51 +02:00
Bartosz Leper
0c4dab59c9
Minor corrections after proof reading
2015-08-02 19:57:30 +02:00
Bartosz Leper
62e201a447
Started chapter III of the manual
2015-08-01 22:12:02 +02:00
Jens Mönig
8601925acc
improve keyboard editing for embedded rings
2015-07-30 14:49:10 +02:00
Jens Mönig
4360e981d1
stop keyboard editing blocks when selecting another sprite
2015-07-28 16:40:12 +02:00
Jens Mönig
4e0fe2458c
eep BlockEditors open when <enter> or <esc> keys are pressed
2015-07-28 12:22:46 +02:00
Jens Mönig
ecc7f438b3
update version and history
2015-07-28 10:54:27 +02:00
Jens Mönig
8b17e7089a
Merge pull request #894 from cycomachead/url-fix
...
Fix the loading of URLs to be consistent.
2015-07-28 10:48:48 +02:00
Michael Ball
958ca1a277
Fix the loading of URLs to be consistent.
...
`baseURL` should always end with a trailing /.
Sorry for not catching this!
2015-07-28 01:40:36 -07:00
Jens Mönig
310c80c091
fix url for libraries
...
thanks, Brian, for catching this one!
2015-07-27 17:35:14 +02:00
Jens Mönig
10fe9d882a
thread monitoring tweaks
2015-07-27 09:42:41 +02:00
Jens Mönig
a81576897a
keep order of inputs in Turkish translation
...
this probably breaks the true meaning of these strings, but as of today
inputs cannot yet be rearranged (which has to change)
2015-07-27 02:45:52 +02:00
Jens Mönig
cbba888012
thread introspection support
2015-07-27 01:30:05 +02:00
Jens Mönig
e8172e83dd
update history
2015-07-27 01:12:12 +02:00
Jens Mönig
0a1f2be7a6
stage resizing handle
...
and improved stage resizing animations
2015-07-27 01:00:06 +02:00
Jens Mönig
45a1d276b4
enable monitoring closurized non-locals and thread-temporaries (script vars of running processes)
2015-07-27 00:46:56 +02:00
Jens Mönig
d66e5629ba
support for prototypal inheritance for sprite-local variables
2015-07-27 00:37:47 +02:00
Jens Mönig
7994d6c0ca
Prototypal inheritance for sprite-local variables
2015-07-27 00:35:36 +02:00
Jens Mönig
76d9d6bd49
keyboard editing support
...
activate:
- shift + click on a scripting pane's background
- shift + click on any block
- shift + enter in the IDE's edit mode
stop editing:
- left-click on scripting pane's background
- esc
navigate among scripts:
- tab: next script
- backtab (shift + tab): last script
start editing a new script:
- shift + enter
navigate among commands within a script:
- down arrow: next command
- up arrow: last command
navigate among all elements within a script:
- right arrow: next element (block or input)
- left arrow: last element
move the currently edited script (stack of blocks):
- shift + arrow keys (left, right, up, down)
editing scripts:
- backspace:
* delete currently focused reporter
* delete command above current insertion mark (blinking)
* collapse currently focused variadic input by one element
- enter:
* edit currently focused input slot
* expand currently focused variadic input by one element
- space:
* activate currently focused input slot's pull-down menu, if any
* show a menu of reachable variables for the focused input or
reporter
- any other key:
start searching for insertable matching blocks
- in menus triggered by this feature:
* navigate with up / down arrow keys
* trigger selection with enter
* cancel menu with esc
- in the search bar triggered b this feature:
* keep typing / deleting to narrow and update matches
* navigate among shown matches with up / down arrow keys
* insert selected match at the focus' position with enter
* cancel searching and inserting with esc
running the currently edited script:
* shift+ctrl+enter simulates clicking the edited script with
the mouse
2015-07-26 23:37:10 +02:00
Bartosz Leper
684058f36c
Chapter II finished (apart from some TODOs).
2015-07-26 23:22:48 +02:00
Jens Mönig
60554d0059
fixes and enhancements for nested sprites
...
when dragging an anchor, also drag its parts.
let users adjust parts’ positions via the context menu “move” option
2015-07-26 23:01:08 +02:00
Jens Mönig
f829635106
Morphic enhancements
...
* enable exporting a screenshot of the World
* enable more fine-grained control over dragging position correction
* enable all Morphs to “scrollIntoView()”
* keyboard accessibility for menus
2015-07-26 22:52:46 +02:00
Jens Mönig
6bb7f662e2
Hungarian translation, contributed by Makány György
...
Thanks, Makány!
2015-07-26 22:18:28 +02:00
Jens Mönig
eb4808ded8
Turkish Translation, contributed by Hakan Ataş
...
thank you so much, Hakan!
2015-07-26 22:01:45 +02:00
Jens Mönig
4ee35aaf6a
Merge pull request #887 from cycomachead/ask-answer
...
Add `ask` and `tell` blocks to the tools library
2015-07-26 21:35:10 +02:00
Jens Mönig
b3222eb03e
Merge pull request #890 from bl-nero/file-dialogs
...
Add missing Polish translations of the file manager
2015-07-26 21:34:31 +02:00
Jens Mönig
c3f3c6b8e6
Merge pull request #880 from bl-nero/sign-up-pl
...
Translate the cloud dialogs (sign up, sign in, reset password) to Polish
2015-07-26 21:34:14 +02:00
Jens Mönig
a4155e3849
Merge pull request #860 from bl-nero/hello
...
Correct Polish translations of "Hello!" and "hello world"
2015-07-26 21:33:58 +02:00
Jens Mönig
5c54838716
Merge pull request #851 from bl-nero/typo
...
Correct a typo in Polish translation: 'Ę' -> 'ę'
2015-07-26 21:33:42 +02:00
Jens Mönig
547dd54b66
Merge pull request #849 from bl-nero/turtle2
...
Improve the Polish translation of the world "turtle"
2015-07-26 21:33:27 +02:00
Jens Mönig
929bc5ea12
Merge pull request #848 from bl-nero/cancel
...
Change the Polish translation of "Cancel" to something more appropriate
2015-07-26 21:33:15 +02:00
Jens Mönig
ef2a3d6cc8
Merge pull request #888 from cycomachead/sbe-update
...
Keeping Snap! up to date with s.b.e
2015-07-26 21:32:46 +02:00
Jens Mönig
ffd3aafc9d
Merge pull request #869 from cycomachead/list-add-fix
...
Fix type issue when adding blanks to lists
2015-07-26 21:32:13 +02:00
Jens Mönig
536f92df70
Merge pull request #866 from cycomachead/url-fix
...
Fix URL bug in #821 , and fix #864
2015-07-26 21:31:15 +02:00
Jens Mönig
fac3545ee0
Merge pull request #855 from cycomachead/shared-url-fix
...
Fix a rather stupid and glaring typo in project sharing
2015-07-26 21:29:31 +02:00
Bartosz Leper
23cc8bbc18
Section II.B complete and translated to Polish
2015-07-26 21:18:39 +02:00
Bartosz Leper
2f0ab68faf
Add missing Polish translations of the file manager
2015-07-25 15:52:40 +02:00
Bartosz Leper
fba071be9d
Chapter II.B almost translated
2015-07-24 23:04:04 +02:00
Michael Ball
042b2595a7
Fix the libraries name
2015-07-24 03:16:01 -07:00
Michael Ball
8b52f7c240
Add the new libraries files for cases and leap motion
2015-07-24 03:15:08 -07:00
Michael Ball
178de313cf
Update LIBRARIES to be current with s.b.e
2015-07-24 03:14:49 -07:00