Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Used insertText() instead of setText() to handle large scripts #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

elprohabro
Copy link

Since setText() cuts all data larger than ~200 lines, I set editor.setText to "" and then added data from decompiler by insertText(). Please take a look, lines 44-45.

@tbrek
Copy link

tbrek commented Oct 7, 2019

Thanks for fixing the issue @elprohabro . I fixed that locally on my Atom instance. I wonder if that repo is still maintained though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants