ice-code-editor icon indicating copy to clipboard operation
ice-code-editor copied to clipboard

Combination code editor (ACE) and Preview for quick feedback prototyping

Results 45 ice-code-editor issues
Sort by recently updated
recently updated
newest added

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.

chrome-extension-bugs

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...

chrome-extension-bugs

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.

Break image and project export/import action items out into submenus.

good first issue

Need to be able to remove images from the list of images. Should warn when image is in-use.

image upload

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.

image upload

When someone types `/3de/`, start autocomplete process for available images. May need to upgrade ACE first.

dart-2
image upload