ice-code-editor
ice-code-editor copied to clipboard
Combination code editor (ACE) and Preview for quick feedback prototyping
Need to remove `browser` dependency. Switch back to inline ACE (ace package is not supported). Update SDK dependency. Fix code.
The [Grammarly](https://chrome.google.com/webstore/detail/grammarly-for-chrome/kbfnbcaeplbcioakkpcpgfkobkghlhen?hl=en) Chrome extension prevents typing into the filename input field when naming projects as reported here: https://talk.code3dgames.com/t/cannot-create-first-project/46/5.
For some reason typio is intercepting key inputs and restoring the editor. This does not happen with the old version of 3DE, but that may be due to different version...
Not passing on Travis. Fails locally as well using: ``` pub run test --platform=chrome test/ice_test.dart ````
Doing stuff in current `Store` class that would be helpful for Images, but the `Store` class is currently too project-specific.
Need to be able to remove images from the list of images. Should warn when image is in-use.
Maybe include images at bottom of shared HTML: ```html {'grass.png':'asdfsadf'} ``` Then, when decoding after share, strip this out and add image to `uploaded_images` local storage.
When someone types `/3de/`, start autocomplete process for available images. May need to upgrade ACE first.