ladybird/Userland/Applications/HexEditor
kleines Filmröllchen 6ee597369d Meta+Userland: Run the GML formatter on CI and pre-commit
Now that the GML formatter is both perserving comments and also mostly
agrees to the existing GML style, it can be used to auto-format all the
GML files in the system. This commit does not only contain the scripts
for running the formatting on CI and the pre-commit hook, but also
initially formats all the existing GML files so that the hook is
successfull.
2022-02-07 18:39:50 +01:00
..
CMakeLists.txt HexEditor: Port HexEditor to LibMain 2022-01-01 14:47:15 +01:00
FindDialog.cpp HexEditor: Use Array in FindDialog's options 2022-01-28 23:40:25 +01:00
FindDialog.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
FindDialog.h Userland: Remove a bunch of unnecessary Vector imports 2022-01-28 23:40:25 +01:00
GoToOffsetDialog.cpp AK: Replace the mutable String::replace API with an immutable version 2021-09-11 20:36:43 +03:00
GoToOffsetDialog.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
GoToOffsetDialog.h HexEditor: Add 'Go to Offset...' dialog 2021-05-23 18:13:49 +02: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 Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
HexEditor.h HexEditor: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
HexEditorWidget.cpp HexEditor: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
HexEditorWidget.h HexEditor: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
HexEditorWindow.gml Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
main.cpp HexEditor: Use FileSystemAccessClient::try_* APIs 2022-01-20 10:39:12 +01:00
SearchResultsModel.h HexEditor: Stream input files instead of keeping them in memory 2021-12-23 23:25:47 -08:00