Commit graph

9676 commits

Author SHA1 Message Date
Joao Moreno
c8bf389b6f use css animations for loading icons
fixes #11302
2016-09-12 16:42:12 +02:00
Joao Moreno
70d3150278 gone with the bare 🐻 2016-09-12 15:37:24 +02:00
Joao Moreno
ea45b3873b chain events
fixes #11297
2016-09-12 15:33:19 +02:00
Benjamin Pasero
dde6f243fa Unable to jump to first element in quick open with Arrow-Down and filtered (fixes #11882) 2016-09-12 15:06:58 +02:00
Benjamin Pasero
2db4e12808 add test for label change event 2016-09-12 13:59:33 +02:00
Benjamin Pasero
176f350454 more fixes for #9794 2016-09-12 12:59:47 +02:00
Joao Moreno
77d8f8b5f4 fix fonts in suggest, parameter hints 2016-09-12 12:51:06 +02:00
Joao Moreno
e928e758b6 parameter hints: scroll 2016-09-12 12:51:06 +02:00
Joao Moreno
4db0daca15 parameter hints: first steps
related to #2330
2016-09-12 12:51:06 +02:00
Joao Moreno
922dd9af45 browser event: stop 2016-09-12 12:51:06 +02:00
Joao Moreno
c05bf435e9 suggest: more font size fixes 2016-09-12 12:51:06 +02:00
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