ladybird/Userland/Applications/HexEditor
Karol Kosek c9c55d86a4 Userland: Ask first for unsaved changes after clicking an "Open" action
Previously there was some inconsistency between the apps when clicking
the "Open" action while the file wasn't saved.

Some programs (Font Editor) immediately asked you if you wanted to save
the modified file, while others (Text Editor, Hex Editor and Playground)
would show the save dialog only *after* you selected a file.

I think it's better to ask a user right away if they want to save file,
because a dialog after selecting a file should be generally related to
that selected file, like an error opening a file, an import window etc.
2022-02-21 18:30:32 +01:00
..
CMakeLists.txt HexEditor: Port HexEditor to LibMain 2022-01-01 14:47:15 +01:00
FindDialog.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
FindDialog.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
FindDialog.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
GoToOffsetDialog.cpp Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
GoToOffsetDialog.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
GoToOffsetDialog.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
HexDocument.cpp HexEditor: Stream input files instead of keeping them in memory 2021-12-23 23:25:47 -08:00
HexDocument.h HexEditor: Make HexDocuments final 2021-12-23 23:25:47 -08:00
HexEditor.cpp HexEditor: Add support for handling PageUp and PageDown key events 2022-02-20 15:44:36 +01:00
HexEditor.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
HexEditorWidget.cpp Userland: Ask first for unsaved changes after clicking an "Open" action 2022-02-21 18:30:32 +01:00
HexEditorWidget.h HexEditor: Display dirty close icon when the file is changed 2022-02-20 00:06:14 -05:00
HexEditorWindow.gml Userland: Run gml-format 2022-02-13 02:36:35 +02:00
main.cpp LibConfig: Rename pledge_domains(String) => pledge_domain(String) 2022-02-11 18:06:39 +01:00
SearchResultsModel.h HexEditor: Stream input files instead of keeping them in memory 2021-12-23 23:25:47 -08:00