ice-code-editor
ice-code-editor copied to clipboard
Combination code editor (ACE) and Preview for quick feedback prototyping
Manages blank, duplicates, etc. Currently it knows way too much about the calling context.
Improve the flow. Explore expressing hierarchy as in https://github.com/eee-c/ice-code-editor/blob/master/test/full/copy_dialog_test.dart#L63-L67
This only shows up when a non-appcache version of ICE is started and even then it sometimes works. The error when it fails is: ``` Uncaught Error: NoSuchMethodError : method...
The in-browser nature of both the editor and preview frame make the use of the debugger difficult at best. It _is_ possible to get a debugger statement to work as...