Commit Graph

2163 Commits

Author SHA1 Message Date
Alex Dima
f693ba1495 rename nativePluginService to nativeExtensionService 2016-03-01 18:54:40 +01:00
Alex Dima
6ae815a7c5 plugin -> extension 2016-03-01 18:54:39 +01:00
Alex Dima
c867beb5fe More plugin -> extension renames 2016-03-01 12:44:35 +01:00
Alex Dima
149cede9e6 PluginsRegistry -> ExtensionsRegistry 2016-03-01 12:32:25 +01:00
Alex Dima
5331853508 Renames from plugins to extensions 2016-03-01 12:18:29 +01:00
Alex Dima
a2a48e3ba8 Simplify IExtensionService 2016-03-01 12:13:17 +01:00
Alex Dima
104d779af2 IPluginService -> IExtensionService 2016-03-01 12:01:36 +01:00
Alex Dima
07b3df70d1 src/vs/platform/plugins -> src/vs/platform/extensions 2016-03-01 11:51:56 +01:00
Martin Aeschlimann
675317b6b8 Fixes #3171: [debt] Actions should be allowed to be created with no service dependency 2016-02-29 23:04:52 +01:00
Alex Dima
b63a9c905b Fix some 'super' must be called before accessing 'this' errors 2016-02-23 14:19:12 +01:00
Alex Dima
2a15ad9dfb Further clarification in TextEditorOptions #2797 2016-02-19 17:34:53 +01:00
Dirk Baeumer
70430f5c8c Fixed compile errors caused by 1.8.0 2016-02-17 11:39:59 +01:00
Alex Dima
6c1d083fcc Merge branch 'alex/brackets'
Conflicts:
	src/vs/languages/handlebars/common/handlebars.ts
2016-02-16 17:00:07 +01:00
Alex Dima
066eb26f8b modesRegistry.getRegisteredModes -> modeService.getRegisteredModes 2016-02-16 15:55:50 +01:00
Alex Dima
c0df40382a Avoid URI serialization when sending TextDocument updates to the extension host 2016-02-11 12:41:16 +01:00
Alex Dima
65463e2d01 Consolidate 5 descriptive mode supports into IRichEditSupport 2016-02-08 17:52:13 +01:00
Johannes Rieken
b3f65f6182 💄 tslint /api 2016-02-04 17:26:04 +01:00
Johannes Rieken
5e36bffca5 debt - extension api/exports only available in ext host 2016-02-01 14:34:26 +01:00
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