Commit Graph

545 Commits

Author SHA1 Message Date
Johannes Rieken
899aa459d6 tweak api command doc 2016-01-27 17:10:31 +01:00
Johannes Rieken
6250b6531e expose EventEmitter in our API, fixes #2359 2016-01-27 12:18:19 +01:00
Johannes Rieken
8755e438f5 scheme and path or authoriy are mandated, fixes #2341 2016-01-27 11:37:20 +01:00
isidor
1bef9adeb6 vscode.d.ts - deprecate the whole method, not the argument
fixes #2337
2016-01-26 17:58:33 +01:00
Johannes Rieken
74d033e92a allow to register for the same scheme twice. lifo behaviour 2016-01-25 16:12:33 +01:00
Johannes Rieken
ee249f86bd api - add vscode.env.language 2016-01-25 14:49:36 +01:00
Johannes Rieken
08fab0100d add CompletionList to tackle #2224 2016-01-25 13:57:14 +01:00
Johannes Rieken
acbaa258c4 tweak Position.toJSON 2016-01-25 11:23:53 +01:00
Johannes Rieken
ef6641c09b wait for 1sec for editors to be synchronized, #2217 2016-01-25 11:09:34 +01:00
Johannes Rieken
04643f8788 first steps in supporting markdown preview 2016-01-25 10:28:40 +01:00
Johannes Rieken
016f521fa7 longer wait time for showTextDoc, #2217 2016-01-25 10:28:16 +01:00
Johannes Rieken
0697316d74 don't mention locale for now, make env a namespace and move to namespace region, make sure env exists event in case of telemetry failure 2016-01-22 09:59:25 +01:00
Sofian Hnaide
4733c1f1df Merge pull request #2136 from SofianHn/master
Adding a global Env to the extension API
2016-01-21 11:40:34 -08:00
Sofian Hnaide
159509fd37 bring back version to prevent breaking change to the api 2016-01-21 11:12:45 -08:00
isidor
fec6200c2d Merge master 2016-01-21 18:14:07 +01:00
isidor
5fa32affe9 vscode.d.ts make column argument deprecated 2016-01-21 15:34:30 +01:00
Johannes Rieken
5be404dd5c #1835 - onDidChangeTextEditorViewColumn event 2016-01-21 15:12:13 +01:00
Johannes Rieken
84b1033d29 💄 tslint 2016-01-21 12:21:01 +01:00
Johannes Rieken
c14e864b2b #1835 add viewColumn property to TextEditor, not yet decided if we also need an event to signal changes 2016-01-21 12:05:10 +01:00
Sofian Hnaide
2f8e58409c Adding a global Env to the extension API 2016-01-20 16:28:56 -08:00
isidor
cbe6b6841b output: showOutput use panel 2016-01-20 16:09:40 +01:00
Johannes Rieken
a9c1895117 allow to provide ViewColumn with 'vscode.previewHtml' command 2016-01-20 15:49:01 +01:00
Johannes Rieken
a44092d6f3 add object, key, and null as SymbolKind, fixes #2111 2016-01-20 12:47:19 +01:00
Johannes Rieken
953aba39c8 proper handling of namespace and package type in goto symbol handler 2016-01-20 12:03:13 +01:00
Johannes Rieken
d6c6437154 code lens must handle cancellation correctly, fixes #2084 2016-01-18 12:55:47 +01:00
Johannes Rieken
68cf1b7e5e 💄 refine IResourceEditorContentProvider interface 2016-01-15 10:26:26 +01:00
Johannes Rieken
c250c4d2e7 api - send telemetry for usage of deprecated API 2016-01-15 10:20:06 +01:00
Johannes Rieken
7a626a94ea add support for input validation 2016-01-14 17:57:13 +01:00
Johannes Rieken
38e68de39b wip 2016-01-14 15:19:56 +01:00
Johannes Rieken
491fc08ea2 fix regression with command args 2016-01-14 15:13:21 +01:00
Johannes Rieken
bd19642abf expose matchOnDetail in API 2016-01-14 10:51:41 +01:00
Johannes Rieken
1c73dd5caf detail all the way 2016-01-14 10:07:03 +01:00
Johannes Rieken
53a3a0fbad reuse meta-property for text below label & desc 2016-01-13 16:38:12 +01:00
Johannes Rieken
4839128904 only report virtual document as unreferenced, fixes #1986 2016-01-13 15:54:20 +01:00
Johannes Rieken
b05f6abcaf no DOM in commen 2016-01-13 14:35:06 +01:00
Johannes Rieken
7e55f101fb proposal for knowning when an item in pick quick pick was selected 2016-01-13 10:58:25 +01:00
Johannes Rieken
7731ac9760 💄 tslint 2016-01-13 10:29:36 +01:00
Johannes Rieken
66bb68f59b 💄 fix typo 2016-01-13 09:06:23 +01:00
Johannes Rieken
443a902d6a introduce the concept fo ContentProvider to the ResourceEditorInput
Instead of just letting the API layer know about content provider we must push it lower because only than we can handle uri's opaque.
2016-01-12 17:24:24 +01:00
Johannes Rieken
7d6831f64b 💄 tslint 2016-01-12 11:39:53 +01:00
Johannes Rieken
699f47b089 💄 tslint 2016-01-12 11:38:11 +01:00
Johannes Rieken
f345c94847 virtual doc - support content provider signalling change via onDidChange event 2016-01-12 10:50:53 +01:00
Johannes Rieken
a040433d1f destroy virtual documents/models when not being used anymore 2016-01-11 17:34:36 +01:00
Johannes Rieken
b1228e5e59 💄 tslint 2016-01-11 16:58:59 +01:00
Johannes Rieken
81456a7212 move api/common to api/browser 2016-01-11 14:44:13 +01:00