CSSG-Labs / PyNote

Text Editor Written in Python
GNU General Public License v3.0
3 stars 4 forks source link

Updated new and open functions with save prompt messagebox #37

Closed PatrickBruso closed 2 years ago

PatrickBruso commented 2 years ago

Upon opening a file or creating a new file, the program will determine if changes have been made. If there are changes, the program will prompt the user whether they wish to save the changes. User can click 'yes' to save, 'no' to discard, or 'cancel' to cancel. Closes #33.