Commit Graph

598 Commits

Author SHA1 Message Date
Johannes Rieken
c4f793759a baby steps, #12111 2016-09-29 09:56:17 +02:00
Daniel Imms
8763d8411f Fix Terminal.processId when setProcessId has not yet been called
Part of #12770
2016-09-28 19:10:34 -07:00
Johannes Rieken
13dd827396 Revert "allow to define gutter and content icons paths as string OR uri, #12111"
This reverts commit 6afb0f477a.
2016-09-28 15:47:01 +02:00
Johannes Rieken
6afb0f477a allow to define gutter and content icons paths as string OR uri, #12111 2016-09-28 14:35:01 +02:00
Johannes Rieken
2b27189749 make global optional, fixes #12878 2016-09-28 13:42:00 +02:00
Johannes Rieken
01acb0eb2e undefined !== null and JSON.stringify should know that, fix #12812 2016-09-28 12:59:43 +02:00
Johannes Rieken
503c01b93e use pushEditOperation instead of dangerous applyEdits, fixes #12832 2016-09-28 11:23:03 +02:00
Johannes Rieken
cd2e9da5f7 make sure to timeout format on save, #12725 2016-09-28 10:55:53 +02:00
Johannes Rieken
e7376ad883 better names for TextDocumentSaveReason, #12830 2016-09-28 10:36:24 +02:00
Alex Dima
d2060eee32 Fixes #12730: "editor.lineNumbers" should use "on", "off", and "relative" 2016-09-27 23:20:13 +03:00
Alex Dima
7f0e2adacf Introduce TextEditorLineNumbersStyle for TextEditorOptions.lineNumbers 2016-09-27 23:10:43 +03:00
Alex Dima
a8894fbf0e Add API to change editor's lineNumbers option 2016-09-27 01:14:24 +03:00
Daniel Imms
b3487969e0 Remove some unused params 2016-09-26 10:41:00 -07:00
Johannes Rieken
e986a2b093 add TextDocumentWillSaveEvent#reason, #239 2016-09-26 17:33:41 +02:00
Johannes Rieken
fafb6c1d3b add default label, fixes #12119 2016-09-26 10:45:55 +02:00
Johannes Rieken
9f75564814 add an overall timeout to onWillSaveTextDocument, #239 2016-09-26 09:56:49 +02:00
Johannes Rieken
bb6d4d309e Merge pull request #12490 from gregvanl/master
Format complex command descriptions for better generated Markdown.
2016-09-23 18:00:05 +02:00
Johannes Rieken
73e3f8d9b2 use proper settings name in code 2016-09-23 15:29:43 +02:00
Alex Dima
55741c8c6e Fix TS adoption issues 2016-09-23 15:53:56 +03:00
Johannes Rieken
21d4e10fa0 don't run formatOnSave when auto saved, #12449 2016-09-23 14:29:36 +02:00
Dirk Baeumer
d6c02afff7 Merge branch 'master' into dbaeumer/TS2.0 2016-09-23 12:31:24 +02:00
Johannes Rieken
f758341dd1 Merge pull request #12454 from Microsoft/joh/formatOnSave
format on save
2016-09-23 12:24:35 +02:00
Johannes Rieken
94d8b210e4 ignore listeners that failed (error, timeout) more than n times, #239 2016-09-23 12:22:09 +02:00
Dirk Baeumer
a48d278d19 Added values to enums to make 2.0.3 compiler happy with structural equal enums 2016-09-23 11:50:22 +02:00
Dirk Baeumer
a464b8a7b5 Fixing compile error caused by TS 2.0.3 2016-09-23 09:03:16 +02:00
Greg Van Liew
f83d860a44 Format complex command descriptions for better generated Markdown. 2016-09-22 15:57:57 -07:00
Dirk Baeumer
179f3780de Merge branch 'master' into dbaeumer/TS2.0 2016-09-22 21:36:02 +02:00
Johannes Rieken
cb19176a04 add watch dog, bubble errors a little, #239 2016-09-22 17:56:05 +02:00
Dirk Baeumer
7a560086bf Merge branch 'master' into dbaeumer/TS2.0 2016-09-22 16:27:21 +02:00
Johannes Rieken
2fb97c07bc don't format on save when auto-saving the active editor and when edits conflict with cursors 2016-09-22 16:20:00 +02:00
Johannes Rieken
07aeea6f46 move things back to participant for better control 2016-09-22 15:42:24 +02:00
Johannes Rieken
818f5deef0 actually run in sequence... 2016-09-22 15:38:54 +02:00
Johannes Rieken
d0e7a52498 add setting 2016-09-22 15:25:08 +02:00
Johannes Rieken
e71d1e8841 first cut of format on save 2016-09-22 13:49:25 +02:00
Johannes Rieken
53ff2cf41d fire up extHostDocumentParticipant and vscode.d.ts, #239 2016-09-22 11:32:56 +02:00
Johannes Rieken
c061faf6cd Merge pull request #12328 from Microsoft/joh/willSave
onWillSaveTextDocument event
2016-09-22 09:05:10 +02:00
Christof Marti
12d000ec54 Run experiment with default viewlet shown/hidden (fixes #12414) 2016-09-21 16:56:29 -07:00
Dirk Baeumer
963d1a5c94 First set of TS 2.0 adoption work 2016-09-21 15:21:05 +02:00
Johannes Rieken
08b23250e1 wire ext host save participant to main thread save participant 2016-09-21 11:13:26 +02:00
Johannes Rieken
a4c9fed946 test for bad concurrent edits, test for subsequent good edits 2016-09-21 10:45:41 +02:00
Johannes Rieken
bb6556257f merge waitUntil and pushEdits 2016-09-21 09:59:20 +02:00
Johannes Rieken
ab64f8252d pushEdits and wire up workspace#applyEdits 2016-09-20 19:25:44 +02:00
Johannes Rieken
23fef6b12f add document to event 2016-09-20 16:46:41 +02:00
Johannes Rieken
13b1a8758d First cut of an ext host onWillSaveTextDocumentEvent 2016-09-20 16:32:37 +02:00
Daniel Imms
7236f593e7 Implement vscode.Terminal.processId
Fixes #11919
2016-09-19 14:32:41 -07:00
Johannes Rieken
ec8f8da569 protect against bad results, #11455 2016-09-19 15:54:17 +02:00
Johannes Rieken
468ea77686 Revert "undo update change for now, #1396"
This reverts commit 83053afc22.
2016-09-19 11:36:16 +02:00
Daniel Imms
2e02b52deb Have terminal service clean up instances using event 2016-09-15 12:26:14 -07:00
Daniel Imms
e3831ee39c Implement window.onDidCloseTerminal extension API
Fixes #10925
2016-09-15 12:03:40 -07:00
Benjamin Pasero
91115aa714 support debug & tasks writing (for #8937) 2016-09-15 08:45:37 +02:00