code-editor
code-editor copied to clipboard
ICE Code Editor used in 3D Game Programming for Kids
This is the popup menu and project listing. I think it may need a higher z-index.
If you make the code size 90%, then go back to 100%, it is no longer possible to scroll down to the bottom of the buffer without a reload.
Seems like the initial font calculations are made for the ACE styled fonts. When the inconsolata font from the `#editor` kicks in, the cursor positions can wind up slightly off....
If there is already localStorage, then opening a shared link will overwrite the current document. A new document should be created instead. Not sure if this is needed for the...
Not sure this is really needed, but putting a placeholder in case.
This seems like it might make sense in a chapter or two. Not definite that it's worth the effort.
Not sure if this is necessary with auto-save in #9, but want to make sure I think of this.
On the GamingJS, the code-editor should appcache the various 3d libraries (Three.js, Physijs, Tween, etc)
Open a transparent modal that can be escaped. Should include info about the menu button to open various dialogs.
When returning after the checkbox has been unchecked, the Update checkbox has no effect.