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

Restore script editor state between sessions #27979

Merged
merged 1 commit into from
Apr 21, 2019

Conversation

Paulb23
Copy link
Member

@Paulb23 Paulb23 commented Apr 13, 2019

The script editor will now restore its state between sessions, such as folded lines, breakpoints and caret position. The only pain point is that we have to save the docks on editor exit every time to ensure it's saved.

This change is also forwards compatible not backwards.

closes #22836
closes #27807
closes most of #19109

@akien-mga akien-mga merged commit 71bbe6e into godotengine:master Apr 21, 2019
@akien-mga
Copy link
Member

Thanks!

@KoBeWi
Copy link
Member

KoBeWi commented Apr 21, 2019

I could use this in my bookmarks PR #28218 🤔

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

Successfully merging this pull request may close these issues.

Save breakpoints when saving the project Types/keywords are highlighted in $ operator node path
4 participants