summaryrefslogtreecommitdiff
path: root/js/codeq/python.js
AgeCommit message (Collapse)Author
2015-09-22Bugfix python terminal: unregister terminal_output on exit, declare the ↵Aleš Smodiš
"lines" variable.
2015-09-21Refactoring: simplified python.js and prolog.js, removed all DOM IDs except ↵Aleš Smodiš
for the top-level block #screen_prolog, made a copy of the latter into #screen_python so the two screens can now diverge.
2015-09-18Implement console history and enable it with python problems.Aleš Smodiš
2015-09-18Don't crash loading a python problem, if the problem has no plan set.Aleš Smodiš
2015-09-18Add "Plan" button to display next "planning" hintTimotej Lazar
2015-09-18Bugfix of the previous Bugfix (typo).Aleš Smodiš
2015-09-18Reapply bugfix: join the array of removed character into a string, when the ↵Aleš Smodiš
user makes a deletion, and it needs to be recorded in activity.
2015-09-18more commentsRobert Zorko
2015-09-18updated the python state with the last changes done to the prolog stateRobert Zorko
2015-09-18added some comments and improved the selection of the divs which are beeing ↵Robert Zorko
changed when transitioning
2015-09-18updated for the recent changes in hte prolog and python.js filesRobert Zorko
2015-09-18added python and prolog into two different statesRobert Zorko