Commit Graph

67 Commits

Author SHA1 Message Date
rebornix
d9fd263f52 load document with editor id. 2020-05-18 18:03:58 -07:00
rebornix
55ac452768 webview id attached to notebook editor 2020-05-18 16:29:02 -07:00
rebornix
a14736ca5e introduce visible notebook editors 2020-05-18 15:45:32 -07:00
rebornix
9a384768c3 Fix #97694. 2020-05-18 10:35:43 -07:00
rebornix
2d6df55ad1 Notebook kernel preloads 2020-05-17 21:12:58 -07:00
rebornix
b9c163faee asWebUri. 2020-05-14 17:53:33 -07:00
rebornix
e3c3ea27e0 Switch kernel info. 2020-05-13 18:26:41 -07:00
rebornix
c120c15055 Fix postmessage on notebook editor. 2020-05-13 13:58:21 -07:00
rebornix
03acd2250a Fix #96433 2020-05-13 12:47:39 -07:00
rebornix
a15661000f adopt notebook kernel 2020-05-13 11:31:06 -07:00
Rob Lourens
eeac47cd7b Fix, execute notebook in extension by passing 'undefined' 2020-05-13 11:29:01 -05:00
rebornix
d3c97cd998 Fix microsoft/vscode-github-issue-notebooks#26. 2020-05-13 08:39:16 -07:00
rebornix
4447915b00 saveAs 2020-05-06 12:42:36 -07:00
rebornix
b4dd66bc85 revert. 2020-05-06 11:43:19 -07:00
rebornix
cb7ea6e166 Remove notebook content provider 2020-05-05 18:43:25 -07:00
rebornix
1b5217985b notebook document creation in UI side 2020-05-05 18:43:25 -07:00
rebornix
0d445385ea Re #93265. 2020-05-04 18:27:47 -07:00
rebornix
715b135887 Slim NotebookEditorInput and model service for notebookEditorModel. 2020-05-01 15:36:41 -07:00
rebornix
0ca10b2bf8 accessible mimetype display order 2020-04-28 17:50:29 -07:00
rebornix
5121bac41d NotebookEditor.selection 2020-04-22 13:44:00 -07:00
Rob Lourens
d661f7b2d1 Implement cancellation for notebook cell execution 2020-03-30 12:14:10 -05:00
rebornix
24cac8b437 Edit API in the core 2020-03-25 17:53:27 -07:00
rebornix
fdf9e6ef07 Cell Editing API draft 2020-03-25 11:08:18 -07:00
rebornix
6f880b0fd1 Tempalte Cell if the document is empty 2020-03-24 17:22:08 -07:00
rebornix
deddc655bd Event Dispatcher 2020-03-23 16:00:13 -07:00
rebornix
343fdecf0f notebook metadata sync between ext and main 2020-03-23 16:00:01 -07:00
Rob Lourens
2b64615227 Remove MenuItemActions to simplify action registration code 2020-03-20 22:20:01 -07:00
Rob Lourens
a0d07dcf6e Remove activeCell concept 2020-03-20 22:19:25 -07:00
Rob Lourens
815c03e31a Add cell run state to the cell viewmodel, and make NotebookEditor in charge of updating it 2020-03-20 22:19:25 -07:00
rebornix
5d18ad4c59 editable metadata 2020-03-19 17:32:16 -07:00
rebornix
edaee26d18 Merge remote-tracking branch 'origin/master' into roblou/runButton 2020-03-19 16:43:42 -07:00
rebornix
56660bef36 messages channel between ext and webview for outputs 2020-03-19 12:48:51 -07:00
Rob Lourens
95ba0b1e68 Add progress bar 2020-03-18 21:50:31 -07:00
rebornix
fcf9d81f39 remove find controller reveal change 2020-03-18 09:58:13 -07:00
rebornix
58afb2be50 💄 2020-03-18 09:51:50 -07:00
rebornix
bef89447f8 💄 2020-03-18 09:51:44 -07:00
rebornix
915d3da29e create new cell should be stateless 2020-03-18 09:51:06 -07:00
rebornix
9bb2c9dea6 TextModel and CellTextMode. Separate dirty state from text model. 2020-03-17 17:38:09 -07:00
rebornix
8e72cca30c Persist cell data when delete cell content. 2020-03-17 14:40:43 -07:00
Johannes Rieken
c1ec410c8b create cell uri on the extension host, expose as NotebookCell#uri 2020-03-10 18:06:45 +01:00
rebornix
0192291e72 disposables 2020-03-04 14:45:00 -08:00
rebornix
882ae1ec8f no unverified commit 2020-03-03 16:33:00 -08:00
rebornix
cef3c06420 find widget attempt 2020-02-25 15:17:38 -08:00
rebornix
22ffffb16c disposables 2020-02-24 10:35:08 -08:00
rebornix
d00f117c62 Mimetype picker first cut. 2020-02-21 11:47:55 -08:00
rebornix
604cee122f size/offset trackers for individual output 2020-02-19 18:05:26 -08:00
rebornix
c46f92e7fe Cell insertion/deletion in notebook editor list view. 2020-02-18 17:42:31 -08:00
rebornix
4bced156d1 notebook cell update with renderer updates. 2020-02-18 17:32:25 -08:00
rebornix
796c2baa80 Diff for cells and outputs in exthost. 2020-02-18 16:31:22 -08:00
Johannes Rieken
6db3625e94 add ICell#uri and expose INotebook#viewType 2020-02-18 11:26:09 +01:00