Kofifus
Kofifus
see promise implementation here https://github.com/cfinke/Typo.js/pull/50
see https://github.com/cfinke/Typo.js/pull/45 for async version
Hi, iclems gist above does not work anymore for several reasons - clipboardData.setData is deprecated and already does not work on some browsers. Working with the clipboard is now more...
Hi Daniel, Thank you for the feedback ! - I could not reproduce the editor freezing but can see a delays of a few secs on some occasions is that...
I opened https://github.com/firebase/firepad/issues/229
great daniel ! can you post an updated version of the fiddle from my solution above ? (http://jsfiddle.net/radcct7e/)
daniel, speed issue is now "solved" with https://github.com/firebase/firepad/commit/d0459a83129e0e9e16516faa169f3b3e8f381b45 updated firepad.js with this fix is in https://github.com/firebase/firepad/blob/master/examples/firepad.js
https://github.com/firebase/firepad/pull/237
CodeMirror 5.12 now supports copy & cut events which makes the firepad code simpler. I have updated the PR accordingly and also enhanced some styles support. New plnkr in http://plnkr.co/edit/fMroiV79FvkCJF590dpj...
Please hold on with merging this. There may be a better way, see https://discuss.codemirror.net/t/clipboarddata-setdata/695