Commit Graph

243 Commits

Author SHA1 Message Date
Alexandru Dima
77af9d75c7 Fixes #5483: Harden MainThreadTextEditor.matches 2016-04-28 14:45:13 +02:00
Johannes Rieken
1c08e3ffea improve doc for previewHtml command, also use parse with reviver, fixes #5902 2016-04-28 10:55:45 +02:00
Johannes Rieken
73b97a0642 correct localise call, fallback to err if no err.message is available, protected message service against invalid items, fixes #5891 2016-04-27 14:33:42 +02:00
Johannes Rieken
a47b167a6c resolve promise when message is being dismissed via ESC, fixes #5797 2016-04-27 10:43:32 +02:00
Johannes Rieken
3f2008dea6 fix 'vscode.executeReferenceProvider' command 2016-04-25 18:02:06 +02:00
Johannes Rieken
5e7f6d8c92 expose appName in env, fixes #5297 2016-04-25 12:03:50 +02:00
Johannes Rieken
9e4d70636d add MessageItem#isCloseAffordance, fixes #5448 2016-04-25 11:18:57 +02:00
Johannes Rieken
ab509eeb17 rangeIncludingLineBreak behaviour on last line, fixes #5704 2016-04-25 10:50:48 +02:00
Johannes Rieken
53725a9e92 polish - use modern event, use $-naming for IPC methods 2016-04-22 14:44:58 +02:00
Benjamin Pasero
f58e09cdff shell: less dependencies to the entire world 2016-04-22 13:50:53 +02:00
Johannes Rieken
323d5ea3a1 debt - remove unused code 2016-04-22 10:48:43 +02:00
Johannes Rieken
56b71bd9c1 gracefully handle the case in which a delegate command has been disposed before execution, fixes #3265 2016-04-21 13:55:12 +02:00
Johannes Rieken
406cc18841 adding assertion that newly created untitled document actually exists, #5016 2016-04-20 17:06:43 +02:00
Johannes Rieken
de63841aa6 warn about void results from completion item providers, fixes #5360 2016-04-19 11:45:42 +02:00
Johannes Rieken
93fda14153 allow for error dedup and don't mention offending line number, fixes #5494 2016-04-19 11:32:09 +02:00
Johannes Rieken
8ca1f811df add constraints for optional types 2016-04-14 17:44:11 +02:00
Johannes Rieken
7ea0b9b644 don't use uuid when not neccessary 2016-04-14 17:15:35 +02:00
isidor
806fcf3e67 output: do not surface output id to extension api 2016-04-14 16:51:36 +02:00
isidor
1e590fb634 output: fix extensions output channel 2016-04-14 16:17:36 +02:00
isidor
9916cec2b7 output: surface label for extension output channels 2016-04-14 16:17:36 +02:00
Johannes Rieken
dd9380abab update the previewHtml command doc 2016-04-14 15:57:31 +02:00
Johannes Rieken
464637dbe6 vscode.previewHtml accept URI or string 2016-04-14 15:43:26 +02:00
isidor
65e0142dbd output: polish api 2016-04-14 12:06:40 +02:00
Johannes Rieken
3450cc29d6 debt - move more language feature registries into modes.ts 2016-04-14 08:58:26 +02:00
isidor
283bfae1bb output: align extHostOutputService with new api 2016-04-13 18:14:28 +02:00
isidor
166a9c4246 output: move show output to IOutputChannel 2016-04-13 18:14:28 +02:00
isidor
346a698cc5 output: move clearOutput to IOutputChannel 2016-04-13 18:14:28 +02:00
isidor
85294e40a5 output: move append() to IOutputChannel 2016-04-13 18:14:28 +02:00
Johannes Rieken
f0d88b60dc debt - move ParameterHintsRegistry 2016-04-13 18:08:20 +02:00
Johannes Rieken
3a2e67d1e9 add RemoteTelemetry which implements ITelemetryService, remove AbstractRemoteTelemetryService, workerTelemetryService, extHostTelemetryService, #5219 2016-04-13 15:44:43 +02:00
Benjamin Pasero
84abe71111 Update to Electron 0.37.x (#2559) 2016-04-13 15:07:21 +02:00
Johannes Rieken
7c4c828dcb no more weakness 2016-04-13 09:56:31 +02:00
Johannes Rieken
4431fb83c1 debt - move suggest registry to modes 2016-04-11 18:04:17 +02:00
Johannes Rieken
37be9a631d debt - move rename registry to modes 2016-04-11 18:04:17 +02:00
Johannes Rieken
39038672c0 debt - move reference search registry to modes 2016-04-11 18:04:17 +02:00
Johannes Rieken
93ba880a9e better warning logging 2016-04-11 14:58:22 +02:00
Johannes Rieken
edc2d3fa5b use isWeakRef as existence check for document references, #5117 2016-04-11 12:12:21 +02:00
Yuki Ueda
b70a6d0c0d Remove the space between the period
I think, this space might not be necessary.
2016-04-11 17:15:11 +09:00
Johannes Rieken
5801d6d9b0 undo isNearDeath change, #5117 2016-04-11 10:06:20 +02:00
Johannes Rieken
742ae2ea14 provideCodeActions get those diagnostic instances others provided, not a clone 2016-04-08 17:52:20 +02:00
Johannes Rieken
8cdf377b66 add DiagnosticsCollection#has and #get 2016-04-08 17:31:35 +02:00
Johannes Rieken
aeb52ceb8d add DiagnosticsCollection#forEach 2016-04-08 16:40:12 +02:00
Johannes Rieken
fdc48b3fc6 refactor DiagnosticsCollection so that it holds data on ext host side 2016-04-08 16:17:43 +02:00
Johannes Rieken
bac28cc23d also check for nearDeath when accessing a document, #4488 2016-04-08 11:34:50 +02:00
Benjamin Pasero
7d7028d458 File/Folder picker (fixes #530) 2016-04-07 15:51:30 +02:00
Johannes Rieken
78dcfe10d8 make sure that the falsy value for the activeTextEditor is undefined, #5022 2016-04-06 17:43:07 +02:00
Johannes Rieken
5f44e36593 fix issue #4945 2016-04-06 12:49:01 +02:00
Benjamin Pasero
1dc3cd2ab8 vscode.openFolder: allow to open as new window 2016-04-05 10:42:47 +02:00
Benjamin Pasero
6b37039312 Provide API to open a new folder (fixes #58)
* Provide API to open a new folder (fixes #58)

* extract more generic command

* use underscore to prevent command from showing in keybindings list
2016-04-04 18:21:32 +02:00
Johannes Rieken
7d3b7c0302 move modesFilter logic into the single place at which it is used, remove the rest 2016-04-04 12:34:43 +02:00