-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add "Save to disk" feature #30
Comments
Maybe it should be triggered on a key combination ( like |
Challenge: how to prompt the user about "where to save file ?" |
Maybe an indication to the user if the file is saved or not ( in the status bar ) should also help |
the feature is partially implemented after 1fbec7d |
Update: blocking issue fixed. |
after 1fbec7d , the save to disk feature should work as intended if the editor is editing an already open file. I still doesn't got a way to handle the case where no file is open. |
tracking "saving when no file is open" with issue #32 |
Currently the editor is more like a scratch pad, which only saves the changes temporarily and they are lost after quitting.
A basic editor needs to have ability to save the edited file to the disk.
The text was updated successfully, but these errors were encountered: