mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 06:32:44 +00:00 
			
		
		
		
	|  e3f7753233 We use TextEditor::on_modified_change() to update the modified window flag, which it also works on file saves, so we don't have to unset it there anymore! It isn't really what the FIXME note asked about -- GUI::TextDocument only sends us notifications about the changes, but overall I don't think it's that bad, given that the whole window update logic is now in one function. :^) | ||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| FileArgument.cpp | ||
| FileArgument.h | ||
| main.cpp | ||
| MainWidget.cpp | ||
| MainWidget.h | ||
| TextEditorWindow.gml | ||