14117 Commits

Author SHA1 Message Date
Joao Moreno
6868a0bab1 fixes #18655 2017-01-19 09:42:53 +01:00
Benjamin Pasero
f58763dda0 fix compile error 2017-01-19 09:42:15 +01:00
Benjamin Pasero
d7c48a2f58 fix default keybindings appearance 2017-01-19 09:34:39 +01:00
Joao Moreno
672315c073 scm: temporarily introduce commit action 2017-01-19 09:09:52 +01:00
Benjamin Pasero
ef2d41293d fixes #6502 2017-01-19 08:49:37 +01:00
Benjamin Pasero
215a0af330 Allow to use Ctrl P/N for up and down navigation in quick open (fixes #7876) 2017-01-19 07:59:06 +01:00
Benjamin Pasero
b7f44d29b8 💄 2017-01-19 07:19:43 +01:00
Matt Bierner
e3b3959d8f Remove droid sans fallback from default markdown font fallback 2017-01-18 22:05:04 -08:00
Benjamin Pasero
e08d0f9ae9 fix build 2017-01-19 06:46:52 +01:00
Daniel Imms
a93dc29613 Merge pull request #18587 from Microsoft/tyriar/terminal_tests
Use a factory to create terminal processes
2017-01-18 18:16:12 -08:00
Matt Bierner
b29ef9b4e8 Prototyping Markdown Preview Synchronization With Editors (#18762)
* Adds command to post a message to an html preview

**Bug**
There is currently no easy way to communicate with an html preview document after the preview has been created.

**Fix**
Adds a command called `vscode.htmlPreview.postMessage` to post a message to a visible html preview. This message will only be posted if the target preview is visible.

Inside the preview, the event is recieved using the standard dom event:

* Remove logging

* proto

Continue proto

* clean up rendering

* Gate prototype

* Fix gating

* Remove public command

* Change setting name

* Added current position indicator

* Reveal center
2017-01-18 17:58:45 -08:00
Daniel Imms
44c252a7e7 Merge remote-tracking branch 'origin/master' into tyriar/terminal_tests 2017-01-18 16:25:25 -08:00
rebornix
0b7e337ea6 Merge branch 'master' into EnhancedIndentRule 2017-01-18 16:11:26 -08:00
Matt Bierner
5dc2fb8c30 Maintain Markdown Preview Scroll Position on Window Resize (#18760)
* proto

Continue proto

* Basic implementation
2017-01-18 15:42:32 -08:00
Daniel Imms
3e418e1b88 Increase npm run watch/compile max RAM to 4gb
Node defaults to a limit of 1.7gb apparently, this causes issues particularly
on Windows where it's easy to hit this limit. This change rolls the limit
adjustment into npm run watch and npm run compile.

Fixes #7108
2017-01-18 15:40:20 -08:00
Sandeep Somavarapu
0294010dbf #18132 - Improve settings editor layout
- Extend search across left and right editors
- Show tabs inside settings editor to show user and workspace settings
- Improve highlighting of settings
2017-01-19 00:23:37 +01:00
roblou
bc518b8ee5 node-debug2@1.9.6 2017-01-18 15:20:17 -08:00
Wade Anderson
1475c5db0e Merge pull request #18119 from Microsoft/waderyan/contributing-update
Added a link to disable an extension doc
2017-01-18 14:35:23 -08:00
Matt Bierner
9721d92af8 Fixed named headers for markdown preview (#18759) 2017-01-18 14:17:26 -08:00
rebornix
206c8f1e7e make sure indentation is always normalized 2017-01-18 12:51:45 -08:00
Benjamin Pasero
8b7756063b Open new file buffer via API 2017-01-18 19:13:26 +01:00
Daniel Imms
dbef8f1afe Uplevel node-pty to 0.6.0-beta3
This should fix the last major issues with applications within WSL

Part of #13625
2017-01-18 09:51:29 -08:00
Andre Weinand
fb54f633ff update node-debug 2017-01-18 17:43:49 +01:00
isidor
76ad746957 open editors align with explorer 2017-01-18 17:09:56 +01:00
Joao Moreno
535a3de600 git: fix fetch error bubbling 2017-01-18 16:57:24 +01:00
Joao Moreno
7ec10a9052 fixes #18662 2017-01-18 16:53:10 +01:00
Johannes Rieken
3186c15c7f progress - don't rethrow errors on main side 2017-01-18 16:51:50 +01:00
Isidor Nikolic
95d1342bbe Merge pull request #18722 from Microsoft/aweinand/adapterExecutable
Allow extensions to handle launching of the debug adapter
2017-01-18 15:45:38 +01:00
Andre Weinand
a9ed1f0290 fix review feedback 2017-01-18 15:35:55 +01:00
Alex Dima
3397234a85 Update monaco-editor-core 3rd party notices 2017-01-18 14:23:54 +01:00
Benjamin Pasero
d724f3f24a panels - keybindings in hover 2017-01-18 14:14:02 +01:00
Alex Dima
a32b607f6b Adopt latest loader 2017-01-18 14:13:27 +01:00
Alex Dima
53590409f0 CSS svg inlining: inline images only once, remove unused images from source 2017-01-18 14:06:21 +01:00
Alex Dima
8850bd88dc bump monaco-editor-core version to 0.8.0 2017-01-18 13:27:13 +01:00
Alex Dima
64f2b02aae Restore mouse listening standalone editor sample 2017-01-18 13:25:29 +01:00
Johannes Rieken
f4ad06941c progress - make withXYZProgress method return the thenable of their tasks 2017-01-18 12:49:38 +01:00
isidor
4870120726 debug: remove SessionRequestType 2017-01-18 12:48:55 +01:00
isidor
f1ef98af84 debug: remove RunningNoDebug state 2017-01-18 12:48:54 +01:00
Benjamin Pasero
16d33cbea9 💄 2017-01-18 12:47:30 +01:00
isidor
7376e986b6 debug: process keep a reference to configuration
fixes #18669
2017-01-18 12:33:37 +01:00
Benjamin Pasero
625e69b41e panel switcher ux updates 2017-01-18 12:26:57 +01:00
Andre Weinand
1627a34e48 Allow extensions to handle launching of the debug adapter; fixes #8645 2017-01-18 12:14:32 +01:00
isidor
e6060a2bac debug: automatically pick adapter when possible 2017-01-18 12:00:02 +01:00
Benjamin Pasero
28f236f3fc revert bogus a11y label for editor groups 2017-01-18 11:52:36 +01:00
Alex Dima
0d1ce7da20 Add monaco.editor.onDidCreateEditor() 2017-01-18 11:15:40 +01:00
Joao Moreno
c32199c44c fix #18713 2017-01-18 11:15:25 +01:00
Benjamin Pasero
836afa4a66 Merge pull request #17863 from reaktivo/feature-15833-support-tab-close-button-on-left
Adds support for moving the tab close button to the left
2017-01-18 11:10:01 +01:00
Alex Dima
39ede95d16 Add eslint to monaco editor dev deps 2017-01-18 11:02:34 +01:00
Alex Dima
6334d2d156 Fixes Microsoft/monaco-editor#209 2017-01-18 11:02:19 +01:00
isidor
649d311f33 Move back debug scheme to debug world, does not belong in base 2017-01-18 10:47:09 +01:00