[apps/code] Add an EditorView that has a gutter

This commit is contained in:
Romain Goyet
2018-05-09 17:14:38 +02:00
committed by LeaNumworks
parent daee2998c5
commit c091d1f59d
5 changed files with 147 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ app_objs += $(addprefix apps/code/,\
console_line_cell.o\
console_store.o\
editor_controller.o\
editor_view.o\
helpers.o\
menu_controller.o\
python_toolbox.o\