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

Dialogue Editor is slow to type in for large projects #31

Closed
nstryder opened this issue Mar 8, 2022 · 1 comment
Closed

Dialogue Editor is slow to type in for large projects #31

nstryder opened this issue Mar 8, 2022 · 1 comment

Comments

@nstryder
Copy link

nstryder commented Mar 8, 2022

Hello, I run a large project with thousands of files. This causes saving to be much slower than the average project.
I was wondering if the editor auto-saves upon entering any text. If so, this might be the cause of the performance issues. The option to turn off auto-save and have a manual save button would be a simple solution I think.

I tested it again with a fresh minimal project, and the slowdown does not happen there.

Attached is a video demonstrating the slowdown. Under Godot's code editor, input is smooth, but in the Dialogue tab, it is slow to enter anything.

2022-03-07.20-07-49_edit.mp4
@nathanhoad
Copy link
Owner

I've moved the code that was constantly saving the dialogue resource out into a proper apply_changes() method. That should make things better.

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

No branches or pull requests

2 participants