Commit graph

9665 commits

Author SHA1 Message Date
Joao Moreno
1522200ac3 suggest: adapt font size, line height 2016-09-12 12:51:06 +02:00
Romanito
cc728e7bc6 Enable "Open with Code" on drive roots in Windows Explorer
The Windows Explorer context menu "Open with Code" works with files and directories but not with drive roots (C:\, D:\, etc.).
This change in the registry fixes that.
2016-09-12 11:40:56 +02:00
Benjamin Pasero
abcac58357 File model cache can end up with stale, disposed entries causing issues (fixes #11684) 2016-09-12 10:43:40 +02:00
Benjamin Pasero
986a2081f7 more aligned bg color on window start 2016-09-12 10:19:31 +02:00
Benjamin Pasero
463b895359 use env service over process.env VSCODE_SHARED_IPC_HOOK 2016-09-12 10:10:26 +02:00
Benjamin Pasero
eab4cd3599 Quitting Code in fullscreen mode forgets previous windows state (fixes #11864) 2016-09-12 10:07:28 +02:00
Joao Moreno
ddf905dcf2 ignore 'getaddrinfo ENOTFOUND' errors 2016-09-12 09:46:25 +02:00
Benjamin Pasero
f02c44d371 Goto declaration should store current cursor in navigation history (fixes #11727) 2016-09-12 09:46:09 +02:00
Joao Moreno
4e80960be5 fixes #11837 2016-09-12 09:33:17 +02:00
João Moreno
05647f886c Merge pull request #11737 from rafaelstz/patch-2
Simple pattern of all other files
2016-09-12 09:11:09 +02:00
Johannes Rieken
311fa92861 disable multicursor and tab-stop support as a simple solution to #11742 2016-09-12 08:52:35 +02:00
Daniel Imms
b2d6d33ecc Add tests for instance title change event 2016-09-11 14:36:27 -07:00
Daniel Imms
6489581ea4 Reduce terminalInstance's service deps 2016-09-11 13:04:40 -07:00
Daniel Imms
a38afe6709 Resolve TODOs 2016-09-11 12:17:56 -07:00
Daniel Imms
b0b5475286 jsdoc 2016-09-10 21:04:56 -07:00
Daniel Imms
434e1e996f Don't hold onto font in TerminalInstance 2016-09-10 20:53:32 -07:00
Daniel Imms
e95af24f5a Remove old code 2016-09-10 20:39:28 -07:00
Daniel Imms
8bfe9123a8 Remove ITerminalPanel
Nothing needs to know about it anymore
2016-09-10 20:30:11 -07:00
Daniel Imms
c165080494 jsdoc 2016-09-10 20:29:10 -07:00
Daniel Imms
b0bf6fcee8 Implement terminal send text 2016-09-10 20:20:39 -07:00
Daniel Imms
a90e51c2a9 Implement copy and paste 2016-09-10 20:19:42 -07:00
Daniel Imms
f57a1bad3c Fix focus next/previous terminal 2016-09-10 20:15:13 -07:00
Daniel Imms
a73925fa03 Fix focus when toggling panel 2016-09-10 20:13:00 -07:00
Daniel Imms
4dca1cf358 Implement scroll up/down 2016-09-10 20:10:00 -07:00
Daniel Imms
8e3fb3d78a Implement terminal focus 2016-09-10 20:09:07 -07:00
Daniel Imms
983cf3b921 Implement terminal kill 2016-09-10 20:05:09 -07:00
Daniel Imms
c80c9ce39c Layout terminals after they are created 2016-09-10 19:12:33 -07:00
Daniel Imms
ae3c6c6cb0 Set styles correctly when terminal panel is not restored on launch 2016-09-10 18:57:06 -07:00
Daniel Imms
b4cebc20ba Merge remote-tracking branch 'origin/master' into tyriar/11275_terminal_refactor 2016-09-10 18:49:18 -07:00
Andre Weinand
52bceb1207 update node-debug 2016-09-10 23:14:28 +02:00
Andre Weinand
130a50f673 no longer warn about non-absolute paths for 'runtimeExecutable' 2016-09-10 23:14:28 +02:00
Daniel Imms
7bf362eb61 Clean up 2016-09-10 12:35:19 -07:00
Daniel Imms
3d93bad53e Get instance labels working 2016-09-10 12:25:12 -07:00
Daniel Imms
982620a825 Fix conflict errors 2016-09-10 12:07:43 -07:00
Daniel Imms
a020b8595b Merge remote-tracking branch 'origin/master' into tyriar/11275_terminal_refactor 2016-09-10 12:01:59 -07:00
Daniel Imms
c0c4029d6a Merge pull request #11700 from Microsoft/octref/10917
Add shellPath to allow user specify preferred shell. Fix #10917
2016-09-10 11:47:36 -07:00
Daniel Imms
f26b1d08ed Fix instance visibility on launch 2016-09-09 20:12:07 -07:00
Daniel Imms
be8f35a881 Terminal layout 2016-09-09 20:00:00 -07:00
Daniel Imms
8327058905 Get xterm.js initializing 2016-09-09 19:34:18 -07:00
Daniel Imms
f95f8c6630 Init config helper 2016-09-09 19:14:28 -07:00
Daniel Imms
9981aefa8a WIP refactor of integrated terminal part 2016-09-09 19:01:34 -07:00
Sandeep Somavarapu
f0644a47fc tests for #11475 2016-09-10 00:35:03 +02:00
Sandeep Somavarapu
cdeee0aba3 fix #11475 2016-09-10 00:35:03 +02:00
Daniel Imms
a2ebd677ad Fix lower case drive letter in intergrated terminal on Windows
Fixes #9448
2016-09-09 14:26:10 -07:00
Daniel Imms
a6c845baf7 Force upper case drive names in external terminal
This change needs to be made at this layer since a change to URI.fsPath
(the root cause) is too risky as lower case drives are relied upon.

Part of #9448
2016-09-09 21:08:42 -07:00
Andre Weinand
3dcc5677ca add support for various linux terminals 2016-09-09 22:53:13 +02:00
Daniel Imms
d6e0d4278d Fix workbench.action.terminal.focus when the terminal panel is visible
Fixes #11714
2016-09-09 10:14:56 -07:00
Joao Moreno
8ef8fa72f3 suggest: more style changes 2016-09-09 17:47:15 +02:00
Joao Moreno
69a4d08d9e suggest: fix type new lines 2016-09-09 17:47:15 +02:00
Johannes Rieken
90626c59b9 Revert "fix behaviour with multiline vs singleline snippets and their final cursor position, #11742"
This reverts commit 46c86891ec.
2016-09-09 17:43:28 +02:00