eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

[Bug]: File changes are lost when using File|Close on tab with unsaved changes #3367

Closed UffeJakobsen closed 1 month ago

UffeJakobsen commented 1 month ago

What happened?

File changes are lost when using File|Close on tab with unsaved changes

Version

Self compiled

Operating system

Linux

Steps to reproduce

No response

Relevant log output

No response

eranif commented 1 month ago

This seems to be related to wxAuiNotebook vs clGenericNotebook (i.e on Windows where the generic book is used, the prompt is properly shown)