mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
HackStudio: Add new multiline commit dialog
This new commit dialog features multi-line input and a line and column indicator. A great improvement over the last one, if you ask me! :^)
This commit is contained in:
parent
e92b6047ad
commit
4cfc992125
5 changed files with 141 additions and 6 deletions
|
@ -9,6 +9,7 @@ add_subdirectory(LanguageServers)
|
|||
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)
|
||||
|
||||
set(SOURCES
|
||||
CodeDocument.cpp
|
||||
|
@ -23,6 +24,8 @@ set(SOURCES
|
|||
Debugger/EvaluateExpressionDialog.cpp
|
||||
Debugger/RegistersModel.cpp
|
||||
Debugger/VariablesModel.cpp
|
||||
Dialogs/Git/GitCommitDialog.cpp
|
||||
Dialogs/Git/GitCommitDialogGML.h
|
||||
Dialogs/NewProjectDialog.cpp
|
||||
Dialogs/NewProjectDialogGML.h
|
||||
Dialogs/ProjectTemplatesModel.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue