1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-31 16:22:43 +00:00
serenity/Applications/TextEditor
Linus Groh 488a613858 TextEditor: Rename {Main => TextEditor}Window.gml
Calling the file MainWindow.gml (and subsequently using MainWindowGML.h
for the generated file's name) suggests that's possible for every
application, but having a second one anywhere results in the following
CMake error:

    add_custom_target cannot create target "generate_MainWindowGML.h"
    because another target with the same name already exists. The
    existing target is a custom target created in source directory [...]

It's now also more consistent with the other applications already using
GML, namely "BrowserWindow.gml" and "FileManagerWindow.gml".
2020-12-23 01:33:43 +01:00
..
CMakeLists.txt TextEditor: Rename {Main => TextEditor}Window.gml 2020-12-23 01:33:43 +01:00
main.cpp Applications: Use GUI::Icon::default_icon to set application icon 2020-11-02 21:06:17 +01:00
TextEditorWidget.cpp TextEditor: Rename {Main => TextEditor}Window.gml 2020-12-23 01:33:43 +01:00
TextEditorWidget.h LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^) 2020-12-21 18:26:18 +01:00
TextEditorWindow.gml TextEditor: Rename {Main => TextEditor}Window.gml 2020-12-23 01:33:43 +01:00