ladybird/Userland/Applications/Spreadsheet
Andreas Kling ddbf20ecf6 LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
This is a little bit messy but the basic idea is:

Syntax::Highlighter now has a Syntax::HighlighterClient to talk to the
outside world. It mostly communicates in LibGUI primitives that are
available in headers, so inlineable.

GUI::TextEditor inherits from Syntax::HighlighterClient.

This let us to move GUI::JSSyntaxHighlighter to JS::SyntaxHighlighter
and remove LibGUI's dependency on LibJS.
2021-02-07 16:56:02 +01:00
..
CellType
Readers
Writers
Cell.cpp
Cell.h
CellSyntaxHighlighter.cpp LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
CellSyntaxHighlighter.h LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
CellTypeDialog.cpp LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS 2021-02-07 16:56:02 +01:00
CellTypeDialog.h
CMakeLists.txt
CondFormatting.gml
ConditionalFormatting.h
CondView.gml
Forward.h
HelpWindow.cpp
HelpWindow.h
JSIntegration.cpp
JSIntegration.h
main.cpp Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Position.h
Spreadsheet.cpp Everywhere: Debug macros instead of constexpr. 2021-01-25 09:47:36 +01:00
Spreadsheet.h
SpreadsheetModel.cpp
SpreadsheetModel.h
SpreadsheetView.cpp
SpreadsheetView.h
SpreadsheetWidget.cpp LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax 2021-02-07 15:15:10 +01:00
SpreadsheetWidget.h
Workbook.cpp
Workbook.h