You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pasting 2-10MB minified JS file will likely hang the whole webcrack tab because of the highlighter taking so long to do syntax highlighting, please add option to disable it.
The text was updated successfully, but these errors were encountered:
yeah good idea
but I think that's generally because of monaco-editor, on a sort of recent phone it takes over 30s to paste 100kb without syntax highlighting
in <textarea> pasting is a bit faster but it gets stuck when scrolling
codemirror and ace seem to perform the best
yeah good idea but I think that's generally because of monaco-editor, on a sort of recent phone it takes over 30s to paste 100kb without syntax highlighting in <textarea> pasting is a bit faster but it gets stuck when scrolling codemirror and ace seem to perform the best
I tried to follow beautify approach and disable "word wrap", and holy it increases performance by 10-fold:
Having both syntax highlighting and word wrap disabled allowed me to paste 2MB text file in... 1s, which is a massive improvement from previous, 30s-50s and sometimes timeout.
Pasting 2-10MB minified JS file will likely hang the whole webcrack tab because of the highlighter taking so long to do syntax highlighting, please add option to disable it.
The text was updated successfully, but these errors were encountered: