diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-10-28 18:48:53 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-10-28 19:08:48 +0100 |
commit | b4de5ac1282e688ff5360410d0aa82a32c1ff34f (patch) | |
tree | 0b189bdd577ffd01b8cfbc9b10ac2bb84bb215ff /DevTools/HackStudio/Makefile | |
parent | f0da3ab9b255143a7ff377fe1a3824c2b8934f89 (diff) | |
download | serenity-b4de5ac1282e688ff5360410d0aa82a32c1ff34f.zip |
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.
Diffstat (limited to 'DevTools/HackStudio/Makefile')
-rw-r--r-- | DevTools/HackStudio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DevTools/HackStudio/Makefile b/DevTools/HackStudio/Makefile index f5e17f115b..c92fd15e1b 100644 --- a/DevTools/HackStudio/Makefile +++ b/DevTools/HackStudio/Makefile @@ -9,6 +9,7 @@ OBJS = \ CppLexer.o \ Editor.o \ EditorWrapper.o \ + Locator.o \ main.o APP = HackStudio |