Is your feature request related to a problem? Please describe.
In version 0.0.1, the app does not keep track of unsaved files or their contents, leading to potential data loss if the application crashes or is closed unexpectedly.
Describe the solution you'd like
Implement QSettings to track:
- Open file paths
- File content stored on disk
- Unsaved changes in the editor
This would allow session restoration upon reopening the app.
Describe alternatives you've considered
An alternative approach is prompting users to save all files before closing. However, this may disrupt the workflow if users prefer automatic session restoration.
Additional context
None
Is your feature request related to a problem? Please describe.
In version 0.0.1, the app does not keep track of unsaved files or their contents, leading to potential data loss if the application crashes or is closed unexpectedly.
Describe the solution you'd like
Implement QSettings to track:
This would allow session restoration upon reopening the app.
Describe alternatives you've considered
An alternative approach is prompting users to save all files before closing. However, this may disrupt the workflow if users prefer automatic session restoration.
Additional context
None