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

Persistent settings and code #8

Open
wmww opened this issue Jul 30, 2018 · 1 comment
Open

Persistent settings and code #8

wmww opened this issue Jul 30, 2018 · 1 comment

Comments

@wmww
Copy link
Owner

wmww commented Jul 30, 2018

We need the ability to load and save brainfuck source files. It would also be nice to keep settings and/or open file persistent across closing and reopening the IDE. I've no idea how to do this, but Godot probably makes it somewhat painless. It may or may not be a good idea to wait on #4 (Port to Godot 3) for this.

@wmww wmww changed the title Percistant settings and code Persistent settings and code Jul 31, 2018
@locness3
Copy link

locness3 commented Dec 6, 2020

About loading files : https://docs.godotengine.org/en/2.1/classes/class_file.html
For keeping settings etc, I'd use user:// paths to store config to the user directory.

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

No branches or pull requests

2 participants