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:
parent
2dc0ea1cf9
commit
d7b836858e
4 changed files with 154 additions and 130 deletions
|
@ -1,7 +1,8 @@
|
|||
include ../../Makefile.common
|
||||
|
||||
OBJS = \
|
||||
main.o
|
||||
TextEditorWidget.o \
|
||||
main.o
|
||||
|
||||
APP = TextEditor
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue