mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
LibGUI: Add a Shell syntax highlighter
This commit is contained in:
parent
a10cfee0d4
commit
72b68221cc
4 changed files with 560 additions and 6 deletions
|
@ -39,14 +39,14 @@ set(SOURCES
|
|||
IconView.cpp
|
||||
ImageWidget.cpp
|
||||
InputBox.cpp
|
||||
JsonArrayModel.cpp
|
||||
JSSyntaxHighlighter.cpp
|
||||
JsonArrayModel.cpp
|
||||
Label.cpp
|
||||
Layout.cpp
|
||||
LazyWidget.cpp
|
||||
ListView.cpp
|
||||
MenuBar.cpp
|
||||
Menu.cpp
|
||||
MenuBar.cpp
|
||||
MenuItem.cpp
|
||||
MessageBox.cpp
|
||||
Model.cpp
|
||||
|
@ -60,8 +60,9 @@ set(SOURCES
|
|||
RadioButton.cpp
|
||||
ResizeCorner.cpp
|
||||
RunningProcessesModel.cpp
|
||||
ScrollableWidget.cpp
|
||||
ScrollBar.cpp
|
||||
ScrollableWidget.cpp
|
||||
ShellSyntaxHighlighter.cpp
|
||||
Shortcut.cpp
|
||||
Slider.cpp
|
||||
SortingProxyModel.cpp
|
||||
|
@ -70,13 +71,13 @@ set(SOURCES
|
|||
StackWidget.cpp
|
||||
StatusBar.cpp
|
||||
SyntaxHighlighter.cpp
|
||||
TableView.cpp
|
||||
TabWidget.cpp
|
||||
TableView.cpp
|
||||
TextBox.cpp
|
||||
TextDocument.cpp
|
||||
TextEditor.cpp
|
||||
ToolBarContainer.cpp
|
||||
ToolBar.cpp
|
||||
ToolBarContainer.cpp
|
||||
TreeView.cpp
|
||||
UndoStack.cpp
|
||||
Variant.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue