ladybird/Applications/Spreadsheet
AnotherTest f606e78556 Spreadsheet: Show a small inline doc window for the "current" function
If the user is typing in the cell editor and has the cursor in a
function call, try to show a tip for the arguments of that function:
(cursor denoted by `|`)
```
sum(|
```
should show:
```
sum(cell names)
```
in a tooltip-like window below the editor.
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: Show a small inline doc window for the "current" function 2020-12-29 00:58:43 +01:00
JSIntegration.h Spreadsheet: Show a small inline doc window for the "current" function 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: Show a small inline doc window for the "current" function 2020-12-29 00:58:43 +01:00
Spreadsheet.h Spreadsheet: Show a small inline doc window for the "current" function 2020-12-29 00:58:43 +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: Show a small inline doc window for the "current" function 2020-12-29 00:58:43 +01:00
SpreadsheetWidget.h Spreadsheet: Show a small inline doc window for the "current" function 2020-12-29 00:58:43 +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