Skip to content

Releases: eee-c/ice-code-editor

0.2-beta

23 Feb 02:22
Compare
Choose a tag to compare
0.2-beta Pre-release
Pre-release

This is the first major update to the ICE Code Editor since 3D Game Programming for Kids was published. The primary goal of the ICE Code Editor is to serve as a stable coding environment for beginners of all ages. This release tries to add a few useful features without risking that stability.

Major new features include:

  • Backup and restore with “Export” and “Import” menu options.
  • Improved “Open” project dialog
    • If you have more than 10 projects a filter option will now display to help find projects
    • After typing a few characters, you can use arrow keys and Enter to select a project to open
  • Keyboard shortcuts: Ctrl+N creates a new project, Ctrl+O starts the open project dialog, Ctrl+Shift+H toggles code display.
  • Drag and drop support for uploading new projects or an ICE backup file.
  • Remember the last line on which you were working when going back to a previous project.

0.1-beta2

03 Jul 04:05
Compare
Choose a tag to compare
0.1-beta2 Pre-release
Pre-release
  • Fix Firefox preview load bug (#40)

0.1-beta1

02 Jul 20:30
Compare
Choose a tag to compare
0.1-beta1 Pre-release
Pre-release

Continuing drive to final beta.

  • Prevent accidentally creating projects with empty titles (#17)
  • Better auto-update (#21)
  • General code cleanup and test improvements