Commit Graph

1104 Commits

Author SHA1 Message Date
hikerpig
b104c7d0f8 fix spelling of 'iff' and 'idenifier' (#32401)
* fix spelling of 'iff' and 'idenifier'

* Keep 'iff' in comment if it means *if and only if*
2017-08-15 15:23:29 +02:00
Alex Dima
a7fcaffcf4 Do not install the watchdog if the extension host is debuggable (#26445) 2017-08-14 14:27:20 +02:00
Joao Moreno
3007332134 fixes #32379 2017-08-14 11:52:36 +02:00
Martin Aeschlimann
d3a80dc181 Using Color.fromHex with invalid input should return null 2017-08-12 13:31:59 +02:00
Joao Moreno
13a6a7a9c3 color api: remove ColorRange.format 2017-08-11 11:50:10 +02:00
Joao Moreno
0f5272afe9 color api: docs 2017-08-11 11:50:10 +02:00
Joao Moreno
43160efc08 Color alpha isn't optional 2017-08-11 11:50:10 +02:00
Joao Moreno
85d2350db1 color: private rgba, hsla 2017-08-09 11:18:51 +02:00
Joao Moreno
de78bd66a6 introduce Color.Format 2017-08-09 11:18:51 +02:00
Christof Marti
85fa81014e Do not throw on top-level property access (fixes #31854) 2017-08-01 15:25:07 -07:00
Johannes Rieken
a154372764 fix #31553 2017-07-28 11:46:43 +02:00
Joao Moreno
fe42130032 fix hygiene 2017-07-28 10:18:03 +02:00
Michel Kaporin
35b085f864 Fixed passing available formats to the main thread. 2017-07-27 23:03:08 +02:00
Michel Kaporin
726eeeb1aa Integrate API changes into extHost 2017-07-27 18:03:23 +02:00
Michel Kaporin
be836877ee Simplified extHost <-> mainThread communication by having color formatters map on both sides. 2017-07-27 17:16:35 +02:00
Joao Moreno
d38e4fd69b Merge remote-tracking branch 'origin/master' into colourpicker 2017-07-27 16:39:09 +02:00
Joao Moreno
b275fc7850 introduce IColorDecorationExtraOptions
clean up monaco.d.ts
2017-07-26 23:13:11 +02:00
Joao Moreno
7efa9545b6 Merge branch 'master' into colorpicker 2017-07-26 21:54:00 +02:00
Andre Weinand
56cfb2754a promote 'startDebugging' and remove 'startDebugSession' from debug API 2017-07-25 21:52:42 +02:00
Michel Kaporin
4bd6bdfe7e Updated API to declarative way for supplying color format. 2017-07-25 16:58:49 +02:00
Sandeep Somavarapu
5a622a9967 Implemente feedback 2017-07-25 20:13:45 +05:30
Sandeep Somavarapu
06550ab0c3 Version 2 2017-07-25 16:27:56 +05:30
Sandeep Somavarapu
57d7d9bff5 #31191 Use deboune event instead of delayer 2017-07-24 16:22:47 +05:30
Johannes Rieken
9387f8fa27 some after math for #30829 2017-07-24 12:47:53 +02:00
Johannes Rieken
916c2ba180 Merge pull request #30829 from Microsoft/ben/open-api
Add showTextDocument(uri|file)
2017-07-24 12:40:40 +02:00
Sandeep Somavarapu
4b20d3e9bf Fix #31191 2017-07-24 15:16:21 +05:30
Andre Weinand
e1e3051d28 add root folder to startDebugSession 2017-07-24 11:23:49 +02:00
Michel Kaporin
3713e4deea Added ColorMode to API. 2017-07-24 09:51:18 +02:00
Andre Weinand
a9d463248a add WorkspaceFolder to proposed debug API 2017-07-22 23:55:06 +02:00
Michel Kaporin
2c45d35090 Add fromHSLA and fromHex methods to API 2017-07-21 13:52:49 +02:00
Michel Kaporin
0490818367 Updated color API and color info conversion between extHost and main. Added color picker disposal, more listeners. 2017-07-21 12:02:32 +02:00
Joao Moreno
2dac869dd9 api: WindowState 2017-07-20 18:20:57 +02:00
Johannes Rieken
0106e2f189 Merge branch 'master' into joh/remote 2017-07-20 17:19:16 +02:00
Joao Moreno
15e4c72301 assume window starts focused 2017-07-20 15:03:16 +02:00
Joao Moreno
d17e8750e3 dead are getters, long live readonly 2017-07-20 15:01:18 +02:00
Joao Moreno
6987cb0eb0 API: window.isFocused, window.onDidChangeWindowFocus
fixes #18263
2017-07-20 14:45:41 +02:00
Johannes Rieken
f5c4b7abd3 One URI is enought..., fixes #31038 2017-07-20 09:44:38 +02:00
Michel Kaporin
06c30736cd Added color provider to proposed API. 2017-07-19 16:40:56 +02:00
Michel Kaporin
b3c87304b1 Moved colour picker to a hover. 2017-07-19 11:31:08 +02:00
Christof Marti
a6a07a74e0 Proposed credentials API 2017-07-18 14:55:07 -07:00
Andre Weinand
6f4ebe7517 add proposed 'startDebugging' API 2017-07-18 21:15:10 +02:00
Johannes Rieken
531b6b1c21 simplify URI implementation 2017-07-18 15:09:53 +02:00
Andre Weinand
254c8c5b0b debug API: add onDidStartDebugSession 2017-07-18 00:18:56 +02:00
Johannes Rieken
7a8bb07f4a make asRelativePath include the workspace name if there is more than 1, #28526 2017-07-17 15:55:10 +02:00
Andre Weinand
cf6f9ab6e0 debug api: rename createDebugSession to startDebugSession 2017-07-17 12:27:47 +02:00
Benjamin Pasero
955e4b8c06 Add showTextDocument(uri|file) 2017-07-17 07:54:23 +02:00
Johannes Rieken
881e3910a2 move mult-root API out of root, #28526 2017-07-14 15:19:34 +02:00
Johannes Rieken
395b486406 make getWorkspaceFolder return the parent workspace if a workspace is presented, #28526 2017-07-14 14:40:01 +02:00
Johannes Rieken
f7e09ce253 name it getWorkspaceFolder, #28526 2017-07-14 14:05:45 +02:00
Johannes Rieken
ee378d4e98 add test, fix getContainingWorkspaceFolder, #28526 2017-07-14 10:46:10 +02:00