mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
HackStudio: Remove FindWidget
HackStudio editors now have built-in incremental search
This commit is contained in:
parent
a97768001b
commit
ed196fc265
7 changed files with 0 additions and 185 deletions
|
@ -10,7 +10,6 @@ add_subdirectory(LanguageClients)
|
|||
|
||||
compile_gml(Dialogs/NewProjectDialog.gml Dialogs/NewProjectDialogGML.h new_project_dialog_gml)
|
||||
compile_gml(Dialogs/Git/GitCommitDialog.gml Dialogs/Git/GitCommitDialogGML.h git_commit_dialog_gml)
|
||||
compile_gml(FindWidget.gml FindWidgetGML.h find_widget_gml)
|
||||
|
||||
set(SOURCES
|
||||
CodeDocument.cpp
|
||||
|
@ -28,7 +27,6 @@ set(SOURCES
|
|||
Editor.cpp
|
||||
EditorWrapper.cpp
|
||||
FindInFilesWidget.cpp
|
||||
FindWidget.cpp
|
||||
Git/DiffViewer.cpp
|
||||
Git/GitFilesModel.cpp
|
||||
Git/GitFilesView.cpp
|
||||
|
@ -54,7 +52,6 @@ set(SOURCES
|
|||
set(GENERATED_SOURCES
|
||||
Dialogs/Git/GitCommitDialogGML.h
|
||||
Dialogs/NewProjectDialogGML.h
|
||||
FindWidgetGML.h
|
||||
)
|
||||
|
||||
serenity_app(HackStudio ICON app-hack-studio)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue