M4x1m3
17284985f7
[i18n] Fixed missing / duplicate entries.
2021-02-10 21:11:10 +01:00
lapingenieur
76e1bf8822
[*.hu.i18n] Improved Hungarian translations
2021-02-10 20:03:36 +01:00
Joachim LF
9b17d1b882
[Update] Epsilon 15.3.1
2021-01-21 19:56:06 +01:00
Roberta Rabotti
89107da1ae
Update toolbox.it.i18n
2021-01-05 10:15:12 +01:00
Martijn Oost
c3ceb0074f
[NL] fix translation mistakes
2020-12-09 13:31:15 +01:00
ThePythonGuy
b343c5a02c
[base.es.i18n] Translated some missing stuff to Spanish ( #430 )
...
* Update base.es.i18n
* Update base.es.i18n
* Update base.es.i18n
* Update base.es.i18n
* Update base.es.i18n
* Update apps/home/base.es.i18n
Co-authored-by: Quentin <quentin.guidee@gmail.com >
Co-authored-by: Quentin <quentin.guidee@gmail.com >
2020-11-28 22:40:43 +01:00
Quentin
83b4d9390d
Merge pull request #402 from RedGl0w/patch-4
...
[Python] Change heap (32 to 100K)
2020-11-13 20:50:22 +01:00
Martijn Oost
6628e76d36
[NL] adjust translation in python app
2020-11-04 15:58:27 +01:00
Gabriel Ozouf
5d3069ff34
[code/catalog] Capitalize 'line feed' in EN
...
Change-Id: I91b8c4b613b9e9dece13fbb0e9635b4aa8dbfd4a
2020-11-04 15:33:02 +01:00
Arthur Camouseigt
8f97a332f6
[Python] Modified the paste effect in script and shell area
...
When a formula is pasted in a script or in the shell, some symbols are
replaced by their equivalent in python :
x turns into *
^ turns into **
√ turns into sqrt
etc
Change-Id: If6f2a22d4f3c148c2655e0892023b0e28058a9a6
2020-11-04 15:32:59 +01:00
Arthur Camouseigt
3dca515441
[VariableBox] Added sequences to the variable box
...
It is now possible to call the value of a defined sequence anywhere.
Change-Id: I1990e93c50f9add175b7ea274e07004ba63289e5
2020-11-04 15:32:58 +01:00
Martijn Oost
338968a493
improved translations in toolbox and the calculation, python and functions app
2020-11-04 15:30:53 +01:00
Hugo Saint-Vignes
d937bc692b
[apps/code] Fix crashes on full buffer
...
Change-Id: If9297f1ca29015cad0cc1cdda3ad610fd1493392
2020-11-04 15:11:45 +01:00
Hugo Saint-Vignes
aba135bc8b
[escher] Add textArea line number limit
...
Change-Id: Ia0d9a9136282efc87c0996c141c0852ed75892f9
2020-11-04 15:11:45 +01:00
Hugo Saint-Vignes
1f9d0b5810
[apps/code] Reorder rows due to color name change
...
Change-Id: I1c8f3e9d015cf55ec8fc38082f60e957b19b196d
2020-11-04 15:07:20 +01:00
Hugo Saint-Vignes
e27c668c40
[apps,escher,kandinsky,poincare,python] Replace every "grey" with "gray"
...
Change-Id: I60a232849dce90f70e6977b6024d6e9b1ce1b731
2020-11-04 15:07:20 +01:00
Quentin Guidée
e8b86ca6a1
[upstream] Update
2020-10-10 02:28:33 +02:00
Joachim Le Fournis
befcfd10b7
[Python] Change heap
2020-09-05 11:16:25 +02:00
Gabriel Ozouf
b7c7695707
[apps/code] Remove interruption check
...
A check for interruption in ConsoleController::printText caused script
to immediately stop when launched after an interrupted script.
This check was used to break out of infinite print loop, but now
becomes redundant with how micropython_port_vm_hook_loop was changed.
Change-Id: Ifa8d415e1b2c2406ad67300eb14ce46889af296f
2020-08-31 15:32:02 +02:00
Quentin Guidée
a74a5ac796
[fix] conflicts
2020-08-09 13:28:22 +02:00
M4x1m3
12fb82b028
[apps/code] Added os in toolbox
2020-07-23 17:13:40 +02:00
M4x1m3
587ea39aaf
[app/code] Wipe scripts when adding one with opt
2020-07-23 11:12:31 +02:00
M4x1m3
63acf7b0ee
[app/code] Changed color of mandelbrot script
2020-07-21 22:27:04 +02:00
Quentin Guidée
c2df1c33d1
[Fix] Examination level
2020-07-18 10:31:14 +02:00
Léa Saviot
b4dd4b5e7e
[apps/code/i18n] Make italian wording fit
2020-07-16 11:53:12 +02:00
Quentin Guidée
7227d0dccb
[Fix] Missing translations
2020-07-14 11:28:01 +02:00
Joachim LF
04901e3231
Fixed % in alpha lock
2020-07-13 10:38:22 +02:00
Joachim LF
d7ac7e19bb
[Update] Epsilon 14
2020-07-13 10:36:47 +02:00
M4x1m3
c4363103f6
[apps/code] Added exceptions handling in toolbox
2020-07-06 12:45:47 +02:00
M4x1m3
73688343a0
[apps/code] Added File category to python toolbox
2020-07-06 11:56:11 +02:00
M4x1m3
81e9cbc0e0
Enabled circuit breaker with emscripten
...
This is possible because we use WASM and ASYNCIFY with the latest-upstream
toolchain.
2020-07-01 21:23:50 +02:00
Émilie Feral
db331e054a
[apps/code] variable_box_controller: avoid unused variable warning when DEBUG=0
2020-06-26 10:47:14 +02:00
Émilie Feral
bac2949a5e
[escher][apps] SelectableTableViewDelegate: add
...
tableViewDidChangeSelectionAndDidScroll method and implement it for
Calculation::HistoryController
This fixes the following bug: In the calculation application, input 1,
OK, 1/2/3/4/5/6/7/8, OK, up, up, left, down, up. The selection failed.
2020-06-25 13:48:47 +02:00
Léa Saviot
2d1d3ca944
[apps/code] Fix variables loading in the console
...
The two following scenari display empty variable boxes, when there
should be loaded variables.
1) Open the console, go back to the scripts menu, go back to the
console, open the variable box
2) Open the console, execute mandelbrot, open the variable box
2020-06-25 11:31:01 +02:00
Quentin
27a0935311
[Fix] Patched colors
2020-06-20 19:46:47 +02:00
Léa Saviot
1045f54633
[apps/code] Fix variables loading in the console
...
Scenario: execute a script, open the variable box, select a leaf, reopen
the variable box -> it shows empty
2020-06-19 12:10:24 +02:00
Quentin
db10723e76
[Update] Upstream
2020-06-18 19:25:17 +02:00
Léa Saviot
1f0b3770e3
[apps/code] Fix syntaxic coloration
...
Scenario: +, -, / operators where no longer properly colored during
script edition.
This was due to the MicroPython update, which changed the lexer tokens
order.
2020-06-15 13:26:32 +02:00
Léa Saviot
ff3b756080
[apps/console] Fix the script console fetch status cleaning
...
unloadPythonEnvironment is not called when leaving the app, only after
editing a script, so it did not do what we wanted.
2020-06-11 14:12:50 +02:00
Émilie Feral
555db32670
[apps/code] Fix test on variable_box_controller
2020-06-11 11:36:45 +02:00
Léa Saviot
bee7441444
[apps/code] Fix an assertion break
...
Scenario: write a script, execute it in the console and open the
variable box, go back to edition and trigger autocompletion.
2020-06-10 10:49:22 +02:00
Léa Saviot
1ccb55a16e
[apps/code] Fix script importation status
...
Scenario: Execute the script parabola.py, open the variable box, select
any leaf, enter, open the variable box again -> no variables are loaded
anymore
2020-06-09 15:12:13 +02:00
Léa Saviot
9a1ff2bd33
[apps/code] Status at the beginning of a script is one byte long
...
This saves space + avoids clashes with the NumWorks Workshop when
exchanging scripts
2020-06-05 11:28:12 +02:00
Émilie Feral
2ebad3062c
[apps/code] Test: strcpy isn't available on the device
2020-06-04 14:50:10 +02:00
Émilie Feral
66ba985108
[apps/code] In toolbox: plot(x,y) --> plot(x,y,color)
2020-06-04 14:50:10 +02:00
Émilie Feral
6c54fb4ebc
[apps/code] Add 'write' to the toolbox (in Turtle module and catalog)
2020-06-04 14:50:10 +02:00
Léa Saviot
1635f6132b
[apps/code] Fix circular importation in the variable box
...
Scenario (crashed only on the calculator):
script1.py
from script2 import *
a=1
script2.py
from script1 import *
b=2
2020-06-04 14:50:10 +02:00
Léa Saviot
6819041c1d
[apps/code] Remove TODOs
2020-06-04 14:50:10 +02:00
Léa Saviot
622cbe2e03
[apps/code] Fix auticompletion of color from Turtle
...
It added color(|)/color(,,) instead of just color(|)
2020-06-04 14:50:10 +02:00
Léa Saviot
e6b87be75e
[apps/i18n] Fix some i18n
...
Did not fit or missed a space
2020-06-04 14:50:10 +02:00