ProgerXP / Notepad2e

Word highlighting, simultaneous editing, split views, math evaluation, un/grep, comment reformatting, UAC elevation, complete regexps (PCRE), Lua lexers, DPI awareness and more (XP+)
Other
375 stars 52 forks source link

File change notify MsgBox: use icon depending on unsaved state #350

Closed ProgerXP closed 2 years ago

ProgerXP commented 3 years ago

When current file has unsaved changes (* in the titlebar), use warning icon, else use question icon. This affects both file-changed and file-deleted notifications.

cshnik commented 2 years ago

Done.

ProgerXP commented 2 years ago

Memo: 6e0dd6a85e78813ea8318a70992242cbfea45aab affected #164: previously, if document is intact except for a changed charset, Save On Lose Focus won't save it; now it will.