1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:37:45 +00:00

HackStudio: Start working on a "Locator", much like Qt Creator has

Pressing Ctrl+K will now open the little locator command line at the
bottom of the window. Right now it can only be used to jump quickly
to a file.
This commit is contained in:
Andreas Kling 2019-10-28 18:48:53 +01:00
parent f0da3ab9b2
commit b4de5ac128
4 changed files with 202 additions and 0 deletions

View file

@ -9,6 +9,7 @@ OBJS = \
CppLexer.o \
Editor.o \
EditorWrapper.o \
Locator.o \
main.o
APP = HackStudio