BalazsJako / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
1.44k stars 242 forks source link

Add `TextEditor::IsSaved(...)` #153

Open NothingSpecific opened 9 months ago

NothingSpecific commented 9 months ago

This PR adds an accurate method of determining whether a file has changes to be saved. Importantly, it does this without discarding undo history, and without using unnecessary memory.