1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:48:12 +00:00
serenity/Applications/Spreadsheet
AnotherTest aa5b43a2bc Spreadsheet: Highlight the source causing an exception in red
This commit makes the cell editor highlight the likely source of the
exception in red.
2020-12-29 00:58:43 +01:00
..
CellType Spreadsheet: Override visit_edges() and visit stored JS objects 2020-12-22 23:35:29 +01:00
Readers Spreadsheet: Add a CSV reader and writer 2020-11-24 21:38:13 +01:00
Writers Spreadsheet: Add a CSV reader and writer 2020-11-24 21:38:13 +01:00
Cell.cpp Spreadsheet: Override visit_edges() and visit stored JS objects 2020-12-22 23:35:29 +01:00
Cell.h Spreadsheet: Improve sheet update efficiency 2020-12-22 23:35:29 +01:00
CellSyntaxHighlighter.cpp Spreadsheet: Highlight the source causing an exception in red 2020-12-29 00:58:43 +01:00
CellSyntaxHighlighter.h Spreadsheet: Highlight the source causing an exception in red 2020-12-29 00:58:43 +01:00
CellTypeDialog.cpp LibGUI: Refactor AbstractView "multi select" mode into "selection mode" 2020-12-28 21:28:40 +01:00
CellTypeDialog.h Spreadsheet: Add conditional formatting 2020-09-25 23:55:33 +02:00
CMakeLists.txt Build: Embed application icons directly in the executables. 2020-12-21 00:12:59 +01:00
CondFormatting.gml LibGUI: Introduce GML - a simple GUI Markup Language :^) 2020-12-20 11:59:40 +01:00
ConditionalFormatting.h Spreadsheet: Add conditional formatting 2020-09-25 23:55:33 +02:00
CondView.gml LibGUI: Introduce GML - a simple GUI Markup Language :^) 2020-12-20 11:59:40 +01:00
Forward.h Spreadsheet: Add conditional formatting 2020-09-25 23:55:33 +02:00
HelpWindow.cpp LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
HelpWindow.h Spreadsheet: Add support for example views and hyperlinks in the docs 2020-10-31 15:40:13 +01:00
JSIntegration.cpp Spreadsheet: Add a 'contents' getter/setter to Position 2020-12-29 00:58:43 +01:00
JSIntegration.h Spreadsheet: Add a 'contents' getter/setter to Position 2020-12-29 00:58:43 +01:00
main.cpp Spreadsheet: Prompt user before closing with unsaved changes 2020-12-23 15:41:49 +01:00
Position.h Spreadsheet: Serialise Positions to URLs and add Sheet::from_uri() 2020-11-03 16:47:56 +01:00
Spreadsheet.cpp Spreadsheet: Prompt user before closing with unsaved changes 2020-12-23 15:41:49 +01:00
Spreadsheet.h Spreadsheet: Improve sheet update efficiency 2020-12-22 23:35:29 +01:00
SpreadsheetModel.cpp Spreadsheet: Override visit_edges() and visit stored JS objects 2020-12-22 23:35:29 +01:00
SpreadsheetModel.h Spreadsheet: Improve sheet update efficiency 2020-12-22 23:35:29 +01:00
SpreadsheetView.cpp Spreadsheet: Improve sheet update efficiency 2020-12-22 23:35:29 +01:00
SpreadsheetView.h Spreadsheet: Invert the drag-selection trigger 2020-11-30 17:54:54 +01:00
SpreadsheetWidget.cpp Spreadsheet: Highlight the source causing an exception in red 2020-12-29 00:58:43 +01:00
SpreadsheetWidget.h Spreadsheet: Prompt user before closing with unsaved changes 2020-12-23 15:41:49 +01:00
Workbook.cpp Spreadsheet: Prompt user before closing with unsaved changes 2020-12-23 15:41:49 +01:00
Workbook.h Spreadsheet: Prompt user before closing with unsaved changes 2020-12-23 15:41:49 +01:00