Releases: eee-c/ice-code-editor
Releases · eee-c/ice-code-editor
0.2-beta
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.