Skip to content

Releases: csinschools/editor

CS in Schools Editor v1.0.2

07 Feb 02:30
Compare
Choose a tag to compare

New features:

  • Added missing activity and demo code files for the Intermediate course
  • File download and upload now uses the file system API on Chromium-based browsers (works like Save As... rather than always downloading to the downloads folder)
  • File downloads are now .txt by default rather than .py, allowing for re-upload to a wider range of LMS platforms as well as avoiding the This file may harm your computer warning

Full Changelog: v1.0.1...v1.0.2

CS in Schools Editor v1.0.1

15 Dec 06:44
1b6714a
Compare
Choose a tag to compare

First minor update! New features:

  • Introduction to Coding extension tasks are now available
  • PyAngelo window should now autofocus if present; no need to click on the console after running!
  • All colours are present for Colour and Highlight, including .grey!

CS in Schools Editor v1.0.0

18 Nov 04:02
Compare
Choose a tag to compare

First version! Includes the ability to write and execute Python code in the browser, along with a step functionality to execute code one line at a time, and the ability to copy code to the clipboard and save and open code from local files on your PC.