1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 19:37:35 +00:00
serenity/Applications/Spreadsheet
AnotherTest e65d54a2fa Spreadsheet: Avoid crashing when a cell is created mid-update
To reproduce:
- make sure A0, A1, A2 do not exist (i.e. have not been selected or
  written to)
- select A0
- type in =A1+A2
- see crash
2020-08-24 19:15:07 +02:00
..
CellSyntaxHighlighter.cpp Spreadsheet: Add a syntax highlighter to the cell editor 2020-08-24 19:15:07 +02:00
CellSyntaxHighlighter.h Spreadsheet: Add a syntax highlighter to the cell editor 2020-08-24 19:15:07 +02:00
CMakeLists.txt Spreadsheet: Add a syntax highlighter to the cell editor 2020-08-24 19:15:07 +02:00
HelpWindow.cpp LibWeb: Move OutOfProcessWebView into the Web namespace 2020-08-24 18:21:33 +02:00
HelpWindow.h LibWeb: Move OutOfProcessWebView into the Web namespace 2020-08-24 18:21:33 +02:00
main.cpp Spreadsheet: Document runtime functions and add a help window 2020-08-24 18:21:33 +02:00
Spreadsheet.cpp Spreadsheet: Avoid crashing when a cell is created mid-update 2020-08-24 19:15:07 +02:00
Spreadsheet.h Spreadsheet: Document runtime functions and add a help window 2020-08-24 18:21:33 +02:00
SpreadsheetModel.cpp Spreadsheet: Start making a spreadsheet application 2020-08-24 18:21:33 +02:00
SpreadsheetModel.h Spreadsheet: Start making a spreadsheet application 2020-08-24 18:21:33 +02:00
SpreadsheetView.cpp Spreadsheet: Add a topbar with a text editor 2020-08-24 18:21:33 +02:00
SpreadsheetView.h Spreadsheet: Add a topbar with a text editor 2020-08-24 18:21:33 +02:00
SpreadsheetWidget.cpp Spreadsheet: Add a syntax highlighter to the cell editor 2020-08-24 19:15:07 +02:00
SpreadsheetWidget.h Spreadsheet: Add a topbar with a text editor 2020-08-24 18:21:33 +02:00