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:
parent
f0da3ab9b2
commit
b4de5ac128
4 changed files with 202 additions and 0 deletions
|
@ -9,6 +9,7 @@ OBJS = \
|
|||
CppLexer.o \
|
||||
Editor.o \
|
||||
EditorWrapper.o \
|
||||
Locator.o \
|
||||
main.o
|
||||
|
||||
APP = HackStudio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue