1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 23:07:36 +00:00

TextEditor: Move the application UI into a dedicated TextEditorWidget. (#292)

Added a main widget for the text editor as a stepping stone to add new features.
This commit is contained in:
Rhin 2019-07-11 13:52:33 -05:00 committed by Andreas Kling
parent 2dc0ea1cf9
commit d7b836858e
4 changed files with 154 additions and 130 deletions

View file

@ -1,7 +1,8 @@
include ../../Makefile.common
OBJS = \
main.o
TextEditorWidget.o \
main.o
APP = TextEditor